diff --git a/api/v1beta1/module_types.go b/api/v1beta1/module_types.go index e2d9eb684..8f6314a41 100644 --- a/api/v1beta1/module_types.go +++ b/api/v1beta1/module_types.go @@ -52,11 +52,6 @@ type Build struct { // ConfigMap that holds Dockerfile contents DockerfileConfigMap *v1.LocalObjectReference `json:"dockerfileConfigMap"` - // +optional - // DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - // used to build the kernel module container image. - DockerfileOCIArtifact string `json:"dockerfileOCIArtifact"` - // +optional // BaseImageRegistryTLS contains settings determining how to access registries of the base images in the build-process' Dockerfile. BaseImageRegistryTLS TLSOptions `json:"baseImageRegistryTLS,omitempty"` diff --git a/config/crd-hub/bases/hub.kmm.sigs.x-k8s.io_managedclustermodules.yaml b/config/crd-hub/bases/hub.kmm.sigs.x-k8s.io_managedclustermodules.yaml index 8908ec429..d4173ba94 100644 --- a/config/crd-hub/bases/hub.kmm.sigs.x-k8s.io_managedclustermodules.yaml +++ b/config/crd-hub/bases/hub.kmm.sigs.x-k8s.io_managedclustermodules.yaml @@ -2521,11 +2521,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. @@ -2653,11 +2648,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. diff --git a/config/crd-hub/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml b/config/crd-hub/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml index 7704e0f01..1f2c412c4 100644 --- a/config/crd-hub/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml +++ b/config/crd-hub/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml @@ -118,11 +118,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. diff --git a/config/crd-hub/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml b/config/crd-hub/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml index f89ba42e5..d3b85f732 100644 --- a/config/crd-hub/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml +++ b/config/crd-hub/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml @@ -118,11 +118,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. diff --git a/config/crd-hub/bases/kmm.sigs.x-k8s.io_modules.yaml b/config/crd-hub/bases/kmm.sigs.x-k8s.io_modules.yaml index 6379ad266..72350a472 100644 --- a/config/crd-hub/bases/kmm.sigs.x-k8s.io_modules.yaml +++ b/config/crd-hub/bases/kmm.sigs.x-k8s.io_modules.yaml @@ -2502,11 +2502,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. @@ -2631,11 +2626,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. diff --git a/config/crd/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml b/config/crd/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml index 7704e0f01..1f2c412c4 100644 --- a/config/crd/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml +++ b/config/crd/bases/kmm.sigs.x-k8s.io_modulebuildsignconfigs.yaml @@ -118,11 +118,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. diff --git a/config/crd/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml b/config/crd/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml index f89ba42e5..d3b85f732 100644 --- a/config/crd/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml +++ b/config/crd/bases/kmm.sigs.x-k8s.io_moduleimagesconfigs.yaml @@ -118,11 +118,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. diff --git a/config/crd/bases/kmm.sigs.x-k8s.io_modules.yaml b/config/crd/bases/kmm.sigs.x-k8s.io_modules.yaml index 6379ad266..72350a472 100644 --- a/config/crd/bases/kmm.sigs.x-k8s.io_modules.yaml +++ b/config/crd/bases/kmm.sigs.x-k8s.io_modules.yaml @@ -2502,11 +2502,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image. @@ -2631,11 +2626,6 @@ spec: type: string type: object x-kubernetes-map-type: atomic - dockerfileOCIArtifact: - description: |- - DockerfileOCIArtifact specifies an OCI artifact that contains the dockerfile - used to build the kernel module container image. - type: string kanikoParams: description: KanikoParams is used to customize the building process of the image.