cloudconfig

package
v0.0.0-...-ae9429c Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FileOwner      = "root:root"
	FilePermission = 0700
)

Variables

This section is empty.

Functions

func IsInvalidConfig

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

func IsNotFound

func IsNotFound(err error) bool

IsNotFound asserts notFoundError.

Types

type CloudConfig

type CloudConfig struct {
	// contains filtered or unexported fields
}

CloudConfig implements the cloud config service interface.

func New

func New(config Config) (*CloudConfig, error)

New creates a new configured cloud config service.

func (*CloudConfig) NewMasterTemplate

func (c *CloudConfig) NewMasterTemplate(customObject v1alpha1.KVMConfig, certs certs.Cluster, node v1alpha1.ClusterNode) (string, error)

NewMasterTemplate generates a new worker cloud config template and returns it as a base64 encoded string.

func (*CloudConfig) NewWorkerTemplate

func (c *CloudConfig) NewWorkerTemplate(customObject v1alpha1.KVMConfig, certs certs.Cluster, node v1alpha1.ClusterNode) (string, error)

NewWorkerTemplate generates a new worker cloud config template and returns it as a base64 encoded string.

type Config

type Config struct {
	// Dependencies.
	Logger micrologger.Logger
}

Config represents the configuration used to create a cloud config service.

func DefaultConfig

func DefaultConfig() Config

DefaultConfig provides a default configuration to create a new cloud config service by best effort.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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