diff --git a/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml b/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml index 4da0556e35..f73bfca369 100644 --- a/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml +++ b/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml @@ -19,5 +19,7 @@ metadata: name: io2-class driverName: ebs.csi.aws.com parameters: - tagSpecification_1: "Test=12" - fakeParam: "20" + type: io2 + iops: "10000" + tagSpecification_1: "location=Seattle" + tagSpecification_2: "cost-center=" \ No newline at end of file diff --git a/examples/kubernetes/modify-volume/manifests/volumeattributesclass2.yaml b/examples/kubernetes/modify-volume/manifests/volumeattributesclass2.yaml deleted file mode 100644 index ed0ec6b1f2..0000000000 --- a/examples/kubernetes/modify-volume/manifests/volumeattributesclass2.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the 'License'); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an 'AS IS' BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - ---- -apiVersion: storage.k8s.io/v1alpha1 -kind: VolumeAttributesClass -metadata: - name: io2-class2 -driverName: ebs.csi.aws.com -parameters: - tagDeletion_1: "pvcname" - tagDeletion_2: "pvcnamespace" - tagDeletion_3: "pvname" diff --git a/examples/kubernetes/modify-volume/manifests/volumeattributesclass3.yaml b/examples/kubernetes/modify-volume/manifests/volumeattributesclass3.yaml deleted file mode 100644 index 0c396d6360..0000000000 --- a/examples/kubernetes/modify-volume/manifests/volumeattributesclass3.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the 'License'); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an 'AS IS' BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - ---- -apiVersion: storage.k8s.io/v1alpha1 -kind: VolumeAttributesClass -metadata: - name: io2-class3 -driverName: ebs.csi.aws.com -parameters: - type: io2 - iops: "10000" - fakeParam: "20" diff --git a/examples/kubernetes/modify-volume/manifests/volumeattributesclass4.yaml b/examples/kubernetes/modify-volume/manifests/volumeattributesclass4.yaml deleted file mode 100644 index 1bc46c60f9..0000000000 --- a/examples/kubernetes/modify-volume/manifests/volumeattributesclass4.yaml +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2024 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the 'License'); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an 'AS IS' BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - ---- -apiVersion: storage.k8s.io/v1alpha1 -kind: VolumeAttributesClass -metadata: - name: io2-class5 -driverName: ebs.csi.aws.com -parameters: - tagSpecification_1: pvcnamespace={{ .PVCNamespace }} - tagSpecification_2: pvcname={{ .PVCName }} - tagSpecification_3: pvname={{ .PVName }} diff --git a/examples/kubernetes/modify-volume/manifests/volumeattributesclass5.yaml b/examples/kubernetes/modify-volume/manifests/volumeattributesclass5.yaml deleted file mode 100644 index 34c7084309..0000000000 --- a/examples/kubernetes/modify-volume/manifests/volumeattributesclass5.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2024 The Kubernetes Authors. -# -# Licensed under the Apache License, Version 2.0 (the 'License'); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an 'AS IS' BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - ---- -apiVersion: storage.k8s.io/v1alpha1 -kind: VolumeAttributesClass -metadata: - name: io2-class6 -driverName: ebs.csi.aws.com -parameters: - tagDeletion_1: "Test" - fakeParam: "20"