Browse Source

Updated category name to fix CRD capitalisation and removed stale yaml

Co-authored-by: Lilly Daniell <lilly.daniell@engineerbetter.com>
Co-authored-by: Adrienne Galloway <adrienne.galloway@engineerbetter.com>
Co-authored-by: Dominic Meddick <dominic.meddick@engineerbetter.com>
Co-authored-by: Amr Fawzy <amr.fawzy@container-solutions.com>
Signed-off-by: William Young <will.young@engineerbetter.com>
James Cleveland 4 years ago
parent
commit
e854b7851e

+ 1 - 1
apis/externalsecrets/v1alpha1/pushsecret_types.go

@@ -103,7 +103,7 @@ type PushSecretStatus struct {
 // +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
 // +kubebuilder:printcolumn:name="Status",type=string,JSONPath=`.status.conditions[?(@.type=="Ready")].reason`
 // +kubebuilder:subresource:status
-// +kubebuilder:resource:scope=Namespaced,categories={PushSecrets}
+// +kubebuilder:resource:scope=Namespaced,categories={pushsecrets}
 
 type PushSecret struct {
 	metav1.TypeMeta   `json:",inline"`

+ 1 - 1
apis/externalsecrets/v1alpha1/zz_generated.deepcopy.go

@@ -1168,7 +1168,7 @@ func (in *PushSecretStatusCondition) DeepCopyInto(out *PushSecretStatusCondition
 	in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
 }
 
-// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecetStatusCondition.
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PushSecretStatusCondition.
 func (in *PushSecretStatusCondition) DeepCopy() *PushSecretStatusCondition {
 	if in == nil {
 		return nil

+ 0 - 0
config/crds/bases/external-secrets.io_secretsinks.yaml → config/crds/bases/external-secrets.io_pushsecrets.yaml