Skip to content

Commit

Permalink
removed flowcontrol.apiserver.k8s.io/v1beta2 as per k8s1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
yjst2012 committed Oct 8, 2024
1 parent 69378fb commit bc07913
Show file tree
Hide file tree
Showing 61 changed files with 1,240 additions and 388 deletions.
2 changes: 1 addition & 1 deletion pkg/operator/controllers/rbac/bindata.go

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

63 changes: 61 additions & 2 deletions pkg/operator/controllers/rbac/staticresources/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ rules:
- dnses
- featuregates
- imagecontentpolicies
- imagedigestmirrorsets
- images
- imagetagmirrorsets
- infrastructures
- ingresses
- networks
Expand All @@ -245,6 +247,7 @@ rules:
- consolenotifications
- consoleplugins
- consolequickstarts
- consolesamples
- consoleyamlsamples
verbs:
- get
Expand Down Expand Up @@ -332,6 +335,15 @@ rules:
- get
- list
- watch
- apiGroups:
- infrastructure.cluster.x-k8s.io
resources:
- metal3remediations
- metal3remediationtemplates
verbs:
- get
- list
- watch
- apiGroups:
- ingress.operator.openshift.io
resources:
Expand All @@ -340,6 +352,15 @@ rules:
- get
- list
- watch
- apiGroups:
- ipam.cluster.x-k8s.io
resources:
- ipaddressclaims
- ipaddresses
verbs:
- get
- list
- watch
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand All @@ -351,20 +372,22 @@ rules:
- apiGroups:
- k8s.ovn.org
resources:
- adminpolicybasedexternalroutes
- egressfirewalls
- egressips
- egressqoses
- egressservices
verbs:
- get
- list
- watch
- apiGroups:
- machine.openshift.io
resources:
- controlplanemachinesets
- machinehealthchecks
- machines
- machinesets
- controlplanemachinesets
verbs:
- get
- list
Expand All @@ -375,12 +398,29 @@ rules:
- containerruntimeconfigs
- controllerconfigs
- kubeletconfigs
- machineconfignodes
- machineconfigpools
- machineconfigs
verbs:
- get
- list
- watch
- apiGroups:
- metal3.io
resources:
- baremetalhosts
- bmceventsubscriptions
- dataimages
- firmwareschemas
- hardwaredata
- hostfirmwarecomponents
- hostfirmwaresettings
- preprovisioningimages
- provisionings
verbs:
- get
- list
- watch
- apiGroups:
- metrics.k8s.io
resources:
Expand Down Expand Up @@ -413,6 +453,15 @@ rules:
- get
- list
- watch
- apiGroups:
- monitoring.openshift.io
resources:
- alertingrules
- alertrelabelconfigs
verbs:
- get
- list
- watch
- apiGroups:
- network.operator.openshift.io
resources:
Expand Down Expand Up @@ -453,10 +502,12 @@ rules:
- etcds
- imagecontentsourcepolicies
- ingresscontrollers
- insightsoperators
- kubeapiservers
- kubecontrollermanagers
- kubeschedulers
- kubestorageversionmigrators
- machineconfigurations
- networks
- openshiftapiservers
- openshiftcontrollermanagers
Expand Down Expand Up @@ -500,7 +551,15 @@ rules:
- policy
resources:
- poddisruptionbudgets
- podsecuritypolicies
verbs:
- get
- list
- watch
- apiGroups:
- policy.networking.k8s.io
resources:
- adminnetworkpolicies
- baselineadminnetworkpolicies
verbs:
- get
- list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resources": [
{
"name": "mutatingwebhookconfigurations",
"singularName": "",
"singularName": "mutatingwebhookconfiguration",
"namespaced": false,
"kind": "MutatingWebhookConfiguration",
"verbs": [
Expand All @@ -25,7 +25,7 @@
},
{
"name": "validatingwebhookconfigurations",
"singularName": "",
"singularName": "validatingwebhookconfiguration",
"namespaced": false,
"kind": "ValidatingWebhookConfiguration",
"verbs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resources": [
{
"name": "customresourcedefinitions",
"singularName": "",
"singularName": "customresourcedefinition",
"namespaced": false,
"kind": "CustomResourceDefinition",
"verbs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resources": [
{
"name": "apiservices",
"singularName": "",
"singularName": "apiservice",
"namespaced": false,
"kind": "APIService",
"verbs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"resources": [
{
"name": "deploymentconfigs",
"singularName": "",
"singularName": "deploymentconfig",
"namespaced": true,
"kind": "DeploymentConfig",
"verbs": [
Expand Down
Loading

0 comments on commit bc07913

Please sign in to comment.