Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultFeatureList = []*v1beta1.Feature{ { ObjectMeta: metav1.ObjectMeta{ Name: "nfs", }, Spec: v1beta1.FeatureSpec{ Description: "Enable nfs volume feature", Enable: false, Questions: []v3.Question{ { Variable: "NFS_SERVER_HOSTNAME", Description: "Hostname of NFS server", }, { Variable: "NFS_SERVER_EXPORT_PATH", Description: "Export path of NFS server", }, }, }, }, { ObjectMeta: metav1.ObjectMeta{ Name: "monitoring", }, Spec: v1beta1.FeatureSpec{ Description: "Enable monitoring feature", Enable: false, }, }, }
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- data.go
- feature.go
- local.go
Click to show internal directories.
Click to hide internal directories.