Documentation
¶
Index ¶
- Constants
- func AgentKubeconfigSecret(agent string) string
- func AgentServiceAccount(agent string) string
- func SetupAgentReconsilerWith(mgr kctrl.Manager, cfg *meta.FabricConfig, libMngr *librarian.Manager, ...) error
- func SetupConnectionReconcilerWith(mgr kctrl.Manager, libMngr *librarian.Manager) error
- func SetupGwVPCSyncReconcilerWith(mgr kctrl.Manager, cfg *meta.FabricConfig, libMngr *librarian.Manager) error
- func SetupSwitchProfileReconcilerWith(mgr kctrl.Manager, cfg *meta.FabricConfig, profiles *switchprofile.Default) error
- func SetupVPCReconcilerWith(mgr kctrl.Manager, cfg *meta.FabricConfig, libMngr *librarian.Manager) error
- type AgentReconciler
- type ConnectionReconciler
- type GwVPCSync
- type SwitchProfileReconciler
- type VPCReconciler
Constants ¶
View Source
const ( AgentPrefix = "agent--" AgentKubeconfigKey = "kubeconfig" )
View Source
const ( PortChanMin = 100 PortChanMax = 199 )
View Source
const ( VPCVNIOffset = 100 VPCVNIMax = (16_777_215 - VPCVNIOffset) / VPCVNIOffset * VPCVNIOffset DefaultMTU = 9036 DefaultLeaseTime = 3600 )
Variables ¶
This section is empty.
Functions ¶
func AgentKubeconfigSecret ¶
func AgentServiceAccount ¶
func SetupSwitchProfileReconcilerWith ¶
func SetupSwitchProfileReconcilerWith(mgr kctrl.Manager, cfg *meta.FabricConfig, profiles *switchprofile.Default) error
func SetupVPCReconcilerWith ¶
Types ¶
type AgentReconciler ¶
type ConnectionReconciler ¶
type SwitchProfileReconciler ¶
func (*SwitchProfileReconciler) NeedLeaderElection ¶
func (r *SwitchProfileReconciler) NeedLeaderElection() bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.