Skip to content

Commit 1dec736

Browse files
committed
Include *intstr.IntOrString in API compatibility tests
1 parent c466fd9 commit 1dec736

38 files changed

+82
-26
lines changed

staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@
13801380
"updateStrategy": {
13811381
"type": "荥ơ'禧ǵŊ)TiD¢ƿ媴h5",
13821382
"rollingUpdate": {
1383-
1383+
"maxUnavailable": 2
13841384
}
13851385
},
13861386
"minReadySeconds": 212061711,
8 Bytes
Binary file not shown.

staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,8 @@ spec:
941941
storagePolicyName: "103"
942942
volumePath: "101"
943943
updateStrategy:
944-
rollingUpdate: {}
944+
rollingUpdate:
945+
maxUnavailable: 2
945946
type: 荥ơ'禧ǵŊ)TiD¢ƿ媴h5
946947
status:
947948
collisionCount: -449319810

staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,8 @@
13761376
"strategy": {
13771377
"type": "荥ơ'禧ǵŊ)TiD¢ƿ媴h5",
13781378
"rollingUpdate": {
1379-
1379+
"maxUnavailable": 2,
1380+
"maxSurge": 3
13801381
}
13811382
},
13821383
"minReadySeconds": 212061711,
16 Bytes
Binary file not shown.

staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ spec:
4141
matchLabels:
4242
74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1
4343
strategy:
44-
rollingUpdate: {}
44+
rollingUpdate:
45+
maxSurge: 3
46+
maxUnavailable: 2
4547
type: 荥ơ'禧ǵŊ)TiD¢ƿ媴h5
4648
template:
4749
metadata:

staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,8 @@
13761376
"strategy": {
13771377
"type": "荥ơ'禧ǵŊ)TiD¢ƿ媴h5",
13781378
"rollingUpdate": {
1379-
1379+
"maxUnavailable": 2,
1380+
"maxSurge": 3
13801381
}
13811382
},
13821383
"minReadySeconds": 212061711,
16 Bytes
Binary file not shown.

staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ spec:
4343
matchLabels:
4444
74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1
4545
strategy:
46-
rollingUpdate: {}
46+
rollingUpdate:
47+
maxSurge: 3
48+
maxUnavailable: 2
4749
type: 荥ơ'禧ǵŊ)TiD¢ƿ媴h5
4850
template:
4951
metadata:

staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@
13801380
"updateStrategy": {
13811381
"type": "荥ơ'禧ǵŊ)TiD¢ƿ媴h5",
13821382
"rollingUpdate": {
1383-
1383+
"maxUnavailable": 2
13841384
}
13851385
},
13861386
"minReadySeconds": 212061711,

0 commit comments

Comments
 (0)