Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExtensionType = "shoot-dns-service" ServiceName = ExtensionType ExtensionServiceName = "extension-" + ServiceName SeedChartName = ServiceName + "-seed" ShootChartName = ServiceName + "-shoot" // ImageName is the name of the dns controller manager. ImageName = "dns-controller-manager" // UserName is the name of the user used to connect to the target cluster. UserName = "dns.gardener.cloud:system:" + ServiceName // SecretName is the name of the secret used to store the access data for the shoot cluster. SecretName = ExtensionServiceName )
Variables ¶
View Source
var ChartsPath = filepath.Join("charts", "internal")
ChartsPath is the path to the charts
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.