SecretSyncStatusResponse

data class SecretSyncStatusResponse(val conditions: List<SecretSyncConditionResponse>, val lastSuccessfulSyncTime: String)

SecretSyncStatus defines the observed state of the secret synchronization process.

Constructors

Link copied to clipboard
constructor(conditions: List<SecretSyncConditionResponse>, lastSuccessfulSyncTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Conditions represent the status of the secret create and update processes. The status can be True, False, or Unknown with various reasons and messages explaining the state. Examples of reasons include CreateSucceeded, ProviderError, InvalidClusterSecretLabelError, InvalidClusterSecretAnnotationError, UnknownError, ValidatingAdmissionPolicyCheckFailed, UserInputValidationFailed, ControllerSpcError, ControllerInternalError, NoValueChange, and ValueChangeOrForceUpdateDetected.

Link copied to clipboard

LastSuccessfulSyncTime represents the last time the secret was retrieved from the Provider and updated.