Skip to content

Commit 37e6a0f

Browse files
tkashemk8s-publishing-bot
authored andcommitted
api: run codegen
run 'make update' to code gen for changes in meta/v1 DeleteOptions Kubernetes-commit: aff05b0bcad2b62730e101067a04ffc75a96a41b
1 parent 789a813 commit 37e6a0f

9 files changed

+9
-3
lines changed

Diff for: testdata/HEAD/core.v1.DeleteOptions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"propagationPolicy": "propagationPolicyValue",
1111
"dryRun": [
1212
"dryRunValue"
13-
]
13+
],
14+
"ignoreStoreReadErrorWithClusterBreakingPotential": true
1415
}

Diff for: testdata/HEAD/core.v1.DeleteOptions.pb

2 Bytes
Binary file not shown.

Diff for: testdata/HEAD/core.v1.DeleteOptions.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: v1
22
dryRun:
33
- dryRunValue
44
gracePeriodSeconds: 1
5+
ignoreStoreReadErrorWithClusterBreakingPotential: true
56
kind: DeleteOptions
67
orphanDependents: true
78
preconditions:

Diff for: testdata/HEAD/policy.v1.Eviction.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"propagationPolicy": "propagationPolicyValue",
5454
"dryRun": [
5555
"dryRunValue"
56-
]
56+
],
57+
"ignoreStoreReadErrorWithClusterBreakingPotential": true
5758
}
5859
}

Diff for: testdata/HEAD/policy.v1.Eviction.pb

2 Bytes
Binary file not shown.

Diff for: testdata/HEAD/policy.v1.Eviction.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ deleteOptions:
33
dryRun:
44
- dryRunValue
55
gracePeriodSeconds: 1
6+
ignoreStoreReadErrorWithClusterBreakingPotential: true
67
orphanDependents: true
78
preconditions:
89
resourceVersion: resourceVersionValue

Diff for: testdata/HEAD/policy.v1beta1.Eviction.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"propagationPolicy": "propagationPolicyValue",
5454
"dryRun": [
5555
"dryRunValue"
56-
]
56+
],
57+
"ignoreStoreReadErrorWithClusterBreakingPotential": true
5758
}
5859
}

Diff for: testdata/HEAD/policy.v1beta1.Eviction.pb

2 Bytes
Binary file not shown.

Diff for: testdata/HEAD/policy.v1beta1.Eviction.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ deleteOptions:
33
dryRun:
44
- dryRunValue
55
gracePeriodSeconds: 1
6+
ignoreStoreReadErrorWithClusterBreakingPotential: true
67
orphanDependents: true
78
preconditions:
89
resourceVersion: resourceVersionValue

0 commit comments

Comments
 (0)