mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
generated
This commit is contained in:
48
api/openapi-spec/swagger.json
generated
48
api/openapi-spec/swagger.json
generated
@@ -78754,12 +78754,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.rbac.v1.AggregationRule": {
|
||||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
|
||||
"properties": {
|
||||
"clusterRoleSelectors": {
|
||||
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.rbac.v1.ClusterRole": {
|
||||
"description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.",
|
||||
"required": [
|
||||
"rules"
|
||||
],
|
||||
"properties": {
|
||||
"aggregationRule": {
|
||||
"description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.",
|
||||
"$ref": "#/definitions/io.k8s.api.rbac.v1.AggregationRule"
|
||||
},
|
||||
"apiVersion": {
|
||||
"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: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
|
||||
"type": "string"
|
||||
@@ -79126,12 +79142,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.rbac.v1alpha1.AggregationRule": {
|
||||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
|
||||
"properties": {
|
||||
"clusterRoleSelectors": {
|
||||
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.rbac.v1alpha1.ClusterRole": {
|
||||
"description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.",
|
||||
"required": [
|
||||
"rules"
|
||||
],
|
||||
"properties": {
|
||||
"aggregationRule": {
|
||||
"description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.",
|
||||
"$ref": "#/definitions/io.k8s.api.rbac.v1alpha1.AggregationRule"
|
||||
},
|
||||
"apiVersion": {
|
||||
"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: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
|
||||
"type": "string"
|
||||
@@ -79498,12 +79530,28 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.rbac.v1beta1.AggregationRule": {
|
||||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
|
||||
"properties": {
|
||||
"clusterRoleSelectors": {
|
||||
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"io.k8s.api.rbac.v1beta1.ClusterRole": {
|
||||
"description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.",
|
||||
"required": [
|
||||
"rules"
|
||||
],
|
||||
"properties": {
|
||||
"aggregationRule": {
|
||||
"description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller.",
|
||||
"$ref": "#/definitions/io.k8s.api.rbac.v1beta1.AggregationRule"
|
||||
},
|
||||
"apiVersion": {
|
||||
"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: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
|
||||
"type": "string"
|
||||
|
Reference in New Issue
Block a user