actions-runner-controller/config/crd
Abhi Kapoor b27b6ea2a8
Add shortNames to CRDs(#693)
Add `shortNames` to kube api-resource CRDs. Short-names make it easier when interacting/troubleshooting api-resources with kubectl. 

We have tried to follow the naming convention similar to what K8s uses which should help with avoiding any naming conflicts as well. For example:
* `Deployment` has a shortName of deploy, so added rdeploy for `runnerdeployment`
* `HorizontalPodAutoscaler` has a shortName of hpa, so added hra for `HorizontalRunnerAutoscaler`
*  `ReplicaSets` has a shortName of rs, so added rrs for `runnerreplicaset`

Co-authored-by: abhinav454 <43758739+abhinav454@users.noreply.github.com>
2021-07-15 06:17:09 +09:00
..
bases Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
patches Initial commit 2020-01-28 15:03:23 +09:00
kustomization.yaml Do include currently missing HRA CRD in the released manifests 2020-08-05 08:38:49 +09:00
kustomizeconfig.yaml Initial commit 2020-01-28 15:03:23 +09:00