diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 6e286b0737e..3ba341e8d29 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -76937,7 +76937,7 @@ "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource" }, "prefix": { - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.", "type": "string" }, "secretRef": { @@ -77107,7 +77107,7 @@ ] }, "io.k8s.api.core.v1.EventSeries": { - "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.", + "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", "properties": { "count": { "description": "Number of occurrences in this series up to the last heartbeat time", @@ -77115,7 +77115,7 @@ "format": "int32" }, "lastObservedTime": { - "description": "Time of the last occurence observed", + "description": "Time of the last occurrence observed", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime" }, "state": { @@ -80757,7 +80757,7 @@ ] }, "io.k8s.api.events.v1beta1.EventSeries": { - "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.", + "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", "required": [ "count", "lastObservedTime", diff --git a/api/swagger-spec/apps_v1.json b/api/swagger-spec/apps_v1.json index bf7ebc59035..8fdeacc9932 100644 --- a/api/swagger-spec/apps_v1.json +++ b/api/swagger-spec/apps_v1.json @@ -7915,7 +7915,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index e4ca975a596..ca5f8981e43 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -5549,7 +5549,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/apps_v1beta2.json b/api/swagger-spec/apps_v1beta2.json index aeb08804723..31b8f3054eb 100644 --- a/api/swagger-spec/apps_v1beta2.json +++ b/api/swagger-spec/apps_v1beta2.json @@ -7915,7 +7915,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 5a0a7b1a76b..aed12ec8b55 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -2889,7 +2889,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/batch_v1beta1.json b/api/swagger-spec/batch_v1beta1.json index 5dadb0bcd51..e4de35f8f5d 100644 --- a/api/swagger-spec/batch_v1beta1.json +++ b/api/swagger-spec/batch_v1beta1.json @@ -2944,7 +2944,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index 454dc9133e8..b56ce1dd6cd 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -2944,7 +2944,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/events.k8s.io_v1beta1.json b/api/swagger-spec/events.k8s.io_v1beta1.json index 5878a8980a0..c9c61853162 100644 --- a/api/swagger-spec/events.k8s.io_v1beta1.json +++ b/api/swagger-spec/events.k8s.io_v1beta1.json @@ -1370,7 +1370,7 @@ }, "v1beta1.EventSeries": { "id": "v1beta1.EventSeries", - "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.", + "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", "required": [ "count", "lastObservedTime", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index f45b77dec60..21e9e70dba2 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -8557,7 +8557,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/settings.k8s.io_v1alpha1.json b/api/swagger-spec/settings.k8s.io_v1alpha1.json index fbfdac933fa..e8459e6ba97 100644 --- a/api/swagger-spec/settings.k8s.io_v1alpha1.json +++ b/api/swagger-spec/settings.k8s.io_v1alpha1.json @@ -1518,7 +1518,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 441cf975023..44b6448a4f8 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -19730,7 +19730,7 @@ }, "v1.EventSeries": { "id": "v1.EventSeries", - "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continously for some time.", + "description": "EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.", "properties": { "count": { "type": "integer", @@ -19739,7 +19739,7 @@ }, "lastObservedTime": { "type": "string", - "description": "Time of the last occurence observed" + "description": "Time of the last occurrence observed" }, "state": { "type": "string", @@ -22390,7 +22390,7 @@ "properties": { "prefix": { "type": "string", - "description": "An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." + "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", diff --git a/docs/api-reference/apps/v1/definitions.html b/docs/api-reference/apps/v1/definitions.html index 24e2dcf29e0..38672d876e4 100755 --- a/docs/api-reference/apps/v1/definitions.html +++ b/docs/api-reference/apps/v1/definitions.html @@ -2174,7 +2174,7 @@ When an object is created, the system will populate this list with the current s
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string
prefix
An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
false
string