From 005e639b41d7a96159ea60441a656338617c27fc Mon Sep 17 00:00:00 2001 From: hco-bot <71450783+hco-bot@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:12:42 +0200 Subject: [PATCH] Bump AAQ to v1.1.5 (#2829) Signed-off-by: HCO Bump Bot Co-authored-by: kubevirt-bot <25687724+kubevirt-bot@users.noreply.github.com> --- deploy/cluster_role.yaml | 11 ++ deploy/images.csv | 6 +- deploy/images.env | 12 +- ...perator.v1.11.0.clusterserviceversion.yaml | 27 ++-- ...perator.v1.11.0.clusterserviceversion.yaml | 29 +++-- deploy/operator.yaml | 10 +- go.mod | 2 +- go.sum | 4 +- hack/config | 2 +- tests/go.mod | 2 +- tests/go.sum | 4 +- .../pkg/apis/core/v1alpha1/register.go | 6 +- .../pkg/apis/core/v1alpha1/types.go | 15 +-- .../core/v1alpha1/zz_generated.deepcopy.go | 122 +++++++++--------- tests/vendor/modules.txt | 2 +- .../pkg/apis/core/v1alpha1/register.go | 6 +- .../pkg/apis/core/v1alpha1/types.go | 15 +-- .../core/v1alpha1/zz_generated.deepcopy.go | 122 +++++++++--------- vendor/modules.txt | 2 +- 19 files changed, 217 insertions(+), 182 deletions(-) diff --git a/deploy/cluster_role.yaml b/deploy/cluster_role.yaml index a94559fdc1..97a0962710 100644 --- a/deploy/cluster_role.yaml +++ b/deploy/cluster_role.yaml @@ -3670,6 +3670,17 @@ rules: - get - watch - list +- apiGroups: + - aaq.kubevirt.io + resources: + - applicationawareappliedclusterresourcequotas + verbs: + - create + - update + - delete + - get + - watch + - list - apiGroups: - aaq.kubevirt.io resources: diff --git a/deploy/images.csv b/deploy/images.csv index 7d39d2f431..997fae9d4e 100644 --- a/deploy/images.csv +++ b/deploy/images.csv @@ -31,6 +31,6 @@ CSI_SIG_STORAGE_PROVISIONER_IMAGE,registry.k8s.io/sig-storage/csi-provisioner,CS KUBE_RBAC_PROXY_IMAGE,quay.io/openshift/origin-kube-rbac-proxy,KUBE_RBAC_PROXY_VERSION,e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8 KUBEVIRT_CONSOLE_PLUGIN_IMAGE,quay.io/kubevirt-ui/kubevirt-plugin,KUBEVIRT_CONSOLE_PLUGIN_VERSION,4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab KUBEVIRT_CONSOLE_PROXY_IMAGE,quay.io/kubevirt-ui/kubevirt-apiserver-proxy,KUBEVIRT_CONSOLE_PROXY_VERSION,38293a1050bce9c7cb786cbe8719be1edb91a922a6c583eedb61e56729ed4c72 -AAQ_OPERATOR_IMAGE,quay.io/kubevirt/aaq-operator,AAQ_VERSION,2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 -AAQ_SERVER_IMAGE,quay.io/kubevirt/aaq-server,AAQ_VERSION,827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 -AAQ_CONTROLLER_IMAGE,quay.io/kubevirt/aaq-controller,AAQ_VERSION,088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d +AAQ_OPERATOR_IMAGE,quay.io/kubevirt/aaq-operator,AAQ_VERSION,590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae +AAQ_SERVER_IMAGE,quay.io/kubevirt/aaq-server,AAQ_VERSION,0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a +AAQ_CONTROLLER_IMAGE,quay.io/kubevirt/aaq-controller,AAQ_VERSION,cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 diff --git a/deploy/images.env b/deploy/images.env index a66442cdc8..a886a9c501 100755 --- a/deploy/images.env +++ b/deploy/images.env @@ -30,9 +30,9 @@ CSI_SIG_STORAGE_PROVISIONER_IMAGE=registry.k8s.io/sig-storage/csi-provisioner@sh KUBE_RBAC_PROXY_IMAGE=quay.io/openshift/origin-kube-rbac-proxy@sha256:e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8 KUBEVIRT_CONSOLE_PLUGIN_IMAGE=quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab KUBEVIRT_CONSOLE_PROXY_IMAGE=quay.io/kubevirt-ui/kubevirt-apiserver-proxy@sha256:38293a1050bce9c7cb786cbe8719be1edb91a922a6c583eedb61e56729ed4c72 -AAQ_OPERATOR_IMAGE=quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 -AAQ_SERVER_IMAGE=quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 -AAQ_CONTROLLER_IMAGE=quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d +AAQ_OPERATOR_IMAGE=quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae +AAQ_SERVER_IMAGE=quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a +AAQ_CONTROLLER_IMAGE=quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 DIGEST_LIST="quay.io/kubevirt/virt-operator@sha256:0e6d56ea0ebdf9bb832f29ab0dc4603f0f619474bb8bc02a01e0a06e9d8d6f4a" DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-api@sha256:735662c824da3d6069624d40674163d758c2256f8043cf6f02f505c3a724afa3" DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/virt-controller@sha256:4f576e30b83db7b9f96dde77896898bde87db3517963c4227634d0c3e96bb86d" @@ -65,6 +65,6 @@ DIGEST_LIST="${DIGEST_LIST},registry.k8s.io/sig-storage/csi-provisioner@sha256:d DIGEST_LIST="${DIGEST_LIST},quay.io/openshift/origin-kube-rbac-proxy@sha256:e2def4213ec0657e72eb790ae8a115511d5b8f164a62d3568d2f1bff189917e8" DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab" DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt-ui/kubevirt-apiserver-proxy@sha256:38293a1050bce9c7cb786cbe8719be1edb91a922a6c583eedb61e56729ed4c72" -DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2" -DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381" -DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d" +DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae" +DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a" +DIGEST_LIST="${DIGEST_LIST},quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611" diff --git a/deploy/index-image/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml b/deploy/index-image/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml index 378c202891..1aa9ac92f8 100644 --- a/deploy/index-image/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml +++ b/deploy/index-image/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml @@ -3119,6 +3119,17 @@ spec: - get - watch - list + - apiGroups: + - aaq.kubevirt.io + resources: + - applicationawareappliedclusterresourcequotas + verbs: + - create + - update + - delete + - get + - watch + - list - apiGroups: - aaq.kubevirt.io resources: @@ -3255,7 +3266,7 @@ spec: - name: MTQ_VERSION value: v1.2.0 - name: AAQ_VERSION - value: v1.1.4 + value: v1.1.5 - name: KV_CONSOLE_PLUGIN_IMAGE value: quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab - name: KV_CONSOLE_PROXY_IMAGE @@ -4016,17 +4027,17 @@ spec: - name: DEPLOY_CLUSTER_RESOURCES value: "true" - name: OPERATOR_VERSION - value: v1.1.4 + value: v1.1.5 - name: CONTROLLER_IMAGE - value: quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d + value: quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 - name: AAQ_SERVER_IMAGE - value: quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 + value: quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a - name: VERBOSITY value: "1" - name: PULL_POLICY value: IfNotPresent - name: MONITORING_NAMESPACE - image: quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 + image: quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae imagePullPolicy: IfNotPresent name: aaq-operator ports: @@ -4745,11 +4756,11 @@ spec: provider: name: KubeVirt project relatedImages: - - image: quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d + - image: quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 name: aaq-controller - - image: quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 + - image: quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae name: aaq-operator - - image: quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 + - image: quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a name: aaq-server - image: quay.io/kubevirt/bridge-marker@sha256:bba066e3b5ff3fb8c5e20861fe8abe51e3c9b50ad6ce3b2616af9cb5479a06d0 name: bridge-marker diff --git a/deploy/olm-catalog/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml b/deploy/olm-catalog/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml index 7b14ad057d..f7c254c446 100644 --- a/deploy/olm-catalog/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml +++ b/deploy/olm-catalog/community-kubevirt-hyperconverged/1.11.0/manifests/kubevirt-hyperconverged-operator.v1.11.0.clusterserviceversion.yaml @@ -9,7 +9,7 @@ metadata: certified: "false" console.openshift.io/disable-operand-delete: "true" containerImage: quay.io/kubevirt/hyperconverged-cluster-operator:1.11.0-unstable - createdAt: "2024-02-10 21:30:27" + createdAt: "2024-03-05 05:05:26" description: A unified operator deploying and controlling KubeVirt and its supporting operators with opinionated defaults features.operators.openshift.io/cnf: "false" @@ -3119,6 +3119,17 @@ spec: - get - watch - list + - apiGroups: + - aaq.kubevirt.io + resources: + - applicationawareappliedclusterresourcequotas + verbs: + - create + - update + - delete + - get + - watch + - list - apiGroups: - aaq.kubevirt.io resources: @@ -3255,7 +3266,7 @@ spec: - name: MTQ_VERSION value: v1.2.0 - name: AAQ_VERSION - value: v1.1.4 + value: v1.1.5 - name: KV_CONSOLE_PLUGIN_IMAGE value: quay.io/kubevirt-ui/kubevirt-plugin@sha256:4ed1f37116cbaf883edd8783201d091fbbe121fcb84e7184ee531d3b1abd77ab - name: KV_CONSOLE_PROXY_IMAGE @@ -4016,17 +4027,17 @@ spec: - name: DEPLOY_CLUSTER_RESOURCES value: "true" - name: OPERATOR_VERSION - value: v1.1.4 + value: v1.1.5 - name: CONTROLLER_IMAGE - value: quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d + value: quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 - name: AAQ_SERVER_IMAGE - value: quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 + value: quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a - name: VERBOSITY value: "1" - name: PULL_POLICY value: IfNotPresent - name: MONITORING_NAMESPACE - image: quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 + image: quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae imagePullPolicy: IfNotPresent name: aaq-operator ports: @@ -4745,11 +4756,11 @@ spec: provider: name: KubeVirt project relatedImages: - - image: quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d + - image: quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 name: aaq-controller - - image: quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 + - image: quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae name: aaq-operator - - image: quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 + - image: quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a name: aaq-server - image: quay.io/kubevirt/bridge-marker@sha256:bba066e3b5ff3fb8c5e20861fe8abe51e3c9b50ad6ce3b2616af9cb5479a06d0 name: bridge-marker diff --git a/deploy/operator.yaml b/deploy/operator.yaml index de971352b9..8e0d3d70f9 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -65,7 +65,7 @@ spec: - name: MTQ_VERSION value: v1.2.0 - name: AAQ_VERSION - value: v1.1.4 + value: v1.1.5 - name: KV_CONSOLE_PLUGIN_IMAGE - name: KV_CONSOLE_PROXY_IMAGE image: quay.io/kubevirt/hyperconverged-cluster-operator:1.11.0-unstable @@ -872,17 +872,17 @@ spec: - name: DEPLOY_CLUSTER_RESOURCES value: "true" - name: OPERATOR_VERSION - value: v1.1.4 + value: v1.1.5 - name: CONTROLLER_IMAGE - value: quay.io/kubevirt/aaq-controller@sha256:088da1c52a1b14edff7e9d314a46bd9c09c780b39ff82038fb90dc1022ae630d + value: quay.io/kubevirt/aaq-controller@sha256:cb2fa52ae3f6a1a99b2de77b58c5db54c43ba8ee86c6540b4844c901180ce611 - name: AAQ_SERVER_IMAGE - value: quay.io/kubevirt/aaq-server@sha256:827356ed0ad3857c1319b30cd026775dc8076eb9a1b2b62338f617429af36381 + value: quay.io/kubevirt/aaq-server@sha256:0c6b01c48030e03e99b3ff2b319658c2bf2b2001f4e3e030ba70d1143b25717a - name: VERBOSITY value: "1" - name: PULL_POLICY value: IfNotPresent - name: MONITORING_NAMESPACE - image: quay.io/kubevirt/aaq-operator@sha256:2d1c49702fd187030dfa669791f25cefbc29e3103c2f5e0318af4c0ccead0fd2 + image: quay.io/kubevirt/aaq-operator@sha256:590d24742401eeff3fb6a9c8ed977c63442f8f0a0505509fae69aa1bf8aa84ae imagePullPolicy: IfNotPresent name: aaq-operator ports: diff --git a/go.mod b/go.mod index cf66c7f6be..ad2d1bd31a 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( k8s.io/kube-openapi v0.0.0-20230928205116-a78145627833 k8s.io/utils v0.0.0-20230726121419-3b25d923346b kubevirt.io/api v1.1.1 - kubevirt.io/application-aware-quota v1.1.4 + kubevirt.io/application-aware-quota v1.1.5 kubevirt.io/containerized-data-importer-api v1.58.1 kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4 kubevirt.io/managed-tenant-quota v1.2.0 diff --git a/go.sum b/go.sum index 8cfdf9de9d..421ff9d3c1 100644 --- a/go.sum +++ b/go.sum @@ -440,8 +440,8 @@ k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSn k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= kubevirt.io/api v1.1.1 h1:vt5bOpACArNFIudx1bcE1VeejQdh5wCd7Oz/uFBIkH8= kubevirt.io/api v1.1.1/go.mod h1:CJ4vZsaWhVN3jNbyc9y3lIZhw8nUHbWjap0xHABQiqc= -kubevirt.io/application-aware-quota v1.1.4 h1:0/kUvFfZoayELMzJ4WXrmPd7SWkvog4oVXzBuapAZ0k= -kubevirt.io/application-aware-quota v1.1.4/go.mod h1:Owe2lP1IH9SeXdLqzWtTkmBx59ilWJulaLUK8VG+b34= +kubevirt.io/application-aware-quota v1.1.5 h1:CfHP8fjgrYfnCrwLTn5syAHN9zggYgqKaAbce+u7Af8= +kubevirt.io/application-aware-quota v1.1.5/go.mod h1:Owe2lP1IH9SeXdLqzWtTkmBx59ilWJulaLUK8VG+b34= kubevirt.io/containerized-data-importer-api v1.58.1 h1:Zbf0pCvxb4fBvtMR6uI2OIJZ4UfwFxripzOLMO4HPbI= kubevirt.io/containerized-data-importer-api v1.58.1/go.mod h1:Y/8ETgHS1GjO89bl682DPtQOYEU/1ctPFBz6Sjxm4DM= kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4 h1:fZYvD3/Vnitfkx6IJxjLAk8ugnZQ7CXVYcRfkSKmuZY= diff --git a/hack/config b/hack/config index 897ae14f7c..66c850e17f 100644 --- a/hack/config +++ b/hack/config @@ -8,7 +8,7 @@ TTO_VERSION="v0.5.0" HPPO_VERSION="v0.18.0" HPP_VERSION="v0.18.0" MTQ_VERSION="v1.2.0" -AAQ_VERSION="v1.1.4" +AAQ_VERSION="v1.1.5" NODE_DRIVER_REG_VERSION="v2.10.0" LIVENESS_PROBE_VERSION="v2.12.0" diff --git a/tests/go.mod b/tests/go.mod index 45f33d1bf6..5ef7674ccb 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -41,7 +41,7 @@ require ( github.com/openshift/custom-resource-status v1.1.2 gopkg.in/yaml.v3 v3.0.1 k8s.io/apiserver v0.28.4 - kubevirt.io/application-aware-quota v1.1.4 + kubevirt.io/application-aware-quota v1.1.5 kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4 kubevirt.io/managed-tenant-quota v1.2.0 kubevirt.io/ssp-operator/api v0.19.0 diff --git a/tests/go.sum b/tests/go.sum index ae9ed38d90..ff7d995408 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -1573,8 +1573,8 @@ k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSn k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= kubevirt.io/api v1.1.1 h1:vt5bOpACArNFIudx1bcE1VeejQdh5wCd7Oz/uFBIkH8= kubevirt.io/api v1.1.1/go.mod h1:CJ4vZsaWhVN3jNbyc9y3lIZhw8nUHbWjap0xHABQiqc= -kubevirt.io/application-aware-quota v1.1.4 h1:0/kUvFfZoayELMzJ4WXrmPd7SWkvog4oVXzBuapAZ0k= -kubevirt.io/application-aware-quota v1.1.4/go.mod h1:Owe2lP1IH9SeXdLqzWtTkmBx59ilWJulaLUK8VG+b34= +kubevirt.io/application-aware-quota v1.1.5 h1:CfHP8fjgrYfnCrwLTn5syAHN9zggYgqKaAbce+u7Af8= +kubevirt.io/application-aware-quota v1.1.5/go.mod h1:Owe2lP1IH9SeXdLqzWtTkmBx59ilWJulaLUK8VG+b34= kubevirt.io/client-go v1.1.1 h1:X/fk9kLW65aHRM3GW71UIzXLZsALPoggt4786yLYz1g= kubevirt.io/client-go v1.1.1/go.mod h1:ZsE3LucLRzbkK/Mc7rhTArCgVifZt7BeNSW2WOGiCm4= kubevirt.io/containerized-data-importer-api v1.58.1 h1:Zbf0pCvxb4fBvtMR6uI2OIJZ4UfwFxripzOLMO4HPbI= diff --git a/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go b/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go index adc1cd68ce..6855c99775 100644 --- a/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go +++ b/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go @@ -57,8 +57,8 @@ func addKnownTypes(scheme *runtime.Scheme) error { &ApplicationAwareResourceQuotaList{}, &ApplicationAwareClusterResourceQuota{}, &ApplicationAwareClusterResourceQuotaList{}, - &AppliedApplicationAwareClusterResourceQuota{}, - &AppliedApplicationAwareClusterResourceQuota{}, + &ApplicationAwareAppliedClusterResourceQuota{}, + &ApplicationAwareAppliedClusterResourceQuotaList{}, &AAQJobQueueConfig{}, &AAQJobQueueConfigList{}, &AAQ{}, @@ -78,6 +78,8 @@ func AddKnownTypesGenerator(groupVersions []schema.GroupVersion) func(scheme *ru &ApplicationAwareResourceQuotaList{}, &ApplicationAwareClusterResourceQuota{}, &ApplicationAwareClusterResourceQuotaList{}, + &ApplicationAwareAppliedClusterResourceQuota{}, + &ApplicationAwareAppliedClusterResourceQuotaList{}, &AAQJobQueueConfig{}, &AAQJobQueueConfigList{}, &AAQ{}, diff --git a/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go b/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go index 5226dbd21f..6b1afcd24f 100644 --- a/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go +++ b/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go @@ -274,16 +274,15 @@ type ApplicationAwareClusterResourceQuotaList struct { Items []ApplicationAwareClusterResourceQuota `json:"items" protobuf:"bytes,2,rep,name=items"` } -// AppliedApplicationAwareClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection +// ApplicationAwareAppliedClusterResourceQuota mirrors ApplicationAwareAppliedClusterResourceQuota at a project scope, for projection // into a project. It allows a project-admin to know which ClusterResourceQuotas are applied to // his project and their associated usage. +// +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=acrq;acrqs,categories=all -// +kubebuilder:subresource:status +// +kubebuilder:resource:shortName=aacrq;aacrqs,categories=all // +k8s:openapi-gen=true -// +genclient:onlyVerbs=get,list -type AppliedApplicationAwareClusterResourceQuota struct { +type ApplicationAwareAppliedClusterResourceQuota struct { metav1.TypeMeta `json:",inline"` // metadata is the standard object's metadata. @@ -297,9 +296,9 @@ type AppliedApplicationAwareClusterResourceQuota struct { Status ApplicationAwareClusterResourceQuotaStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` } -// AppliedApplicationAwareClusterResourceQuotaList is a collection of AppliedApplicationAwareClusterResourceQuotas +// ApplicationAwareAppliedClusterResourceQuotaList is a collection of AppliedApplicationAwareClusterResourceQuotas // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object -type AppliedApplicationAwareClusterResourceQuotaList struct { +type ApplicationAwareAppliedClusterResourceQuotaList struct { metav1.TypeMeta `json:",inline"` // metadata is the standard list's metadata. @@ -307,5 +306,5 @@ type AppliedApplicationAwareClusterResourceQuotaList struct { metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Items is a list of AppliedApplicationAwareClusterResourceQuota - Items []AppliedApplicationAwareClusterResourceQuota `json:"items" protobuf:"bytes,2,rep,name=items"` + Items []ApplicationAwareAppliedClusterResourceQuota `json:"items" protobuf:"bytes,2,rep,name=items"` } diff --git a/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go b/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go index 678646f441..06d814b04c 100644 --- a/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go +++ b/tests/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go @@ -286,6 +286,67 @@ func (in *AAQStatus) DeepCopy() *AAQStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ApplicationAwareAppliedClusterResourceQuota) DeepCopyInto(out *ApplicationAwareAppliedClusterResourceQuota) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + in.Spec.DeepCopyInto(&out.Spec) + in.Status.DeepCopyInto(&out.Status) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationAwareAppliedClusterResourceQuota. +func (in *ApplicationAwareAppliedClusterResourceQuota) DeepCopy() *ApplicationAwareAppliedClusterResourceQuota { + if in == nil { + return nil + } + out := new(ApplicationAwareAppliedClusterResourceQuota) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ApplicationAwareAppliedClusterResourceQuota) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ApplicationAwareAppliedClusterResourceQuotaList) DeepCopyInto(out *ApplicationAwareAppliedClusterResourceQuotaList) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]ApplicationAwareAppliedClusterResourceQuota, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationAwareAppliedClusterResourceQuotaList. +func (in *ApplicationAwareAppliedClusterResourceQuotaList) DeepCopy() *ApplicationAwareAppliedClusterResourceQuotaList { + if in == nil { + return nil + } + out := new(ApplicationAwareAppliedClusterResourceQuotaList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ApplicationAwareAppliedClusterResourceQuotaList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ApplicationAwareClusterResourceQuota) DeepCopyInto(out *ApplicationAwareClusterResourceQuota) { *out = *in @@ -476,67 +537,6 @@ func (in *ApplicationAwareResourceQuotaStatus) DeepCopy() *ApplicationAwareResou return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *AppliedApplicationAwareClusterResourceQuota) DeepCopyInto(out *AppliedApplicationAwareClusterResourceQuota) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.Spec.DeepCopyInto(&out.Spec) - in.Status.DeepCopyInto(&out.Status) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppliedApplicationAwareClusterResourceQuota. -func (in *AppliedApplicationAwareClusterResourceQuota) DeepCopy() *AppliedApplicationAwareClusterResourceQuota { - if in == nil { - return nil - } - out := new(AppliedApplicationAwareClusterResourceQuota) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *AppliedApplicationAwareClusterResourceQuota) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *AppliedApplicationAwareClusterResourceQuotaList) DeepCopyInto(out *AppliedApplicationAwareClusterResourceQuotaList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]AppliedApplicationAwareClusterResourceQuota, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppliedApplicationAwareClusterResourceQuotaList. -func (in *AppliedApplicationAwareClusterResourceQuotaList) DeepCopy() *AppliedApplicationAwareClusterResourceQuotaList { - if in == nil { - return nil - } - out := new(AppliedApplicationAwareClusterResourceQuotaList) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *AppliedApplicationAwareClusterResourceQuotaList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *CertConfig) DeepCopyInto(out *CertConfig) { *out = *in diff --git a/tests/vendor/modules.txt b/tests/vendor/modules.txt index 9ad88febd3..a8bd37933a 100644 --- a/tests/vendor/modules.txt +++ b/tests/vendor/modules.txt @@ -959,7 +959,7 @@ kubevirt.io/api/pool kubevirt.io/api/pool/v1alpha1 kubevirt.io/api/snapshot kubevirt.io/api/snapshot/v1alpha1 -# kubevirt.io/application-aware-quota v1.1.4 +# kubevirt.io/application-aware-quota v1.1.5 ## explicit; go 1.20 kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1 diff --git a/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go b/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go index adc1cd68ce..6855c99775 100644 --- a/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go +++ b/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/register.go @@ -57,8 +57,8 @@ func addKnownTypes(scheme *runtime.Scheme) error { &ApplicationAwareResourceQuotaList{}, &ApplicationAwareClusterResourceQuota{}, &ApplicationAwareClusterResourceQuotaList{}, - &AppliedApplicationAwareClusterResourceQuota{}, - &AppliedApplicationAwareClusterResourceQuota{}, + &ApplicationAwareAppliedClusterResourceQuota{}, + &ApplicationAwareAppliedClusterResourceQuotaList{}, &AAQJobQueueConfig{}, &AAQJobQueueConfigList{}, &AAQ{}, @@ -78,6 +78,8 @@ func AddKnownTypesGenerator(groupVersions []schema.GroupVersion) func(scheme *ru &ApplicationAwareResourceQuotaList{}, &ApplicationAwareClusterResourceQuota{}, &ApplicationAwareClusterResourceQuotaList{}, + &ApplicationAwareAppliedClusterResourceQuota{}, + &ApplicationAwareAppliedClusterResourceQuotaList{}, &AAQJobQueueConfig{}, &AAQJobQueueConfigList{}, &AAQ{}, diff --git a/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go b/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go index 5226dbd21f..6b1afcd24f 100644 --- a/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go +++ b/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/types.go @@ -274,16 +274,15 @@ type ApplicationAwareClusterResourceQuotaList struct { Items []ApplicationAwareClusterResourceQuota `json:"items" protobuf:"bytes,2,rep,name=items"` } -// AppliedApplicationAwareClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection +// ApplicationAwareAppliedClusterResourceQuota mirrors ApplicationAwareAppliedClusterResourceQuota at a project scope, for projection // into a project. It allows a project-admin to know which ClusterResourceQuotas are applied to // his project and their associated usage. +// +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // +kubebuilder:object:root=true -// +kubebuilder:resource:shortName=acrq;acrqs,categories=all -// +kubebuilder:subresource:status +// +kubebuilder:resource:shortName=aacrq;aacrqs,categories=all // +k8s:openapi-gen=true -// +genclient:onlyVerbs=get,list -type AppliedApplicationAwareClusterResourceQuota struct { +type ApplicationAwareAppliedClusterResourceQuota struct { metav1.TypeMeta `json:",inline"` // metadata is the standard object's metadata. @@ -297,9 +296,9 @@ type AppliedApplicationAwareClusterResourceQuota struct { Status ApplicationAwareClusterResourceQuotaStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` } -// AppliedApplicationAwareClusterResourceQuotaList is a collection of AppliedApplicationAwareClusterResourceQuotas +// ApplicationAwareAppliedClusterResourceQuotaList is a collection of AppliedApplicationAwareClusterResourceQuotas // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object -type AppliedApplicationAwareClusterResourceQuotaList struct { +type ApplicationAwareAppliedClusterResourceQuotaList struct { metav1.TypeMeta `json:",inline"` // metadata is the standard list's metadata. @@ -307,5 +306,5 @@ type AppliedApplicationAwareClusterResourceQuotaList struct { metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` // Items is a list of AppliedApplicationAwareClusterResourceQuota - Items []AppliedApplicationAwareClusterResourceQuota `json:"items" protobuf:"bytes,2,rep,name=items"` + Items []ApplicationAwareAppliedClusterResourceQuota `json:"items" protobuf:"bytes,2,rep,name=items"` } diff --git a/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go b/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go index 678646f441..06d814b04c 100644 --- a/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go @@ -286,6 +286,67 @@ func (in *AAQStatus) DeepCopy() *AAQStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ApplicationAwareAppliedClusterResourceQuota) DeepCopyInto(out *ApplicationAwareAppliedClusterResourceQuota) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + in.Spec.DeepCopyInto(&out.Spec) + in.Status.DeepCopyInto(&out.Status) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationAwareAppliedClusterResourceQuota. +func (in *ApplicationAwareAppliedClusterResourceQuota) DeepCopy() *ApplicationAwareAppliedClusterResourceQuota { + if in == nil { + return nil + } + out := new(ApplicationAwareAppliedClusterResourceQuota) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ApplicationAwareAppliedClusterResourceQuota) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ApplicationAwareAppliedClusterResourceQuotaList) DeepCopyInto(out *ApplicationAwareAppliedClusterResourceQuotaList) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]ApplicationAwareAppliedClusterResourceQuota, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationAwareAppliedClusterResourceQuotaList. +func (in *ApplicationAwareAppliedClusterResourceQuotaList) DeepCopy() *ApplicationAwareAppliedClusterResourceQuotaList { + if in == nil { + return nil + } + out := new(ApplicationAwareAppliedClusterResourceQuotaList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ApplicationAwareAppliedClusterResourceQuotaList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ApplicationAwareClusterResourceQuota) DeepCopyInto(out *ApplicationAwareClusterResourceQuota) { *out = *in @@ -476,67 +537,6 @@ func (in *ApplicationAwareResourceQuotaStatus) DeepCopy() *ApplicationAwareResou return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *AppliedApplicationAwareClusterResourceQuota) DeepCopyInto(out *AppliedApplicationAwareClusterResourceQuota) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.Spec.DeepCopyInto(&out.Spec) - in.Status.DeepCopyInto(&out.Status) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppliedApplicationAwareClusterResourceQuota. -func (in *AppliedApplicationAwareClusterResourceQuota) DeepCopy() *AppliedApplicationAwareClusterResourceQuota { - if in == nil { - return nil - } - out := new(AppliedApplicationAwareClusterResourceQuota) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *AppliedApplicationAwareClusterResourceQuota) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *AppliedApplicationAwareClusterResourceQuotaList) DeepCopyInto(out *AppliedApplicationAwareClusterResourceQuotaList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]AppliedApplicationAwareClusterResourceQuota, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppliedApplicationAwareClusterResourceQuotaList. -func (in *AppliedApplicationAwareClusterResourceQuotaList) DeepCopy() *AppliedApplicationAwareClusterResourceQuotaList { - if in == nil { - return nil - } - out := new(AppliedApplicationAwareClusterResourceQuotaList) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *AppliedApplicationAwareClusterResourceQuotaList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *CertConfig) DeepCopyInto(out *CertConfig) { *out = *in diff --git a/vendor/modules.txt b/vendor/modules.txt index 37380b1a77..c709989d8f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -675,7 +675,7 @@ k8s.io/utils/trace ## explicit; go 1.17 kubevirt.io/api/core kubevirt.io/api/core/v1 -# kubevirt.io/application-aware-quota v1.1.4 +# kubevirt.io/application-aware-quota v1.1.5 ## explicit; go 1.20 kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core kubevirt.io/application-aware-quota/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1