UNPKG

@jkcfg/kubernetes

Version:
21 lines 711 B
{ "$schema": "http://json-schema.org/schema#", "required": [ "rule" ], "type": "object", "description": "SELinux Strategy Options defines the strategy type and any options used to create the strategy.", "properties": { "seLinuxOptions": { "description": "seLinuxOptions required to run as; required for MustRunAs More info: https://git.k8s.io/community/contributors/design-proposals/security_context.md", "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions" }, "rule": { "type": [ "string", "null" ], "description": "type is the strategy that will dictate the allowable labels that may be set." } } }