Skip to content

Commit

Permalink
add spec thing
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 committed Jul 5, 2023
1 parent 62a6b93 commit 28a5d16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/v1beta1/clusterrelocation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 28a5d16

Please sign in to comment.