Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChartInfo ¶
func GetImageTags ¶
Types ¶
type Prometheus ¶
type Prometheus struct {
Monitor *Monitor `yaml:"monitor"`
}
type SecurityContext ¶
type ServiceAccount ¶
type ServiceAccount struct { Create bool `yaml:"create"` Name interface{} `yaml:"name"` ImagePullSecrets []interface{} `yaml:"imagePullSecrets"` }
type Toleration ¶
type Values ¶
type Values struct { FullnameOverride string `yaml:"fullnameOverride,omitempty"` Image *Image `yaml:"image"` Service *Service `yaml:"service"` Prometheus *Prometheus `yaml:"prometheus"` Resources interface{} `yaml:"resources"` ServiceAccount *ServiceAccount `yaml:"serviceAccount"` SecurityContext *SecurityContext `yaml:"securityContext"` Rbac *Rbac `yaml:"rbac"` Endpoints []interface{} `yaml:"endpoints"` HostNetwork bool `yaml:"hostNetwork"` Affinity interface{} `yaml:"affinity"` NodeSelector map[string]string `yaml:"nodeSelector"` Tolerations []*Toleration `yaml:"tolerations"` ExtraArgs []string `yaml:"extraArgs"` ExtraHostVolumeMounts interface{} `yaml:"extraHostVolumeMounts"` Configmaps interface{} `yaml:"configmaps"` PodLabels map[string]string `yaml:"podLabels"` }
func DefaultValues ¶
Click to show internal directories.
Click to hide internal directories.