Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { service.AbstractResource *types.Cluster }
func (Cluster) GetTagValue ¶
type ClusterList ¶
type ClusterList struct {
Items []Cluster
}
type EksRepository ¶
type EksRepository struct {
// contains filtered or unexported fields
}
func NewEksRepository ¶
func NewEksRepository(ctx context.Context, client AwsClient) *EksRepository
func (*EksRepository) GetRegion ¶
func (r *EksRepository) GetRegion() ptypes.AwsRegion
func (*EksRepository) ListClustersAll ¶
func (r *EksRepository) ListClustersAll() ([]Cluster, error)
func (*EksRepository) ListClustersByInput ¶
func (r *EksRepository) ListClustersByInput(query *eks.ListClustersInput) ([]Cluster, error)
Click to show internal directories.
Click to hide internal directories.