UNPKG

@jkcfg/kubernetes

Version:
24 lines 812 B
{ "description": "SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.", "properties": { "ranges": { "description": "ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.", "type": [ "array", "null" ], "items": { "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1beta1.IDRange" } }, "rule": { "description": "rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }