Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChartInfo ¶
func GetImageTags ¶
Types ¶
type Service ¶
type Service struct {
Type string `yaml:"type"`
Annotations struct{} `yaml:"annotations"`
Labels struct{} `yaml:"labels"`
}
type Values ¶
type Values struct {
ReplicaCount int `yaml:"replicaCount"`
Image Image `yaml:"image"`
ImagePullSecrets []string `yaml:"imagePullSecrets"`
NameOverride string `yaml:"nameOverride"`
FullnameOverride string `yaml:"fullnameOverride"`
Resources *k8s.Resources `yaml:"resources"`
NodeSelector map[string]string `yaml:"nodeSelector"`
Tolerations k8s.Tolerations `yaml:"tolerations"`
HTTP HTTP `yaml:"http"`
RBAC RBAC `yaml:"rbac"`
}
func DefaultValues ¶
Click to show internal directories.
Click to hide internal directories.