Skip to content

Commit 29a79a8

Browse files
authored
Merge pull request #104 from AdiZav/common_labels
k8s common resource labels
2 parents 44b60de + 098a15d commit 29a79a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ocp_resources/resource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ class ApiGroup:
263263
ADMISSIONREGISTRATION_K8S_IO = "admissionregistration.k8s.io"
264264
APIEXTENSIONS_K8S_IO = "apiextensions.k8s.io"
265265
APIREGISTRATION_K8S_IO = "apiregistration.k8s.io"
266+
APP_KUBERNETES_IO = "app.kubernetes.io"
266267
APPS = "apps"
267268
CDI_KUBEVIRT_IO = "cdi.kubevirt.io"
268269
CONFIG_OPENSHIFT_IO = "config.openshift.io"

0 commit comments

Comments
 (0)