Documentation ¶
Index ¶
Constants ¶
View Source
const EksctlTemplate = `` /* 845-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type ClusterOptions ¶
type ClusterOptions struct { resource.CommonOptions *nodegroup.NodegroupOptions DisableNetworkPolicy bool Fargate bool HostnameType string IPv6 bool Kubeconfig string NoRoles bool PrefixAssignment bool Private bool VpcCidr string IrsaTemplate *template.TextTemplate IrsaRoles []*resource.Resource // contains filtered or unexported fields }
func (*ClusterOptions) PreCreate ¶
func (o *ClusterOptions) PreCreate() error
func (*ClusterOptions) PreDelete ¶
func (o *ClusterOptions) PreDelete() error
func (*ClusterOptions) SetName ¶
func (o *ClusterOptions) SetName(name string)
type ClusterPrinter ¶
type ClusterPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(clusters []*types.Cluster, clusterURL string) *ClusterPrinter
func (*ClusterPrinter) PrintTable ¶
func (p *ClusterPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.