Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeGroupVersion = externalconfig.SchemeGroupVersion Base64 = externalconfig.Base64 Gzip = externalconfig.Gzip GzipBase64 = externalconfig.GzipBase64 HostPath = externalconfig.HostPath )
Functions ¶
Types ¶
type ClusterConfiguration ¶
type ClusterConfiguration = externalconfig.ClusterConfiguration
The external configuration types being used are aliased to be used internal to the project without needing to update import paths.
func LoadFromFile ¶
func LoadFromFile(path string) (*ClusterConfiguration, error)
type Encoding ¶
type Encoding = externalconfig.Encoding
The external configuration types being used are aliased to be used internal to the project without needing to update import paths.
type File ¶
type File = externalconfig.File
The external configuration types being used are aliased to be used internal to the project without needing to update import paths.
type Mount ¶
type Mount = externalconfig.Mount
The external configuration types being used are aliased to be used internal to the project without needing to update import paths.
type PortMapping ¶
type PortMapping = externalconfig.PortMapping
The external configuration types being used are aliased to be used internal to the project without needing to update import paths.
type PortMappingProtocol ¶
type PortMappingProtocol = externalconfig.PortMappingProtocol
The external configuration types being used are aliased to be used internal to the project without needing to update import paths.