Replace godep with dep
This commit is contained in:
parent
1e7489927c
commit
bf5616c65b
14883 changed files with 3937406 additions and 361781 deletions
15
vendor/k8s.io/kubernetes/examples/persistent-volume-provisioning/quobyte/quobyte-storage-class.yaml
generated
vendored
Normal file
15
vendor/k8s.io/kubernetes/examples/persistent-volume-provisioning/quobyte/quobyte-storage-class.yaml
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: slow
|
||||
provisioner: kubernetes.io/quobyte
|
||||
parameters:
|
||||
quobyteAPIServer: "http://138.68.74.142:7860"
|
||||
registry: "138.68.74.142:7861"
|
||||
adminSecretName: "quobyte-admin-secret"
|
||||
adminSecretNamespace: "kube-system"
|
||||
user: "root"
|
||||
group: "root"
|
||||
quobyteConfig: "BASE"
|
||||
quobyteTenant: "DEFAULT"
|
||||
createQuota: "False"
|
||||
Loading…
Add table
Add a link
Reference in a new issue