Skip to content

Commit 9760dec

Browse files
committed
s/RelicaSets/ReplicaSets
1 parent dbbf868 commit 9760dec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

staging/src/k8s.io/api/extensions/v1beta1/generated.proto

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

staging/src/k8s.io/api/extensions/v1beta1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ type DeploymentSpec struct {
126126
// The number of old ReplicaSets to retain to allow rollback.
127127
// This is a pointer to distinguish between explicit zero and not specified.
128128
// This is set to the max value of int32 (i.e. 2147483647) by default, which
129-
// means "retaining all old RelicaSets".
129+
// means "retaining all old ReplicaSets".
130130
// +optional
131131
RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty" protobuf:"varint,6,opt,name=revisionHistoryLimit"`
132132

staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

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

staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/internal/testdata/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3824,7 +3824,7 @@
38243824
"type": "integer"
38253825
},
38263826
"revisionHistoryLimit": {
3827-
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old RelicaSets\".",
3827+
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old ReplicaSets\".",
38283828
"format": "int32",
38293829
"type": "integer"
38303830
},

staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12530,7 +12530,7 @@
1253012530
"type": "integer"
1253112531
},
1253212532
"revisionHistoryLimit": {
12533-
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old RelicaSets\".",
12533+
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old ReplicaSets\".",
1253412534
"format": "int32",
1253512535
"type": "integer"
1253612536
},

staging/src/k8s.io/kubectl/testdata/openapi/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12530,7 +12530,7 @@
1253012530
"type": "integer"
1253112531
},
1253212532
"revisionHistoryLimit": {
12533-
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old RelicaSets\".",
12533+
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old ReplicaSets\".",
1253412534
"format": "int32",
1253512535
"type": "integer"
1253612536
},

0 commit comments

Comments
 (0)