Documentation ¶
Index ¶
- func CreateAddonTasks(ctx context.Context, cfg *api.ClusterConfig, ...) (*tasks.TaskTree, *tasks.TaskTree)
- type Issue
- type Manager
- func (a *Manager) Create(ctx context.Context, addon *api.Addon, waitTimeout time.Duration) error
- func (a *Manager) Delete(ctx context.Context, addon *api.Addon) error
- func (a *Manager) DeleteWithPreserve(ctx context.Context, addon *api.Addon) error
- func (a *Manager) DescribeAllVersions(ctx context.Context) (string, error)
- func (a *Manager) DescribeVersions(ctx context.Context, addon *api.Addon) (string, error)
- func (a *Manager) Get(ctx context.Context, addon *api.Addon) (Summary, error)
- func (a *Manager) GetAll(ctx context.Context) ([]Summary, error)
- func (a *Manager) Update(ctx context.Context, addon *api.Addon, waitTimeout time.Duration) error
- type Summary
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAddonTasks ¶
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func New ¶
func New(clusterConfig *api.ClusterConfig, eksAPI awsapi.EKS, stackManager manager.StackManager, withOIDC bool, oidcManager *iamoidc.OpenIDConnectManager, clientSet kubeclient.Interface) (*Manager, error)
func (*Manager) DeleteWithPreserve ¶ added in v0.63.0
func (*Manager) DescribeAllVersions ¶
func (*Manager) DescribeVersions ¶
Click to show internal directories.
Click to hide internal directories.