config

package
v0.1.0-alpha.21 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aws

type Aws struct {
	Profile    string
	Region     string
	AssumeRole *AwsAssumeRole
}

type AwsAssumeRole

type AwsAssumeRole struct {
	RoleArn string
}

type Provider

type Provider struct {
	// StateStore defines the state store used by kops
	StateStore string
	// Aws contains the aws configuration options
	Aws *Aws
	// RollingUpdateOptions contains the options used when doing a cluster rolling update
	RollingUpdate RollingUpdate
	// ValidateOptions contains the options used when validating the cluster
	Validate Validate
}

type RollingUpdate

type RollingUpdate struct {
	Skip              bool
	MasterInterval    *metav1.Duration
	NodeInterval      *metav1.Duration
	BastionInterval   *metav1.Duration
	FailOnDrainError  bool
	FailOnValidate    bool
	PostDrainDelay    *metav1.Duration
	ValidationTimeout *metav1.Duration
	ValidateCount     *int
}

type Validate

type Validate struct {
	Skip         bool
	Timeout      *metav1.Duration
	PollInterval *metav1.Duration
}

Jump to

Keyboard shortcuts

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