Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a Kubernetes controller that watches Node objects and disables AWS EC2 source/destination checks on the underlying EC2 instances' attached ENIs.
func NewSrcDstController ¶
func NewSrcDstController(client kubernetes.Interface, ec2Client *ec2.EC2) *Controller
NewSrcDstController creates a new Kubernetes controller using client-go's Informer.
func (*Controller) RunUntil ¶ added in v0.3.0
func (c *Controller) RunUntil(stop <-chan struct{})
RunUntil sets this controller running, processing events observed via the Kubernetes API until the supplied channel is closed.
Click to show internal directories.
Click to hide internal directories.