Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
cluster.EKSCluster
}
type ClusterManagerAdapter ¶
type ClusterManagerAdapter struct {
// contains filtered or unexported fields
}
ClusterManagerAdapter provides an adapter for EKS workflow activities
func NewClusterManagerAdapter ¶
func NewClusterManagerAdapter(clusterManager *cluster.Manager) *ClusterManagerAdapter
NewClusterManagerAdapter creates a new ClusterManagerAdapter.
func (*ClusterManagerAdapter) GetCluster ¶
func (a *ClusterManagerAdapter) GetCluster(ctx context.Context, id uint) (workflow.EksCluster, error)
GetCluster returns a Cluster.
Click to show internal directories.
Click to hide internal directories.