actions-runner-controller/config
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
..
certmanager Change api version of cert manager (#94) 2020-10-05 09:13:10 +09:00
crd Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
default chore: bump kube-rbac-proxy version (#609) 2021-06-08 18:16:30 +01:00
manager feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
prometheus Initial commit 2020-01-28 15:03:23 +09:00
rbac feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
samples Clean up import list (#645) 2021-06-22 17:55:06 +09:00
webhook feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00