Stephen Kitt
4911e9de4a
api: replace intstr.FromInt with intstr.FromInt32
...
This touches cases where FromInt() is used on numeric constants, or
values which are already int32s, or int variables which are defined
close by and can be changed to int32s with little impact.
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2023-05-01 09:16:15 +02:00
Mayank Kumar
376b3c4b9a
fix some nits from API changes
2022-04-05 13:41:29 -07:00
Mayank Kumar
357203d992
API: maxUnavailable for StatefulSet
2022-03-28 11:01:05 -07:00
Matthew Cary
98c37f9e2a
statefulset PersistentVolumeClaimDeletePolicy api change
2021-11-17 16:46:47 -08:00
Matthew Cary
10a3cc815b
Revert "statefulset PersistentVolumeClaimDeletePolicy api change"
...
This reverts commit e4e735cd1c
.
Change-Id: I3e17aa585fd9ae4f9e74b97326ae6b9fadd2a94c
2021-07-15 17:14:19 -07:00
Matthew Cary
e4e735cd1c
statefulset PersistentVolumeClaimDeletePolicy api change
2021-06-23 10:33:05 -07:00
Clayton Coleman
5aa53f885c
api: Add DaemonSet MaxSurge
...
The MaxSurge field on DaemonSet rolling updates allows a daemonset
workload to have two pods running simultaneously on a node during
an update in order to perform zero-disruption handoffs of client
traffic.
2020-12-17 09:00:55 -05:00
crimsonfaith91
a5987fe72c
remove apps/v1beta2 defaulting codes for obj.Spec.Selector and obj.Labels
2017-08-09 11:44:27 -07:00
Anirudh
27e6ceed88
Change default update strategy to rolling update
2017-08-08 15:24:09 -07:00
Di Xu
7b45e5344b
Increase default value of DeploymentSpec.RevisionHistoryLimit to 10
2017-08-02 09:03:58 +08:00
Janet Kuo
6eaf6884fb
Bump ReplicaSet to apps/v1beta2
2017-07-26 09:51:41 -07:00
foxish
e3a22d8f9e
DS: added v1beta2/defaults
2017-07-25 11:47:57 -07:00
Janet Kuo
767082e8e9
Add new API version apps/v1beta2
...
Add a new API version apps/v1beta2 and enable it by default.
apps/v1beta2 has a copy of apps/v1beta1 types, except for
ControllerRevision.
2017-07-20 10:25:21 -07:00