From 333e165e7ea6f4e01df1bde28804950610a6a4f5 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Mon, 5 Oct 2020 09:21:36 +0800 Subject: [PATCH] Create VolumeSnapshotClass Page --- .../persistent/volume-snapshot-class.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 learning/k8s-intermediate/persistent/volume-snapshot-class.md diff --git a/learning/k8s-intermediate/persistent/volume-snapshot-class.md b/learning/k8s-intermediate/persistent/volume-snapshot-class.md new file mode 100644 index 0000000..0c7b369 --- /dev/null +++ b/learning/k8s-intermediate/persistent/volume-snapshot-class.md @@ -0,0 +1,13 @@ +--- +layout: LearningLayout +description: Kubernetes教程_本文介绍了VolumeSnapshotClass的概念及其使用 +meta: + - name: keywords + content: Kubernetes教程,K8S教程,VolumeSnapshotClass +--- + +# VolumeSnapshotClass + + + +撰写中...