diff --git a/internal/types/generated/crossplane/v1alpha1/argocdinstance_types.go b/internal/types/generated/crossplane/v1alpha1/argocdinstance_types.go index 1a61ebb..6eb74c4 100644 --- a/internal/types/generated/crossplane/v1alpha1/argocdinstance_types.go +++ b/internal/types/generated/crossplane/v1alpha1/argocdinstance_types.go @@ -10,11 +10,6 @@ type ArgoCD struct { Spec ArgoCDSpec `json:"spec,omitempty"` } -// +kubebuilder:object:generate=true -type ArgoCDList struct { - Items []ArgoCD `json:"items"` -} - // +kubebuilder:object:generate=true type ArgoCDSpec struct { Description string `json:"description,omitempty"` diff --git a/internal/types/generated/crossplane/v1alpha1/configmanagementplugin_types.go b/internal/types/generated/crossplane/v1alpha1/configmanagementplugin_types.go index 62ab046..7cd67b9 100644 --- a/internal/types/generated/crossplane/v1alpha1/configmanagementplugin_types.go +++ b/internal/types/generated/crossplane/v1alpha1/configmanagementplugin_types.go @@ -12,11 +12,6 @@ type ConfigManagementPlugin struct { Spec PluginSpec `json:"spec,omitempty"` } -// +kubebuilder:object:generate=true -type ConfigManagementPluginList struct { - Items []ConfigManagementPlugin `json:"items"` -} - // +kubebuilder:object:generate=true type PluginSpec struct { Version string `json:"version,omitempty"` diff --git a/internal/types/generated/crossplane/v1alpha1/zz_generated.deepcopy.go b/internal/types/generated/crossplane/v1alpha1/zz_generated.deepcopy.go index d2deadd..c3655d1 100644 --- a/internal/types/generated/crossplane/v1alpha1/zz_generated.deepcopy.go +++ b/internal/types/generated/crossplane/v1alpha1/zz_generated.deepcopy.go @@ -102,28 +102,6 @@ func (in *ArgoCDExtensionInstallEntry) DeepCopy() *ArgoCDExtensionInstallEntry { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ArgoCDList) DeepCopyInto(out *ArgoCDList) { - *out = *in - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]ArgoCD, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ArgoCDList. -func (in *ArgoCDList) DeepCopy() *ArgoCDList { - if in == nil { - return nil - } - out := new(ArgoCDList) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ArgoCDSpec) DeepCopyInto(out *ArgoCDSpec) { *out = *in @@ -258,28 +236,6 @@ func (in *ConfigManagementPlugin) DeepCopy() *ConfigManagementPlugin { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ConfigManagementPluginList) DeepCopyInto(out *ConfigManagementPluginList) { - *out = *in - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]ConfigManagementPlugin, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigManagementPluginList. -func (in *ConfigManagementPluginList) DeepCopy() *ConfigManagementPluginList { - if in == nil { - return nil - } - out := new(ConfigManagementPluginList) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *CrossplaneExtension) DeepCopyInto(out *CrossplaneExtension) { *out = *in