Documentation ¶
Index ¶
- Constants
- func CheckVersion() error
- func Command(args []string, stdin string) error
- func CommandWithResult(args []string, stdin string) (string, error)
- func GetClusterName(cluster string) string
- func TagNamePrefix(clusterName string) string
- type ResourceManager
- func (e *ResourceManager) Create(options resource.Options) error
- func (e *ResourceManager) Delete(options resource.Options) error
- func (e *ResourceManager) DeleteWithCommandLine(options resource.Options) error
- func (e *ResourceManager) DeleteWithConfigFile(options resource.Options) error
- func (e *ResourceManager) SetDryRun()
- func (e *ResourceManager) Update(options resource.Options, cmd *cobra.Command) error
Constants ¶
View Source
const EksctlHeader = `` /* 261-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func CheckVersion ¶
func CheckVersion() error
func GetClusterName ¶
func TagNamePrefix ¶
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) 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()
Click to show internal directories.
Click to hide internal directories.