Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type FargateProfileOptions ¶
type FargateProfileOptions struct { resource.CommonOptions Namespaces []string }
func NewOptions ¶
func NewOptions() (options *FargateProfileOptions, flags cmd.Flags)
type FargateProfilePrinter ¶
type FargateProfilePrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(profiles []*types.FargateProfile) *FargateProfilePrinter
func (*FargateProfilePrinter) PrintJSON ¶
func (p *FargateProfilePrinter) PrintJSON(writer io.Writer) error
func (*FargateProfilePrinter) PrintTable ¶
func (p *FargateProfilePrinter) PrintTable(writer io.Writer) error
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func (*Getter) GetAllProfiles ¶
func (g *Getter) GetAllProfiles(clusterName string) ([]*types.FargateProfile, error)
func (*Getter) GetProfileByName ¶
func (g *Getter) GetProfileByName(name, clusterName string) (*types.FargateProfile, error)
Click to show internal directories.
Click to hide internal directories.