mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-15 22:13:09 +00:00
api: Promote statefulset MinReadySeconds to beta
Kubernetes-commit: bcc288eeeeaa34083319f9a27a352b98d4e6b3d8
This commit is contained in:
parent
45fb834fed
commit
aade4d8106
@ -949,6 +949,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: availableReplicas
|
- name: availableReplicas
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
|
default: 0
|
||||||
- name: collisionCount
|
- name: collisionCount
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
@ -1236,6 +1237,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: availableReplicas
|
- name: availableReplicas
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
|
default: 0
|
||||||
- name: collisionCount
|
- name: collisionCount
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
@ -1721,6 +1723,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: availableReplicas
|
- name: availableReplicas
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
|
default: 0
|
||||||
- name: collisionCount
|
- name: collisionCount
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
|
Loading…
Reference in New Issue
Block a user