mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-12 14:00:25 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add generators for apps/v1 deployments **What this PR does / why we need it**: - Adds basic generator `DeploymentBasicAppsGeneratorV1` that is used on running `kubectl create deployment`. - Changes default basic generator for `create deployment` to `deployment-basic/apps.v1`. - Don't fall back in case generator is not available for `create deployment`, instead, return an error. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes #61205 **Special notes for your reviewer**: **Release note**: ```release-note Add generators for `apps/v1` deployments. ```