Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIEndpoints ¶
type BlockStorageOpts ¶
type BlockStorageOpts struct {
RescanOnResize bool `yaml:"rescanOnResize"`
}
type CCMConfig ¶
type CCMConfig struct {
Global GlobalOpts `yaml:"global"`
Metadata metadata.Opts `yaml:"metadata"`
LoadBalancer LoadBalancerOpts `yaml:"loadBalancer"`
}
type CSIConfig ¶
type CSIConfig struct {
Global GlobalOpts `yaml:"global"`
Metadata metadata.Opts `yaml:"metadata"`
BlockStorage BlockStorageOpts `yaml:"blockStorage"`
}
type GlobalOpts ¶
type GlobalOpts struct {
ProjectID string `yaml:"projectId"`
Region string `yaml:"region"`
APIEndpoints APIEndpoints `yaml:"apiEndpoints"`
}
type LoadBalancerOpts ¶
Click to show internal directories.
Click to hide internal directories.