Skip to content

Instantly share code, notes, and snippets.

@negz
Last active March 18, 2019 22:09
Show Gist options
  • Select an option

  • Save negz/ce65cc391612600ab5f97c2632b63f4f to your computer and use it in GitHub Desktop.

Select an option

Save negz/ce65cc391612600ab5f97c2632b63f4f to your computer and use it in GitHub Desktop.
Gitlab Kubernetes Kinds
$ 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