cloudconfig

package
v0.0.0-...-17b5b8b Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FileOwner          = "root:root"
	FilePermission     = 0700
	GzipBase64Encoding = "gzip+base64"
)
View Source
const (
	// MasterCloudConfigVersion defines the version of k8scloudconfig in use.
	// It is used in the main stack output and S3 object paths.
	MasterCloudConfigVersion = "v_3_2_2"
)
View Source
const (
	// WorkerCloudConfigVersion defines the version of k8scloudconfig in use.
	// It is used in the main stack output and S3 object paths.
	WorkerCloudConfigVersion = "v_3_2_2"
)

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.AWSConfig, certs legacy.CompactTLSAssets, keys randomkeytpr.CompactRandomKeyAssets) (string, error)

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

func (*CloudConfig) NewWorkerTemplate

func (c *CloudConfig) NewWorkerTemplate(customObject v1alpha1.AWSConfig, certs legacy.CompactTLSAssets) (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
	OIDC   OIDCConfig
}

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.

type MasterExtension

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

func (*MasterExtension) Files

func (*MasterExtension) Units

func (*MasterExtension) VerbatimSections

func (e *MasterExtension) VerbatimSections() []k8scloudconfig.VerbatimSection

type OIDCConfig

type OIDCConfig struct {
	ClientID      string
	IssuerURL     string
	UsernameClaim string
	GroupsClaim   string
}

OIDCConfig represents the configuration of the OIDC authorization provider

type WorkerExtension

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

func (*WorkerExtension) Files

func (*WorkerExtension) Units

func (*WorkerExtension) VerbatimSections

func (e *WorkerExtension) VerbatimSections() []k8scloudconfig.VerbatimSection

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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