types

package
v1.59.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetadataClientConfig added in v1.29.0

type MetadataClientConfig struct {
	Endpoint   providerconfigtypes.ConfigVarString `json:"endpoint,omitempty"`
	AuthMethod providerconfigtypes.ConfigVarString `json:"authMethod,omitempty"`
	Username   providerconfigtypes.ConfigVarString `json:"username,omitempty"`
	Password   providerconfigtypes.ConfigVarString `json:"password,omitempty"`
	Token      providerconfigtypes.ConfigVarString `json:"token,omitempty"`
}

type RawConfig

type RawConfig struct {
	MetadataClient *MetadataClientConfig               `json:"metadataClientConfig"`
	Driver         providerconfigtypes.ConfigVarString `json:"driver"`
	DriverSpec     runtime.RawExtension                `json:"driverSpec"`
}

func GetConfig added in v1.44.0

func GetConfig(pconfig providerconfigtypes.Config) (*RawConfig, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL