actions-runner-controller/api/v1alpha1
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
..
groupversion_info.go Initial commit 2020-01-28 15:03:23 +09:00
horizontalrunnerautoscaler_types.go Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
runner_types.go Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00
runner_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerdeployment_types.go Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
runnerdeployment_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerreplicaset_types.go Add shortNames to CRDs(#693) 2021-07-15 06:17:09 +09:00
runnerreplicaset_webhook.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
runnerset_types.go feat: RunnerSet backed by StatefulSet (#629) 2021-06-22 17:10:09 +09:00
zz_generated.deepcopy.go Added support to enable and disable enableServiceLinks. (#628) 2021-06-22 17:27:26 +09:00