Documentation ¶
Index ¶
- Constants
- func GetAppName(clusterName string, appName string) string
- func GetAppSpecKubeConfigSecretName(clusterName string) string
- func GetConfigmapDataFromTemplate(authToken string, proxyAddr string, kubeClusterName string, ...) string
- func GetConfigmapName(clusterName string, appName string) string
- func GetRegisterName(managementClusterName, clusterName string) string
- func GetSecretName(clusterName string) string
Constants ¶
View Source
const ( AppOperatorVersion = "0.0.0" TeleportOperatorFinalizer = "teleport.finalizer.giantswarm.io" TeleportKubeAppDefaultNamespace = "giantswarm" TeleportKubeAppNamespace = "kube-system" TeleportOperatorLabelValue = "teleport-operator" TeleportOperatorConfigName = "teleport-operator" TeleportBotSecretName = "identity-output" TeleportKubeTokenValidity = 1 * time.Hour TeleportNodeTokenValidity = 24 * time.Hour AppCatalog = "appCatalog" AppName = "appName" AppVersion = "appVersion" IdentityFile = "identityFile" Identity = "identity" ManagementClusterName = "managementClusterName" ProxyAddr = "proxyAddr" TeleportVersion = "teleportVersion" )
Variables ¶
This section is empty.
Functions ¶
func GetAppName ¶
func GetConfigmapName ¶
func GetRegisterName ¶
func GetSecretName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.