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 ¶
Click to show internal directories.
Click to hide internal directories.