UNPKG

@jkcfg/kubernetes

Version:
27 lines 700 B
{ "description": "Run A sUser Strategy Options defines the strategy type and any options used to create the strategy.", "required": [ "rule" ], "properties": { "ranges": { "description": "Ranges are the allowed ranges of uids that may be used.", "type": [ "array", "null" ], "items": { "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1beta1.IDRange" } }, "rule": { "description": "Rule is the strategy that will dictate the allowable RunAsUser values that may be set.", "type": [ "string", "null" ] } }, "$schema": "http://json-schema.org/schema#", "type": "object" }