Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FailedToEnsureMountPoint error FailedToEnsureMountPoint = "FailedToEnsureMountPoint" // IncompatibleProviderVersion error IncompatibleProviderVersion = "IncompatibleProviderVersion" // ProviderError error ProviderError = "ProviderError" // FailedToMount error FailedToMount = "FailedToMount" // SecretProviderClassNotFound error SecretProviderClassNotFound = "SecretProviderClassNotFound" // FailedToLookupProviderGRPCClient error FailedToLookupProviderGRPCClient = "FailedToLookupProviderGRPCClient" // GRPCProviderError error GRPCProviderError = "GRPCProviderError" // FailedToRotate error FailedToRotate = "FailedToRotate" // PodNotFound error PodNotFound = "PodNotFound" // NodePublishSecretRefNotFound error // #nosec G101 (Ref: https://github.com/securego/gosec/issues/295) NodePublishSecretRefNotFound = "NodePublishSecretRefNotFound" // UnexpectedTargetPath error // Indicated SecretProviderClassPodStatus status.targetPath is an invalid value. UnexpectedTargetPath = "UnexpectedTargetPath" // PodVolumeNotFound error PodVolumeNotFound = "PodVolumeNotFound" // FileWriteError error FileWriteError = "FileWriteError" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.