Documentation
¶
Index ¶
Constants ¶
View Source
const ( NcpDefaultReplicas int = 1 DefaultMTU int = 1500 )
View Source
const ( OperatorNamespace string = "nsx-system-operator" ConfigMapName string = "nsx-ncp-operator-config" NcpInstallCRDName string = "ncp-install" NetworkCRDName string = "cluster" NsxNamespace string = "nsx-system" NcpConfigMapName string = "nsx-ncp-config" NodeAgentConfigMapName string = "nsx-node-agent-config" ConfigMapDataKey string = "ncp.ini" NcpConfigMapRenderKey string = "NSXNCPConfig" NodeAgentConfigMapRenderKey string = "NSXNodeAgentConfig" NcpImageKey string = "NcpImage" NcpReplicasKey string = "NcpReplicas" NsxNodeAgentDsName string = "nsx-node-agent" NsxNcpBootstrapDsName string = "nsx-ncp-bootstrap" NsxNcpDeploymentName string = "nsx-ncp" NetworkType string = "ncp" LbCertRenderKey string = "LbCert" LbKeyRenderKey string = "LbKey" LbSecret string = "lb-secret" NcpImageEnv string = "NCP_IMAGE" NsxCertRenderKey string = "NsxCert" NsxKeyRenderKey string = "NsxKey" NsxCARenderKey string = "NsxCA" NsxSecret string = "nsx-secret" NsxCertTempPath string = "/tmp/nsx.cert" NsxKeyTempPath string = "/tmp/nsx.key" NsxCATempPath string = "/tmp/nsx.ca" NsxNodeAgentContainerName string = "nsx-node-agent" )
Variables ¶
View Source
var AgentSections = []string{"DEFAULT", "k8s", "coe", "nsx_node_agent", "nsx_kube_proxy"}
View Source
var BootstrapOptions = map[string][]string{"nsx_node_agent": {"mtu"}}
View Source
var NcpSections = []string{"DEFAULT", "ha", "k8s", "coe", "nsx_v3", "vc"}
View Source
var OperatorSections = []string{"DEFAULT", "ha", "k8s", "coe", "nsx_v3", "vc", "nsx_node_agent", "nsx_kube_proxy"}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.