• Kubernetes Submit Queue's avatar
    Merge pull request #39683 from soltysh/move_deployments · c7b53794
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Add apps/v1beta1 deployments with new defaults
    
    This pull introduces deployments under `apps/v1beta1` and fixes #23597 and #23304.
    
    TODO:
    
    * [x] - create new type `apps/v1beta1.Deployment`
    * [x] - update kubectl (stop, scale)
    * [ ] - ~~new `kubectl run` generator~~ - this will only duplicate half of generator code, I suggest replacing current to use new endpoint
    * [ ] - ~~create extended tests~~ - I've added integration and cmd tests verifying new endpoints
    * [ ] - ~~create `hack/test-update-storage-objects.sh`~~ - see above
    
    This is currently blocked by https://github.com/kubernetes/kubernetes/pull/38071, due to conflicting name `v1beta1.Deployment`. 
    
    ```release-note
    Introduce apps/v1beta1.Deployments resource with modified defaults compared to extensions/v1beta1.Deployments.
    ```
    
    @kargakis @mfojtik @kubernetes/sig-apps-misc
    c7b53794
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...