Sync the expiration time of kubeconfig cert file of the cluster
This commit is contained in:
@@ -121,6 +121,9 @@ const (
|
||||
|
||||
// Openpitrix runtime is created
|
||||
ClusterOpenPitrixRuntimeReady ClusterConditionType = "OpenPitrixRuntimeReady"
|
||||
|
||||
// ClusterKubeConfigCertExpiresInSevenDays indicates that the cluster certificate is about to expire.
|
||||
ClusterKubeConfigCertExpiresInSevenDays ClusterConditionType = "KubeConfigCertExpiresInSevenDays"
|
||||
)
|
||||
|
||||
type ClusterCondition struct {
|
||||
|
||||
Reference in New Issue
Block a user