Skip to content

Commit

Permalink
Adding get support for oauthclient object
Browse files Browse the repository at this point in the history
  • Loading branch information
cchen666 committed Mar 28, 2024
1 parent a996a79 commit b75d6eb
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions cmd/get/known-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ clusterlogforwarders:
group: logging.openshift.io
name: clusterlogforwarder
namespaced: true
plural: clusterlogforwarders
plural: clusterlogforwarders
cl:
group: logging.openshift.io
name: clusterlogging
Expand All @@ -232,7 +232,7 @@ clusterloggings:
group: logging.openshift.io
name: clusterlogging
namespaced: true
plural: clusterloggings
plural: clusterloggings
node:
group: core
name: node
Expand Down Expand Up @@ -877,4 +877,14 @@ horizontalpodautoscaler:
group: autoscaling
name: horizontalpodautoscaler
namespaced: true
plural: horizontalpodautoscalers
plural: horizontalpodautoscalers
oauthclient:
group: oauth.openshift.io
name: oauthclient
namespaced: false
plural: oauthclients
oauthclients:
group: oauth.openshift.io
name: oauthclient
namespaced: false
plural: oauthclients

0 comments on commit b75d6eb

Please sign in to comment.