actions-runner-controller/config/crd/bases
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
..
actions.summerwind.dev_horizontalrunnerautoscalers.yaml Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
actions.summerwind.dev_runnerdeployments.yaml Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
actions.summerwind.dev_runnerreplicasets.yaml Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
actions.summerwind.dev_runners.yaml Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
actions.summerwind.dev_runnersets.yaml feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00