diff --git a/api/v1beta1/clusterrelocation_types.go b/api/v1beta1/clusterrelocation_types.go index 73a57c0..653bf78 100644 --- a/api/v1beta1/clusterrelocation_types.go +++ b/api/v1beta1/clusterrelocation_types.go @@ -28,14 +28,16 @@ type ClusterRelocationSpec struct { // Important: Run "make" to regenerate code after modifying this file // ACMRegistration allows you to register this cluster to a remote ACM cluster. + //+operator-sdk:csv:customresourcedefinitions:type=spec ACMRegistration *ACMRegistration `json:"acmRegistration,omitempty"` // APICertRef is a reference to a TLS secret that will be used for the API server. // If it is omitted, a self-signed certificate will be generated. + //+operator-sdk:csv:customresourcedefinitions:type=spec APICertRef *corev1.SecretReference `json:"apiCertRef,omitempty"` // CatalogSources define new CatalogSources to install on the cluster. - // +operator-sdk:csv:customresourcedefinitions:type=spec + //+operator-sdk:csv:customresourcedefinitions:type=spec CatalogSources []CatalogSource `json:"catalogSources,omitempty"` // Domain defines the new base domain for the cluster.