• Kubernetes Submit Queue's avatar
    Merge pull request #61367 from enisoc/apps-v1-rs · 2a3144e3
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 60980, 61273, 60811, 61021, 61367). 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>.
    
    Use apps/v1 ReplicaSet in controller and tests.
    
    This updates the RS/RC controller and RS integration/e2e tests to use apps/v1 ReplicaSet, as part of #55714.
    
    It does *not* update the Deployment controller, nor its integration/e2e tests, to use apps/v1 ReplicaSet. That will be done in a separate PR (#61419) because Deployment has many more tendrils embedded throughout the system.
    
    ```release-note
    Conformance: ReplicaSet must be supported in the `apps/v1` version.
    ```
    
    /assign @janetkuo
    2a3144e3
Name
Last commit
Last update
..
image Loading commit data...
junit Loading commit data...
BUILD Loading commit data...
conditions.go Loading commit data...
create_resources.go Loading commit data...
delete_resources.go Loading commit data...
density_utils.go Loading commit data...
deployment.go Loading commit data...
pod_store.go Loading commit data...
replicaset.go Loading commit data...
runners.go Loading commit data...
tmpdir.go Loading commit data...
update_resources.go Loading commit data...