Enum CredentialRotationStatus.StatusDetails

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<CredentialRotationStatus.StatusDetails>
    Enclosing class:
    CredentialRotationStatus

    public static enum CredentialRotationStatus.StatusDetails
    extends Enum<CredentialRotationStatus.StatusDetails>
    implements BmcEnum
    Details of a kuberenetes cluster credential rotation status: ISSUING_NEW_CREDENTIALS: Credential rotation is in progress.

    Starting to issue new credentials to kubernetes cluster control plane and worker nodes. NEW_CREDENTIALS_ISSUED: New credentials are added. At this stage cluster has both old and new credentials and is awaiting old credentials retirement. RETIRING_OLD_CREDENTIALS: Retirement of old credentials is in progress. Starting to remove old credentials from kubernetes cluster control plane and worker nodes. COMPLETED: Credential rotation is complete. Old credentials are retired.