You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -187,7 +187,7 @@ type ClusterRegistrationRequestList struct {
}
// ManagedClusterSpec defines the desired state of ManagedCluster
// +kubebuilder:validation:XValidation:rule="!has(oldSelf.clusterInitSubName) || has(self.clusterInitSubName)", message="clusterInitSubName is required once set"
// +kubebuilder:validation:XValidation:rule="!has(oldSelf.clusterInitBaseName) || has(self.clusterInitBaseName)", message="clusterInitBaseName is required once set"
typeManagedClusterSpecstruct {
// ClusterID, a Random (Version 4) UUID, is a unique value in time and space value representing for child cluster.
// It is typically generated by the clusternet agent on the successful creation of a "clusternet-agent" Lease