Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cleanup ¶
func Cleanup(ctx context.Context, ec2API ec2iface.EC2API, elbAPI elbiface.ELBAPI, elbv2API elbv2iface.ELBV2API, kubernetesCS kubernetes.Interface, clusterConfig *api.ClusterConfig) error
Cleanup finds and deletes any dangling ELBs associated to a Kubernetes Service
Types ¶
type Ingress ¶ added in v0.39.0
type Ingress interface { Delete(kubernetesCS kubernetes.Interface) error GetMetadata() metav1.ObjectMeta GetLoadBalancersHosts() []string }
Click to show internal directories.
Click to hide internal directories.