Documentation
¶
Index ¶
- type ClusterControler
- func (self *ClusterControler) ApplyClusterPlan(plan *plan.ClusterUpdatePlan)
- func (self *ClusterControler) ApplyClusterPlans(plans []*plan.ClusterUpdatePlan)
- func (self *ClusterControler) CreateClusterUpdatePlan(cluster schema.Cluster) *plan.ClusterUpdatePlan
- func (self *ClusterControler) CreateClusterUpdatePlans(clusters []schema.Cluster) []*plan.ClusterUpdatePlan
- func (self *ClusterControler) SearchClusters(projectDir string) []schema.Cluster
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterControler ¶
type ClusterControler struct { Ecs *aws.ECSManager TargetResource string }
func (*ClusterControler) ApplyClusterPlan ¶
func (self *ClusterControler) ApplyClusterPlan(plan *plan.ClusterUpdatePlan)
func (*ClusterControler) ApplyClusterPlans ¶
func (self *ClusterControler) ApplyClusterPlans(plans []*plan.ClusterUpdatePlan)
func (*ClusterControler) CreateClusterUpdatePlan ¶
func (self *ClusterControler) CreateClusterUpdatePlan(cluster schema.Cluster) *plan.ClusterUpdatePlan
func (*ClusterControler) CreateClusterUpdatePlans ¶
func (self *ClusterControler) CreateClusterUpdatePlans(clusters []schema.Cluster) []*plan.ClusterUpdatePlan
func (*ClusterControler) SearchClusters ¶
func (self *ClusterControler) SearchClusters(projectDir string) []schema.Cluster
Click to show internal directories.
Click to hide internal directories.