Skip to content

Commit

Permalink
Merge branch 'master' into ap-128d
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Oct 16, 2023
2 parents 9279341 + 213cc3c commit 9c5087b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec:
kinds: ["IngressClass"]
- apiGroups: ["rbac.authorization.k8s.io"]
kinds: ["ClusterRole", "ClusterRoleBinding", "Role", "RoleBinding"]
- apiGroups: ["scheduling.k8s.io/v1beta1"]
- apiGroups: ["scheduling.k8s.io"]
kinds: ["PriorityClass"]
- apiGroups: ["storage.k8s.io/v1beta1"]
- apiGroups: ["storage.k8s.io"]
kinds: ["CSIDriver", "CSINode", "StorageClass", "VolumeAttachment"]
parameters:
kvs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec:
kinds: ["IngressClass"]
- apiGroups: ["rbac.authorization.k8s.io"]
kinds: ["ClusterRole", "ClusterRoleBinding", "Role", "RoleBinding"]
- apiGroups: ["scheduling.k8s.io/v1beta1"]
- apiGroups: ["scheduling.k8s.io"]
kinds: ["PriorityClass"]
- apiGroups: ["storage.k8s.io/v1beta1"]
- apiGroups: ["storage.k8s.io"]
kinds: ["CSIDriver", "CSINode", "StorageClass", "VolumeAttachment"]
parameters:
kvs:
Expand Down
4 changes: 2 additions & 2 deletions website/docs/validation/verifydeprecatedapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ spec:
kinds: ["IngressClass"]
- apiGroups: ["rbac.authorization.k8s.io"]
kinds: ["ClusterRole", "ClusterRoleBinding", "Role", "RoleBinding"]
- apiGroups: ["scheduling.k8s.io/v1beta1"]
- apiGroups: ["scheduling.k8s.io"]
kinds: ["PriorityClass"]
- apiGroups: ["storage.k8s.io/v1beta1"]
- apiGroups: ["storage.k8s.io"]
kinds: ["CSIDriver", "CSINode", "StorageClass", "VolumeAttachment"]
parameters:
kvs:
Expand Down

0 comments on commit 9c5087b

Please sign in to comment.