Skip to content

Commit

Permalink
Merge pull request openshift#29308 from bertinatto/watch-crds
Browse files Browse the repository at this point in the history
NO-JIRA: watch CRDs
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents 0435cf5 + cbc93f6 commit 392cfb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/resourcewatch/operator/starter.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ func RunResourceWatch() error {
operatorResource("servicecas"),
operatorResource("storages"),

// describes the behavior of api changes rollouts
resource("apiextensions.k8s.io", "v1", "customresourcedefinitions"),

// machine resources are required to reason about the happenings of nodes
resource("machine.openshift.io", "v1", "controlplanemachinesets"),
resource("machine.openshift.io", "v1beta1", "machinehealthchecks"),
Expand Down

0 comments on commit 392cfb9

Please sign in to comment.