Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterConfiguration ¶
type ClusterConfiguration struct { ProviderName string `json:"type"` // These fields chosen to match the e2e configuration we fill ProjectID string Region string Zone string NumNodes int MultiMaster bool MultiZone bool ConfigFile string NetworkPlugin string }
func LoadConfig ¶
func LoadConfig(clientConfig *rest.Config) (*ClusterConfiguration, error)
LoadConfig uses the cluster to setup the cloud provider config.
func (*ClusterConfiguration) ToJSONString ¶
func (c *ClusterConfiguration) ToJSONString() string
Click to show internal directories.
Click to hide internal directories.