Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReverseIPDomainEnv = "REVERSE_IP_DOMAIN" DatabaseIDsEnv = "DATABASE_IDS" RedisIDsEnv = "REDIS_IDS" ReservedIPsPoolEnv = "RESERVED_IPS_POOL" SecurityGroupIDs = "SECURITY_GROUP_IDS" NumberRetries = "NUMBER_RETRIES" NodesIPSource = "NODES_IP_SOURCE" NodesIPSourceKubernetes = "kubernetes" NodeLabelReservedIP = "reserved-ip" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeController ¶
func NewNodeController ¶
func NewNodeController(clientset *kubernetes.Clientset) (*NodeController, error)
func (*NodeController) Run ¶
func (c *NodeController) Run(stopCh chan struct{})
type SvcController ¶
func NewSvcController ¶
func NewSvcController(clientset *kubernetes.Clientset) (*SvcController, error)
func (*SvcController) Run ¶
func (c *SvcController) Run(stopCh chan struct{})
Click to show internal directories.
Click to hide internal directories.