Documentation ¶
Index ¶
- func NewResource() *resource.Resource
- type Getter
- func (g *Getter) Get(providerUrl string, output printer.Output, options resource.Options) error
- func (g *Getter) GetAllOidcProviders() ([]*iam.GetOpenIDConnectProviderOutput, error)
- func (g *Getter) GetOidcProviderByCluster(cluster *ekstypes.Cluster) (*iam.GetOpenIDConnectProviderOutput, error)
- func (g *Getter) GetOidcProviderByUrl(url string) (*iam.GetOpenIDConnectProviderOutput, error)
- func (g *Getter) Init()
- type IamOidcOptions
- type IamOidcPrinter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func (*Getter) GetAllOidcProviders ¶
func (g *Getter) GetAllOidcProviders() ([]*iam.GetOpenIDConnectProviderOutput, error)
func (*Getter) GetOidcProviderByCluster ¶
func (*Getter) GetOidcProviderByUrl ¶
func (g *Getter) GetOidcProviderByUrl(url string) (*iam.GetOpenIDConnectProviderOutput, error)
type IamOidcOptions ¶
type IamOidcOptions struct {
resource.CommonOptions
}
func (*IamOidcOptions) Validate ¶
func (o *IamOidcOptions) Validate(args []string) error
type IamOidcPrinter ¶
type IamOidcPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(oidcProviders []*iam.GetOpenIDConnectProviderOutput) *IamOidcPrinter
func (*IamOidcPrinter) PrintTable ¶
func (p *IamOidcPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.