Skip to content

Instantly share code, notes, and snippets.

@jmarhee
Created May 8, 2026 02:09
Show Gist options
  • Select an option

  • Save jmarhee/948edbe3a6fd73bab8995e39f0c7d233 to your computer and use it in GitHub Desktop.

Select an option

Save jmarhee/948edbe3a6fd73bab8995e39f0c7d233 to your computer and use it in GitHub Desktop.
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