Documentation
¶
Index ¶
- func ChannelsApply(ctx context.Context, file, dryFile string, opaQuery *opa.OPA) error
- func ClusterApply(ctx context.Context, file, dryFile string, forceUpdate, preview bool, ...) error
- func ClusterEdit(ctx context.Context, args []string) error
- func ClusterEditIG(ctx context.Context, args []string) error
- func CopyFile(src, dest string) error
- func ReadClusterFile(path string) (*types.Cluster, error)
- type ObjectState
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelsApply ¶
func ClusterApply ¶
Types ¶
type ObjectState ¶
ObjectState represents the results of running `kops edit cluster` or `kops edit ig`
type State ¶
type State struct { Cluster ObjectState InstanceGroups map[string]ObjectState }
State represents the results of running `kops edit cluster` and `kops edit ig` across multiple resources
Click to show internal directories.
Click to hide internal directories.