Last active
March 18, 2019 22:09
-
-
Save negz/ce65cc391612600ab5f97c2632b63f4f to your computer and use it in GitHub Desktop.
Gitlab Kubernetes Kinds
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
| $ grep "kind:" gitlab.yml|awk -F ':' '{ print $2 }'|sed 's/"//g'|sort -u | |
| Certificate # certmanager CRD | |
| ClusterIssuer # certmanager CRD | |
| ClusterRole | |
| ClusterRoleBinding | |
| ConfigMap | |
| CustomResourceDefinition # Only used by certmanager chart | |
| Deployment | |
| HorizontalPodAutoscaler | |
| Ingress | |
| Issuer # certmanager CRD | |
| Job | |
| PersistentVolumeClaim | |
| Pod | |
| PodDisruptionBudget | |
| Role | |
| RoleBinding | |
| Service | |
| ServiceAccount | |
| StatefulSet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment