diff --git a/api/v1alpha1/automatedclusterdiscovery_types.go b/api/v1alpha1/automatedclusterdiscovery_types.go index 1ba0cbe..8b9c2ce 100644 --- a/api/v1alpha1/automatedclusterdiscovery_types.go +++ b/api/v1alpha1/automatedclusterdiscovery_types.go @@ -42,7 +42,7 @@ type AutomatedClusterDiscoverySpec struct { // +optional DisableTags bool `json:"disableTags"` - // AKS defines the desired state of AKS + // AKS configures discovery of AKS clusters from Azure. AKS *AKS `json:"aks,omitempty"` // The interval at which to run the discovery