UNPKG

@jkcfg/kubernetes

Version:
27 lines 816 B
{ "description": "RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.", "properties": { "ranges": { "description": "ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.", "items": { "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1beta1.IDRange" }, "type": [ "array", "null" ] }, "rule": { "description": "rule is the strategy that will dictate the allowable RunAsUser values that may be set.", "type": [ "string", "null" ] } }, "required": [ "rule" ], "type": "object", "$schema": "http://json-schema.org/schema#" }