Documentation
¶
Index ¶
- type ClientSet
- func (c *ClientSet) AnASGNamed(name string) error
- func (c *ClientSet) ClusterSharedIamOperation(operation string) error
- func (c *ClientSet) DiscoverClients() error
- func (c *ClientSet) DnsNameShouldOrNotInHostedZoneID(dnsName, shouldOrNot, hostedZoneID string) error
- func (c *ClientSet) GetEksVpc() (string, error)
- func (c *ClientSet) IamRoleTrust(action, entityName, roleName string) error
- func (c *ClientSet) ScaleCurrentASG(desiredMin, desiredMax int64) error
- func (c *ClientSet) UpdateFieldOfCurrentASG(field, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSet ¶ added in v0.9.0
type ClientSet struct { ASClient autoscalingiface.AutoScalingAPI EKSClient eksiface.EKSAPI Route53Client route53iface.Route53API IAMClient iamiface.IAMAPI STSClient stsiface.STSAPI // contains filtered or unexported fields }
func (*ClientSet) AnASGNamed ¶ added in v0.9.0
func (*ClientSet) ClusterSharedIamOperation ¶ added in v0.9.0
func (*ClientSet) DiscoverClients ¶ added in v0.9.0
func (*ClientSet) DnsNameShouldOrNotInHostedZoneID ¶ added in v0.9.0
func (*ClientSet) IamRoleTrust ¶ added in v0.9.0
func (*ClientSet) ScaleCurrentASG ¶ added in v0.9.0
func (*ClientSet) UpdateFieldOfCurrentASG ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.