Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultValues = "install/helm/supergloo/values-defaults.yaml" ValuesOutput = "install/helm/supergloo/values.yaml" ChartTemplate = "install/helm/supergloo/Chart-template.yaml" ChartOutput = "install/helm/supergloo/Chart.yaml" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Supergloo *Supergloo `json:"supergloo,omitempty"` Discovery *Discovery `json:"discovery,omitempty"` MeshDiscovery *MeshDiscovery `json:"meshDiscovery,omitempty"` SidecarInjector *SidecarInjector `json:"sidecarInjector,omitempty"` Rbac *Rbac `json:"rbac,omitempty"` }
type Discovery ¶
type Discovery struct {
Deployment *StandardDeployment `json:"deployment,omitempty"`
}
type MeshDiscovery ¶ added in v0.3.9
type MeshDiscovery struct {
Deployment *StandardDeployment `json:"deployment,omitempty"`
}
type SidecarInjector ¶ added in v0.3.23
type StandardDeployment ¶
type Supergloo ¶
type Supergloo struct { Deployment *StandardDeployment `json:"deployment,omitempty"` DisablePrometheusBouncer bool `json:"disablePrometheusBouncer,omitempty"` }
Click to show internal directories.
Click to hide internal directories.