Created
May 8, 2026 02:09
-
-
Save jmarhee/948edbe3a6fd73bab8995e39f0c7d233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: resources.cattle.io/v1 | |
| kind: ResourceSet | |
| metadata: | |
| name: common-resources-all | |
| resourceSelectors: | |
| - apiVersion: v1 | |
| kinds: | |
| - Pod | |
| - ConfigMap | |
| - Secret | |
| - Service | |
| - PersistentVolumeClaim | |
| - Endpoints | |
| - LimitRange | |
| - ResourceQuota | |
| - ServiceAccount | |
| namespaces: | |
| - default | |
| - apiVersion: apps/v1 | |
| kinds: | |
| - Deployment | |
| - StatefulSet | |
| - DaemonSet | |
| - ReplicaSet | |
| namespaces: | |
| - default | |
| - apiVersion: batch/v1 | |
| kinds: | |
| - Job | |
| - CronJob | |
| namespaces: | |
| - default | |
| - apiVersion: networking.k8s.io/v1 | |
| kinds: | |
| - Ingress | |
| - NetworkPolicy | |
| namespaces: | |
| - default | |
| - apiVersion: rbac.authorization.k8s.io/v1 | |
| kinds: | |
| - Role | |
| - RoleBinding | |
| namespaces: | |
| - default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment