controllers

package
v0.0.0-...-01f4f84 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: Apache-2.0 Imports: 22 Imported by: 0

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

type NodeController struct {
	Wg sync.WaitGroup
	// contains filtered or unexported fields
}

func NewNodeController

func NewNodeController(clientset *kubernetes.Clientset) (*NodeController, error)

func (*NodeController) Run

func (c *NodeController) Run(stopCh chan struct{})

type SvcController

type SvcController struct {
	Wg sync.WaitGroup
	// contains filtered or unexported fields
}

func NewSvcController

func NewSvcController(clientset *kubernetes.Clientset) (*SvcController, error)

func (*SvcController) Run

func (c *SvcController) Run(stopCh chan struct{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL