Documentation ¶
Index ¶
- func IsNotFound(err error) bool
- type HealthIssue
- type Service
- func (m *Service) GetHealth(ctx context.Context, nodeGroupName string) ([]HealthIssue, error)
- func (m *Service) GetLabels(ctx context.Context, nodeGroupName string) (map[string]string, error)
- func (m *Service) UpdateLabels(ctx context.Context, nodeGroupName string, labelsToAdd map[string]string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶ added in v0.55.0
Types ¶
type HealthIssue ¶
HealthIssue represents a health issue with a managed nodegroup
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
A Service provides methods for managing managed nodegroups
func NewService ¶
Click to show internal directories.
Click to hide internal directories.