Skip to content

Commit 1e33616

Browse files
thockinjpbetz
authored andcommitted
Add declarative default for RC.Spec.MinReadySeconds
1 parent 1059dbd commit 1e33616

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

api/openapi-spec/v3/api__v1_openapi.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/generated.proto

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5116,6 +5116,7 @@ type ReplicationControllerSpec struct {
51165116
// without any of its container crashing, for it to be considered available.
51175117
// Defaults to 0 (pod will be considered available as soon as it is ready)
51185118
// +optional
5119+
// +default=0
51195120
// +k8s:minimum=0
51205121
MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"`
51215122

staging/src/k8s.io/client-go/applyconfigurations/internal/internal.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)