Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ManagedResourceName is the name of the ManagedResource containing the resource specifications.
ManagedResourceName = "shoot-addon-kubernetes-dashboard"
)
Variables ¶
View Source
var (
// ComponentName is the name of addons-kubernetes-dashboard component.
ComponentName = "addons-" + name
)
View Source
var TimeoutWaitForManagedResource = 2 * time.Minute
TimeoutWaitForManagedResource is the timeout used while waiting for the ManagedResources to become healthy or deleted.
Functions ¶
func CentralLoggingConfiguration ¶
func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)
CentralLoggingConfiguration returns a fluent-bit parser and filter for the kubernetesDashboard logs.
Types ¶
type Interface ¶
type Interface interface { component.DeployWaiter }
Interface contains functions for a kubernetes-dashboard deployer.
type Values ¶
type Values struct { // APIServerHost is the host of the kube-apiserver. APIServerHost *string // Image is the container image used for kubernetes-dashboard. Image string // MetricsScraperImage is the container image used for kubernetes-dashboard metrics scraper. MetricsScraperImage string // VPAEnabled marks whether VerticalPodAutoscaler is enabled for the shoot. VPAEnabled bool // AuthenticationMode defines the authentication mode for the kubernetes-dashboard. AuthenticationMode string }
Values is a set of configuration values for the kubernetes-dashboard component.
Click to show internal directories.
Click to hide internal directories.