fix a to an in annotation (#715)
This commit is contained in:
12
node/env.go
12
node/env.go
@@ -51,18 +51,18 @@ const (
|
|||||||
// ReasonFailedToReadOptionalSecret is the reason used in events emitted when an optional secret could not be read.
|
// ReasonFailedToReadOptionalSecret is the reason used in events emitted when an optional secret could not be read.
|
||||||
ReasonFailedToReadOptionalSecret = "FailedToReadOptionalSecret"
|
ReasonFailedToReadOptionalSecret = "FailedToReadOptionalSecret"
|
||||||
|
|
||||||
// ReasonMandatoryConfigMapNotFound is the reason used in events emitted when an mandatory configmap is not found.
|
// ReasonMandatoryConfigMapNotFound is the reason used in events emitted when a mandatory configmap is not found.
|
||||||
ReasonMandatoryConfigMapNotFound = "MandatoryConfigMapNotFound"
|
ReasonMandatoryConfigMapNotFound = "MandatoryConfigMapNotFound"
|
||||||
// ReasonMandatoryConfigMapKeyNotFound is the reason used in events emitted when an mandatory configmap key is not found.
|
// ReasonMandatoryConfigMapKeyNotFound is the reason used in events emitted when a mandatory configmap key is not found.
|
||||||
ReasonMandatoryConfigMapKeyNotFound = "MandatoryConfigMapKeyNotFound"
|
ReasonMandatoryConfigMapKeyNotFound = "MandatoryConfigMapKeyNotFound"
|
||||||
// ReasonFailedToReadMandatoryConfigMap is the reason used in events emitted when an mandatory configmap could not be read.
|
// ReasonFailedToReadMandatoryConfigMap is the reason used in events emitted when a mandatory configmap could not be read.
|
||||||
ReasonFailedToReadMandatoryConfigMap = "FailedToReadMandatoryConfigMap"
|
ReasonFailedToReadMandatoryConfigMap = "FailedToReadMandatoryConfigMap"
|
||||||
|
|
||||||
// ReasonMandatorySecretNotFound is the reason used in events emitted when an mandatory secret is not found.
|
// ReasonMandatorySecretNotFound is the reason used in events emitted when a mandatory secret is not found.
|
||||||
ReasonMandatorySecretNotFound = "MandatorySecretNotFound"
|
ReasonMandatorySecretNotFound = "MandatorySecretNotFound"
|
||||||
// ReasonMandatorySecretKeyNotFound is the reason used in events emitted when an mandatory secret key is not found.
|
// ReasonMandatorySecretKeyNotFound is the reason used in events emitted when a mandatory secret key is not found.
|
||||||
ReasonMandatorySecretKeyNotFound = "MandatorySecretKeyNotFound"
|
ReasonMandatorySecretKeyNotFound = "MandatorySecretKeyNotFound"
|
||||||
// ReasonFailedToReadMandatorySecret is the reason used in events emitted when an mandatory secret could not be read.
|
// ReasonFailedToReadMandatorySecret is the reason used in events emitted when a mandatory secret could not be read.
|
||||||
ReasonFailedToReadMandatorySecret = "FailedToReadMandatorySecret"
|
ReasonFailedToReadMandatorySecret = "FailedToReadMandatorySecret"
|
||||||
|
|
||||||
// ReasonInvalidEnvironmentVariableNames is the reason used in events emitted when a configmap/secret referenced in a ".spec.containers[*].envFrom" field contains invalid environment variable names.
|
// ReasonInvalidEnvironmentVariableNames is the reason used in events emitted when a configmap/secret referenced in a ".spec.containers[*].envFrom" field contains invalid environment variable names.
|
||||||
|
|||||||
Reference in New Issue
Block a user