Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Port is the port exposed by the plutono.
Port = 3000
)
Variables ¶
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 plutono logs.
Types ¶
type Interface ¶
type Interface interface {
component.DeployWaiter
// SetWildcardCertName sets the WildcardCertSecretName components.
SetWildcardCertName(*string)
}
Interface contains functions for a Plutono Deployer
type Values ¶
type Values struct {
// AuthSecretName is the secret name of plutono credentials.
AuthSecretName string
// ClusterType specifies the type of the cluster to which plutono is being deployed.
ClusterType component.ClusterType
// Image is the container image used for plutono.
Image string
// ImageDataRefresher is the container image used for the sidecar responsible for refreshing the dashboards and
// data sources.
ImageDataRefresher string
// IngressHost is the host name of plutono.
IngressHost string
// IncludeIstioDashboards specifies whether to include istio dashboard.
IncludeIstioDashboards bool
// IstioIngressGatewayLabels are the labels identifying the corresponding istio ingress gateway.
IstioIngressGatewayLabels map[string]string
// IstioIngressGatewayNamespace is the namespace of the istio ingress gateway.
IstioIngressGatewayNamespace string
// IsWorkerless specifies whether the cluster managed by this API server has worker nodes.
IsWorkerless bool
// IsGardenCluster specifies whether the cluster is garden cluster.
IsGardenCluster bool
// OnlyDeployDataSourcesAndDashboards only leads to deployment of the ConfigMaps for data sources and dashboards.
// This is relevant when the Plutono component is already deployed by another component (e.g., gardener-operator),
// and the gardenlet wants to contribute seed-specific configuration.
OnlyDeployDataSourcesAndDashboards bool
// PriorityClassName is the name of the priority class.
PriorityClassName string
// Replicas is the number of pod replicas for the plutono.
Replicas int32
// VPAEnabled states whether VerticalPodAutoscaler is enabled.
VPAEnabled bool
// VPNHighAvailabilityEnabled specifies whether the cluster is configured with HA VPN.
VPNHighAvailabilityEnabled bool
// WildcardCertName is name of wildcard TLS certificate which is issued for the seed's ingress domain.
WildcardCertName *string
}
Values is a set of configuration values for the plutono component.
Click to show internal directories.
Click to hide internal directories.