File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
github.com/openshift/cluster-capi-operator/manifests-gen Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18406,7 +18406,7 @@ spec:
1840618406 selector:
1840718407 cluster.x-k8s.io/provider: infrastructure-aws
1840818408---
18409- apiVersion: admissionregistration.k8s.io/v1beta1
18409+ apiVersion: admissionregistration.k8s.io/v1
1841018410kind: ValidatingAdmissionPolicy
1841118411metadata:
1841218412 name: openshift-cluster-api-protect-awscluster
@@ -18430,7 +18430,7 @@ spec:
1843018430 message: InfraCluster resources with metadata.name corresponding to the cluster
1843118431 infrastructureName cannot be deleted.
1843218432---
18433- apiVersion: admissionregistration.k8s.io/v1beta1
18433+ apiVersion: admissionregistration.k8s.io/v1
1843418434kind: ValidatingAdmissionPolicyBinding
1843518435metadata:
1843618436 name: openshift-cluster-api-protect-awscluster
Original file line number Diff line number Diff line change @@ -18408,7 +18408,7 @@ data:
1840818408 selector:
1840918409 cluster.x-k8s.io/provider: infrastructure-aws
1841018410 ---
18411- apiVersion: admissionregistration.k8s.io/v1beta1
18411+ apiVersion: admissionregistration.k8s.io/v1
1841218412 kind: ValidatingAdmissionPolicy
1841318413 metadata:
1841418414 name: openshift-cluster-api-protect-awscluster
@@ -18432,7 +18432,7 @@ data:
1843218432 message: InfraCluster resources with metadata.name corresponding to the cluster
1843318433 infrastructureName cannot be deleted.
1843418434 ---
18435- apiVersion: admissionregistration.k8s.io/v1beta1
18435+ apiVersion: admissionregistration.k8s.io/v1
1843618436 kind: ValidatingAdmissionPolicyBinding
1843718437 metadata:
1843818438 name: openshift-cluster-api-protect-awscluster
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.22.7
44
55toolchain go1.23.6
66
7- require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9
7+ require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7
88
99require (
1010 github.com/MakeNowJust/heredoc v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y=
116116github.com/onsi/gomega v1.36.0 /go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog =
117117github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
118118github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
119- github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9 h1:/13h1O+FN12St4+EbR949pf5zGazrwbdFdPVemiOUj0 =
120- github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9 /go.mod h1:4+57eaR8Pv6wpuhZhmImQOixmRMUgVN/ugesZddG8xc =
119+ github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7 h1:SS+1xU25s6waQabfKAdjGFQed7WdY75WWz/UqCaizUg =
120+ github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7 /go.mod h1:4+57eaR8Pv6wpuhZhmImQOixmRMUgVN/ugesZddG8xc =
121121github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM =
122122github.com/pelletier/go-toml/v2 v2.2.2 /go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs =
123123github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ github.com/munnerz/goautoneg
201201# github.com/opencontainers/go-digest v1.0.0
202202## explicit; go 1.13
203203github.com/opencontainers/go-digest
204- # github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9
204+ # github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250509150604-ac5aa33f14d7
205205## explicit; go 1.22.7
206206github.com/openshift/cluster-capi-operator/manifests-gen
207207# github.com/pelletier/go-toml/v2 v2.2.2
You can’t perform that action at this time.
0 commit comments