Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidIngress ¶
func IsValidIngress(ingressClass string, ingress *extensions.Ingress) bool
If watchIngressClass is empty, then both ingress without class annotation or with class annotation specified as `alb` will be matched. If watchIngressClass is not empty, then only ingress with class annotation specified as watchIngressClass will be matched
func IsValidNode ¶
TODO: change this to in-sync with https://github.com/kubernetes/kubernetes/blob/13705ac81e00f154434b5c66c1ad92ac84960d7f/pkg/controller/service/service_controller.go#L592(relies on node's ready condition instead of AWS API) IsValidNode returns true if the given Node has valid annotations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.