From 8ac7c7fd32c8af14b268af3c17a99286ec71b5b8 Mon Sep 17 00:00:00 2001 From: Frederic Giloux Date: Sat, 8 Jul 2023 06:17:29 +0200 Subject: [PATCH] Remove unused reference Signed-off-by: Frederic Giloux --- api/v1alpha1/bundle_types.go | 5 ----- api/v1alpha1/zz_generated.deepcopy.go | 15 --------------- 2 files changed, 20 deletions(-) diff --git a/api/v1alpha1/bundle_types.go b/api/v1alpha1/bundle_types.go index cf4c3923..d09db9ab 100644 --- a/api/v1alpha1/bundle_types.go +++ b/api/v1alpha1/bundle_types.go @@ -115,11 +115,6 @@ type HTTPSource struct { Auth Authorization `json:"auth,omitempty"` } -type ConfigMapRef struct { - Name string `json:"name"` - Namespace string `json:"namespace"` -} - type GitRef struct { // Branch refers to the branch to checkout from the repository. // The Branch should contain the bundle manifests in the specified directory. diff --git a/api/v1alpha1/zz_generated.deepcopy.go b/api/v1alpha1/zz_generated.deepcopy.go index c8c665bb..695db718 100644 --- a/api/v1alpha1/zz_generated.deepcopy.go +++ b/api/v1alpha1/zz_generated.deepcopy.go @@ -303,21 +303,6 @@ func (in *BundleTemplate) DeepCopy() *BundleTemplate { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ConfigMapRef) DeepCopyInto(out *ConfigMapRef) { - *out = *in -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapRef. -func (in *ConfigMapRef) DeepCopy() *ConfigMapRef { - if in == nil { - return nil - } - out := new(ConfigMapRef) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ConfigMapSource) DeepCopyInto(out *ConfigMapSource) { *out = *in