We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44b60de + 098a15d commit 29a79a8Copy full SHA for 29a79a8
ocp_resources/resource.py
@@ -263,6 +263,7 @@ class ApiGroup:
263
ADMISSIONREGISTRATION_K8S_IO = "admissionregistration.k8s.io"
264
APIEXTENSIONS_K8S_IO = "apiextensions.k8s.io"
265
APIREGISTRATION_K8S_IO = "apiregistration.k8s.io"
266
+ APP_KUBERNETES_IO = "app.kubernetes.io"
267
APPS = "apps"
268
CDI_KUBEVIRT_IO = "cdi.kubevirt.io"
269
CONFIG_OPENSHIFT_IO = "config.openshift.io"
0 commit comments