Documentation ¶
Index ¶
- func BuildUpstreamClusterState(name string, clusterState *eks.DescribeClusterOutput, ...) (*eksv1.EKSClusterConfigSpec, string, error)
- func Register(ctx context.Context, secrets wranglerv1.SecretController, ...)
- func StartAWSSessions(secretsCache wranglerv1.SecretCache, spec eksv1.EKSClusterConfigSpec) (*session.Session, *eks.EKS, error)
- type Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildUpstreamClusterState ¶
func BuildUpstreamClusterState(name string, clusterState *eks.DescribeClusterOutput, nodeGroupStates []*eks.DescribeNodegroupOutput, eksService *eks.EKS) (*eksv1.EKSClusterConfigSpec, string, error)
buildUpstreamClusterState
func Register ¶
func Register( ctx context.Context, secrets wranglerv1.SecretController, eks v12.EKSClusterConfigController)
func StartAWSSessions ¶
func StartAWSSessions(secretsCache wranglerv1.SecretCache, spec eksv1.EKSClusterConfigSpec) (*session.Session, *eks.EKS, error)
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) OnEksConfigChanged ¶
func (h *Handler) OnEksConfigChanged(key string, config *eksv1.EKSClusterConfig) (*eksv1.EKSClusterConfig, error)
func (*Handler) OnEksConfigRemoved ¶
func (h *Handler) OnEksConfigRemoved(key string, config *eksv1.EKSClusterConfig) (*eksv1.EKSClusterConfig, error)
Click to show internal directories.
Click to hide internal directories.