Merge pull request #35731 from janetkuo/statefulset-v1beta1

Automatic merge from submit-queue

Move Statefulset (previously PetSet) to v1beta1

**What this PR does / why we need it**: #28718

**Which issue this PR fixes** _(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)_: fixes #

**Special notes for your reviewer**: depends on #35663 (PetSet rename)
cc @erictune @foxish @kubernetes/sig-apps 

**Release note**:

``` release-note
v1beta1/StatefulSet replaces v1alpha1/PetSet.
```
This commit is contained in:
Kubernetes Submit Queue
2016-11-03 02:46:57 -07:00
committed by GitHub
163 changed files with 3861 additions and 990 deletions

View File

@@ -54,7 +54,7 @@ spec:
selector:
app: cockroachdb
---
apiVersion: apps/v1alpha1
apiVersion: apps/v1beta1
kind: PetSet
metadata:
name: cockroachdb

View File

@@ -179,7 +179,7 @@ of three pods.
<!-- BEGIN MUNGE: EXAMPLE cassandra-petset.yaml -->
```yaml
apiVersion: "apps/v1alpha1"
apiVersion: "apps/v1beta1"
kind: StatefulSet
metadata:
name: cassandra

View File

@@ -1,4 +1,4 @@
apiVersion: "apps/v1alpha1"
apiVersion: "apps/v1beta1"
kind: StatefulSet
metadata:
name: cassandra