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"`
Instance InstanceOpts `yaml:"instance"`
}
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 InstanceOpts ¶ added in v1.33.17
type InstanceOpts struct {
// DefaultNetwork contains the default network to use for a node.
// It can contain either the network name or ID.
// Can be used in mulit-network scenario to indicate which NIC is the primary one.
DefaultNetwork string `yaml:"defaultNetwork"`
}
type LoadBalancerOpts ¶
Click to show internal directories.
Click to hide internal directories.