You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "SubjectRulesReview is a resource you can create to determine which actions another user can perform in a namespace",
27041
+
"required": [
27042
+
"spec"
27043
+
],
27044
+
"properties": {
27045
+
"kind": {
27046
+
"type": "string",
27047
+
"description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#types-kinds"
27048
+
},
27049
+
"apiVersion": {
27050
+
"type": "string",
27051
+
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: http://releases.k8s.io/release-1.4/docs/devel/api-conventions.md#resources"
27052
+
},
27053
+
"spec": {
27054
+
"$ref": "v1.SubjectRulesReviewSpec",
27055
+
"description": "Spec adds information about how to conduct the check"
27056
+
},
27057
+
"status": {
27058
+
"$ref": "v1.SubjectRulesReviewStatus",
27059
+
"description": "Status is completed by the server to tell which permissions you have"
27060
+
}
27061
+
}
27062
+
},
27063
+
"v1.SubjectRulesReviewSpec": {
27064
+
"id": "v1.SubjectRulesReviewSpec",
27065
+
"description": "SubjectRulesReviewSpec adds information about how to conduct the check",
27066
+
"required": [
27067
+
"user",
27068
+
"groups",
27069
+
"scopes"
27070
+
],
27071
+
"properties": {
27072
+
"user": {
27073
+
"type": "string",
27074
+
"description": "User is optional. At least one of User and Groups must be specified."
27075
+
},
27076
+
"groups": {
27077
+
"type": "array",
27078
+
"items": {
27079
+
"type": "string"
27080
+
},
27081
+
"description": "Groups is optional. Groups is the list of groups to which the User belongs. At least one of User and Groups must be specified."
27082
+
},
27083
+
"scopes": {
27084
+
"type": "array",
27085
+
"items": {
27086
+
"type": "string"
27087
+
},
27088
+
"description": "Scopes to use for the evaluation. Empty means \"use the unscoped (full) permissions of the user/groups\"."
27089
+
}
27090
+
}
27091
+
},
26940
27092
"v1.TemplateList": {
26941
27093
"id": "v1.TemplateList",
26942
27094
"description": "TemplateList is a list of Template objects.",
0 commit comments