eksctl

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2024 License: MIT-0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const EksctlHeader = `` /* 207-byte string literal not displayed */

Variables

This section is empty.

Functions

func CheckVersion

func CheckVersion() error

func Command

func Command(args []string, stdin string) error

func CommandWithResult

func CommandWithResult(args []string, stdin string) (string, error)

func GetClusterName

func GetClusterName(cluster string) string

func TagNamePrefix

func TagNamePrefix(clusterName string) string

Types

type ResourceManager

type ResourceManager struct {
	Resource       string
	ConfigTemplate template.Template
	CreateFlags    []string
	DeleteFlags    []string
	DeleteCommand  template.Template
	ApproveCreate  bool
	ApproveDelete  bool
	DryRun         bool
	resource.EmptyInit
}

func (*ResourceManager) Create

func (e *ResourceManager) Create(options resource.Options) error

func (*ResourceManager) Delete

func (e *ResourceManager) Delete(options resource.Options) error

func (*ResourceManager) DeleteWithCommandLine added in v0.11.0

func (e *ResourceManager) DeleteWithCommandLine(options resource.Options) error

func (*ResourceManager) DeleteWithConfigFile

func (e *ResourceManager) DeleteWithConfigFile(options resource.Options) error

func (*ResourceManager) SetDryRun

func (e *ResourceManager) SetDryRun()

func (*ResourceManager) Update

func (e *ResourceManager) Update(options resource.Options, cmd *cobra.Command) error

Jump to

Keyboard shortcuts

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