Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openshift/infrastructure-components-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18406,7 +18406,7 @@ spec:
selector:
cluster.x-k8s.io/provider: infrastructure-aws
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingAdmissionPolicy
metadata:
name: openshift-cluster-api-protect-awscluster
Expand All @@ -18430,7 +18430,7 @@ spec:
message: InfraCluster resources with metadata.name corresponding to the cluster
infrastructureName cannot be deleted.
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingAdmissionPolicyBinding
metadata:
name: openshift-cluster-api-protect-awscluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18408,7 +18408,7 @@ data:
selector:
cluster.x-k8s.io/provider: infrastructure-aws
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingAdmissionPolicy
metadata:
name: openshift-cluster-api-protect-awscluster
Expand All @@ -18432,7 +18432,7 @@ data:
message: InfraCluster resources with metadata.name corresponding to the cluster
infrastructureName cannot be deleted.
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingAdmissionPolicyBinding
metadata:
name: openshift-cluster-api-protect-awscluster
Expand Down
2 changes: 1 addition & 1 deletion openshift/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.7

toolchain go1.23.6

require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9
require github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250513083705-9de86dc17b4f

require (
github.com/MakeNowJust/heredoc v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions openshift/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y=
github.com/onsi/gomega v1.36.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9 h1:/13h1O+FN12St4+EbR949pf5zGazrwbdFdPVemiOUj0=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9/go.mod h1:4+57eaR8Pv6wpuhZhmImQOixmRMUgVN/ugesZddG8xc=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250513083705-9de86dc17b4f h1:rGmPwhtbu2hX85Td2c5nqU0h/vF9lExU4Xq1G+eG8ys=
github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250513083705-9de86dc17b4f/go.mod h1:4+57eaR8Pv6wpuhZhmImQOixmRMUgVN/ugesZddG8xc=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openshift/tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ github.com/munnerz/goautoneg
# github.com/opencontainers/go-digest v1.0.0
## explicit; go 1.13
github.com/opencontainers/go-digest
# github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250326163512-302c8534aab9
# github.com/openshift/cluster-capi-operator/manifests-gen v0.0.0-20250513083705-9de86dc17b4f
## explicit; go 1.22.7
github.com/openshift/cluster-capi-operator/manifests-gen
# github.com/pelletier/go-toml/v2 v2.2.2
Expand Down