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> |
||
|---|---|---|
| .. | ||
| groupversion_info.go | ||
| horizontalrunnerautoscaler_types.go | ||
| runner_types.go | ||
| runner_webhook.go | ||
| runnerdeployment_types.go | ||
| runnerdeployment_webhook.go | ||
| runnerreplicaset_types.go | ||
| runnerreplicaset_webhook.go | ||
| runnerset_types.go | ||
| zz_generated.deepcopy.go | ||