|
|
@ -6,9 +6,6 @@ import ( |
|
|
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" |
|
|
|
) |
|
|
|
|
|
|
|
// EDIT THIS FILE! THIS IS SCAFFOLDING FOR YOU TO OWN!
|
|
|
|
// NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized.
|
|
|
|
|
|
|
|
// RedisSpec defines the desired state of Redis
|
|
|
|
// +k8s:openapi-gen=true
|
|
|
|
type RedisSpec struct { |
|
|
@ -36,9 +33,6 @@ type RedisSpec struct { |
|
|
|
// RedisStatus defines the observed state of Redis
|
|
|
|
// +k8s:openapi-gen=true
|
|
|
|
type RedisStatus struct { |
|
|
|
// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
|
|
|
|
// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
|
|
|
|
// Add custom validation using kubebuilder tags: https://book-v1.book.kubebuilder.io/beyond_basics/generating_crd.html
|
|
|
|
} |
|
|
|
|
|
|
|
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
|
|
|
|