|
9124 | 9124 | "type": "string"
|
9125 | 9125 | },
|
9126 | 9126 | "readinessGates": {
|
9127 |
| - "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/0007-pod-ready%2B%2B.md", |
| 9127 | + "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates", |
9128 | 9128 | "items": {
|
9129 | 9129 | "$ref": "#/definitions/io.k8s.api.core.v1.PodReadinessGate"
|
9130 | 9130 | },
|
|
9135 | 9135 | "type": "string"
|
9136 | 9136 | },
|
9137 | 9137 | "runtimeClassName": {
|
9138 |
| - "description": "RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the \"legacy\" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md This is a beta feature as of Kubernetes v1.14.", |
| 9138 | + "description": "RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the \"legacy\" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class This is a beta feature as of Kubernetes v1.14.", |
9139 | 9139 | "type": "string"
|
9140 | 9140 | },
|
9141 | 9141 | "schedulerName": {
|
|
13690 | 13690 | "type": "object"
|
13691 | 13691 | },
|
13692 | 13692 | "io.k8s.api.node.v1alpha1.RuntimeClass": {
|
13693 |
| - "description": "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md", |
| 13693 | + "description": "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class", |
13694 | 13694 | "properties": {
|
13695 | 13695 | "apiVersion": {
|
13696 | 13696 | "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/sig-architecture/api-conventions.md#resources",
|
|
13819 | 13819 | "type": "object"
|
13820 | 13820 | },
|
13821 | 13821 | "io.k8s.api.node.v1beta1.RuntimeClass": {
|
13822 |
| - "description": "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md", |
| 13822 | + "description": "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class", |
13823 | 13823 | "properties": {
|
13824 | 13824 | "apiVersion": {
|
13825 | 13825 | "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/sig-architecture/api-conventions.md#resources",
|
|
20136 | 20136 | ]
|
20137 | 20137 | },
|
20138 | 20138 | "metadata": {
|
20139 |
| - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" |
| 20139 | + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", |
| 20140 | + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" |
20140 | 20141 | },
|
20141 | 20142 | "spec": {
|
20142 | 20143 | "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec",
|
|
20194 | 20195 | "type": "string"
|
20195 | 20196 | },
|
20196 | 20197 | "items": {
|
| 20198 | + "description": "Items is the list of APIService", |
20197 | 20199 | "items": {
|
20198 | 20200 | "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService"
|
20199 | 20201 | },
|
|
20207 | 20209 | ]
|
20208 | 20210 | },
|
20209 | 20211 | "metadata": {
|
20210 |
| - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" |
| 20212 | + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", |
| 20213 | + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" |
20211 | 20214 | }
|
20212 | 20215 | },
|
20213 | 20216 | "required": [
|
|
20317 | 20320 | ]
|
20318 | 20321 | },
|
20319 | 20322 | "metadata": {
|
20320 |
| - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" |
| 20323 | + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", |
| 20324 | + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" |
20321 | 20325 | },
|
20322 | 20326 | "spec": {
|
20323 | 20327 | "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceSpec",
|
|
20375 | 20379 | "type": "string"
|
20376 | 20380 | },
|
20377 | 20381 | "items": {
|
| 20382 | + "description": "Items is the list of APIService", |
20378 | 20383 | "items": {
|
20379 | 20384 | "$ref": "#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService"
|
20380 | 20385 | },
|
|
20388 | 20393 | ]
|
20389 | 20394 | },
|
20390 | 20395 | "metadata": {
|
20391 |
| - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" |
| 20396 | + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", |
| 20397 | + "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" |
20392 | 20398 | }
|
20393 | 20399 | },
|
20394 | 20400 | "required": [
|
|
0 commit comments