mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 02:38:12 +00:00
update generated files and feature gates
This commit is contained in:
129
pkg/generated/openapi/zz_generated.openapi.go
generated
129
pkg/generated/openapi/zz_generated.openapi.go
generated
@@ -7472,28 +7472,28 @@ func schema_k8sio_api_apps_v1_DeploymentStatus(ref common.ReferenceCallback) com
|
||||
},
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of non-terminated pods targeted by this deployment (their labels match the selector).",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment (their labels match the selector).",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"updatedReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of non-terminated pods targeted by this deployment that have the desired template spec.",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment that have the desired template spec.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.",
|
||||
Description: "Total number of non-terminating pods targeted by this Deployment with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Description: "Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -7505,6 +7505,13 @@ func schema_k8sio_api_apps_v1_DeploymentStatus(ref common.ReferenceCallback) com
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"conditions": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
@@ -7705,7 +7712,7 @@ func schema_k8sio_api_apps_v1_ReplicaSetList(ref common.ReferenceCallback) commo
|
||||
},
|
||||
"items": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller",
|
||||
Description: "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Type: []string{"array"},
|
||||
Items: &spec.SchemaOrArray{
|
||||
Schema: &spec.Schema{
|
||||
@@ -7735,7 +7742,7 @@ func schema_k8sio_api_apps_v1_ReplicaSetSpec(ref common.ReferenceCallback) commo
|
||||
Properties: map[string]spec.Schema{
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
Description: "Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -7755,7 +7762,7 @@ func schema_k8sio_api_apps_v1_ReplicaSetSpec(ref common.ReferenceCallback) commo
|
||||
},
|
||||
"template": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template",
|
||||
Description: "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/#pod-template",
|
||||
Default: map[string]interface{}{},
|
||||
Ref: ref("k8s.io/api/core/v1.PodTemplateSpec"),
|
||||
},
|
||||
@@ -7778,7 +7785,7 @@ func schema_k8sio_api_apps_v1_ReplicaSetStatus(ref common.ReferenceCallback) com
|
||||
Properties: map[string]spec.Schema{
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
Description: "Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Default: 0,
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
@@ -7786,21 +7793,28 @@ func schema_k8sio_api_apps_v1_ReplicaSetStatus(ref common.ReferenceCallback) com
|
||||
},
|
||||
"fullyLabeledReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of pods that have labels matching the labels of the pod template of the replicaset.",
|
||||
Description: "The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.",
|
||||
Description: "The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of available replicas (ready for at least minReadySeconds) for this replica set.",
|
||||
Description: "The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -8779,42 +8793,49 @@ func schema_k8sio_api_apps_v1beta1_DeploymentStatus(ref common.ReferenceCallback
|
||||
Properties: map[string]spec.Schema{
|
||||
"observedGeneration": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "observedGeneration is the generation observed by the deployment controller.",
|
||||
Description: "The generation observed by the deployment controller.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int64",
|
||||
},
|
||||
},
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "replicas is the total number of non-terminated pods targeted by this deployment (their labels match the selector).",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment (their labels match the selector).",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"updatedReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "updatedReplicas is the total number of non-terminated pods targeted by this deployment that have the desired template spec.",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment that have the desired template spec.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.",
|
||||
Description: "Total number of non-terminating pods targeted by this Deployment with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Description: "Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"unavailableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "unavailableReplicas is the total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
|
||||
Description: "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -8831,7 +8852,7 @@ func schema_k8sio_api_apps_v1beta1_DeploymentStatus(ref common.ReferenceCallback
|
||||
},
|
||||
},
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Conditions represent the latest available observations of a deployment's current state.",
|
||||
Description: "Represents the latest available observations of a deployment's current state.",
|
||||
Type: []string{"array"},
|
||||
Items: &spec.SchemaOrArray{
|
||||
Schema: &spec.Schema{
|
||||
@@ -10201,28 +10222,28 @@ func schema_k8sio_api_apps_v1beta2_DeploymentStatus(ref common.ReferenceCallback
|
||||
},
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of non-terminated pods targeted by this deployment (their labels match the selector).",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment (their labels match the selector).",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"updatedReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of non-terminated pods targeted by this deployment that have the desired template spec.",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment that have the desired template spec.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.",
|
||||
Description: "Total number of non-terminating pods targeted by this Deployment with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Description: "Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -10234,6 +10255,13 @@ func schema_k8sio_api_apps_v1beta2_DeploymentStatus(ref common.ReferenceCallback
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"conditions": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
@@ -10433,7 +10461,7 @@ func schema_k8sio_api_apps_v1beta2_ReplicaSetList(ref common.ReferenceCallback)
|
||||
},
|
||||
"items": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller",
|
||||
Description: "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Type: []string{"array"},
|
||||
Items: &spec.SchemaOrArray{
|
||||
Schema: &spec.Schema{
|
||||
@@ -10463,7 +10491,7 @@ func schema_k8sio_api_apps_v1beta2_ReplicaSetSpec(ref common.ReferenceCallback)
|
||||
Properties: map[string]spec.Schema{
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
Description: "Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -10483,7 +10511,7 @@ func schema_k8sio_api_apps_v1beta2_ReplicaSetSpec(ref common.ReferenceCallback)
|
||||
},
|
||||
"template": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template",
|
||||
Description: "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/#pod-template",
|
||||
Default: map[string]interface{}{},
|
||||
Ref: ref("k8s.io/api/core/v1.PodTemplateSpec"),
|
||||
},
|
||||
@@ -10506,7 +10534,7 @@ func schema_k8sio_api_apps_v1beta2_ReplicaSetStatus(ref common.ReferenceCallback
|
||||
Properties: map[string]spec.Schema{
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
Description: "Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Default: 0,
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
@@ -10514,21 +10542,28 @@ func schema_k8sio_api_apps_v1beta2_ReplicaSetStatus(ref common.ReferenceCallback
|
||||
},
|
||||
"fullyLabeledReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of pods that have labels matching the labels of the pod template of the replicaset.",
|
||||
Description: "The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition.",
|
||||
Description: "The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of available replicas (ready for at least minReadySeconds) for this replica set.",
|
||||
Description: "The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -34888,28 +34923,28 @@ func schema_k8sio_api_extensions_v1beta1_DeploymentStatus(ref common.ReferenceCa
|
||||
},
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of non-terminated pods targeted by this deployment (their labels match the selector).",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment (their labels match the selector).",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"updatedReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of non-terminated pods targeted by this deployment that have the desired template spec.",
|
||||
Description: "Total number of non-terminating pods targeted by this deployment that have the desired template spec.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of ready pods targeted by this deployment.",
|
||||
Description: "Total number of non-terminating pods targeted by this Deployment with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Description: "Total number of available non-terminating pods (ready for at least minReadySeconds) targeted by this deployment.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -34921,6 +34956,13 @@ func schema_k8sio_api_extensions_v1beta1_DeploymentStatus(ref common.ReferenceCa
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"conditions": {
|
||||
VendorExtensible: spec.VendorExtensible{
|
||||
Extensions: spec.Extensions{
|
||||
@@ -36016,7 +36058,7 @@ func schema_k8sio_api_extensions_v1beta1_ReplicaSetList(ref common.ReferenceCall
|
||||
},
|
||||
"items": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller",
|
||||
Description: "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Type: []string{"array"},
|
||||
Items: &spec.SchemaOrArray{
|
||||
Schema: &spec.Schema{
|
||||
@@ -36046,7 +36088,7 @@ func schema_k8sio_api_extensions_v1beta1_ReplicaSetSpec(ref common.ReferenceCall
|
||||
Properties: map[string]spec.Schema{
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
Description: "Replicas is the number of desired pods. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
@@ -36066,7 +36108,7 @@ func schema_k8sio_api_extensions_v1beta1_ReplicaSetSpec(ref common.ReferenceCall
|
||||
},
|
||||
"template": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template",
|
||||
Description: "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/#pod-template",
|
||||
Default: map[string]interface{}{},
|
||||
Ref: ref("k8s.io/api/core/v1.PodTemplateSpec"),
|
||||
},
|
||||
@@ -36088,7 +36130,7 @@ func schema_k8sio_api_extensions_v1beta1_ReplicaSetStatus(ref common.ReferenceCa
|
||||
Properties: map[string]spec.Schema{
|
||||
"replicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
Description: "Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset",
|
||||
Default: 0,
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
@@ -36096,21 +36138,28 @@ func schema_k8sio_api_extensions_v1beta1_ReplicaSetStatus(ref common.ReferenceCa
|
||||
},
|
||||
"fullyLabeledReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of pods that have labels matching the labels of the pod template of the replicaset.",
|
||||
Description: "The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"readyReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of ready replicas for this replica set.",
|
||||
Description: "The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"availableReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of available replicas (ready for at least minReadySeconds) for this replica set.",
|
||||
Description: "The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
},
|
||||
"terminatingReplicas": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
|
||||
Type: []string{"integer"},
|
||||
Format: "int32",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user