Merge pull request #101693 from wangyysde/update-PodDisruptionBudget-testing-manifests-v1

update PodDisruptionBudget's Version to v1 in  e2e testing manifests
This commit is contained in:
Kubernetes Prow Robot 2021-05-01 14:30:11 -07:00 committed by GitHub
commit 2d13e0be08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: cassandra-pdb

View File

@ -25,7 +25,7 @@ spec:
initialDelaySeconds: 2
periodSeconds: 2
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: tester-pdb

View File

@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: etcd-pdb

View File

@ -149,7 +149,7 @@ spec:
requests:
storage: 10Gi
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: mysql-pdb

View File

@ -25,7 +25,7 @@ spec:
initialDelaySeconds: 2
periodSeconds: 2
---
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: tester-pdb