{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "builtin": { "type": "boolean" }, "displayName": { "type": "string" }, "inheritedClusterRoles": { "items": { "type": "string" }, "type": "array" }, "inheritedFleetWorkspacePermissions": { "properties": { "resourceRules": { "items": { "properties": { "apiGroups": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "nonResourceURLs": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resourceNames": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "verbs": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "verbs" ], "type": "object" }, "type": "array" }, "workspaceVerbs": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "namespacedRules": { "additionalProperties": { "items": { "properties": { "apiGroups": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "nonResourceURLs": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resourceNames": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "verbs": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "verbs" ], "type": "object" }, "type": "array" }, "type": "object" }, "newUserDefault": { "type": "boolean" }, "rules": { "items": { "properties": { "apiGroups": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "nonResourceURLs": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resourceNames": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "resources": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "verbs": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "verbs" ], "type": "object" }, "type": "array" }, "status": { "properties": { "conditions": { "items": { "properties": { "lastTransitionTime": { "format": "date-time", "type": "string" }, "message": { "maxLength": 32768, "type": "string" }, "observedGeneration": { "format": "int64", "minimum": 0, "type": "integer" }, "reason": { "maxLength": 1024, "minLength": 1, "pattern": "^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$", "type": "string" }, "status": { "enum": [ "True", "False", "Unknown" ], "type": "string" }, "type": { "maxLength": 316, "pattern": "^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$", "type": "string" } }, "required": [ "lastTransitionTime", "message", "reason", "status", "type" ], "type": "object" }, "type": "array" }, "lastUpdateTime": { "type": "string" }, "observedGeneration": { "format": "int64", "type": "integer" }, "summary": { "type": "string" } }, "type": "object" } }, "type": "object" }