package
Version:
v0.0.0-...-c9dffe9
Opens a new window with list of versions in this module.
Published: Aug 20, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package pvc provides controller for pvc.
type Capacity struct {
Storage string `structs:"storage"`
}
type CephSecret struct {
Key string `structs:"key"`
}
type PvcInfo struct {
UserID string `structs:"userId"`
Cephfs *map[string]interface{} `structs:"cephfs"`
Capacity *Capacity `structs:"capacity"`
CephSecret *CephSecret `structs:"cephSecret"`
}
type SecretRef struct {
Name string `json:"name" structs:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.