Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChartInfo ¶
func GetImageTags ¶
Types ¶
type ResourceDefinition ¶
type Resources ¶
type Resources struct { Limits ResourceDefinition `yaml:"limits,omitempty"` Requests ResourceDefinition `yaml:"requests,omitempty"` }
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 Resources `yaml:"resources"` NodeSelector struct{} `yaml:"nodeSelector"` Tolerations []string `yaml:"tolerations"` Affinity struct{} `yaml:"affinity"` HTTP HTTP `yaml:"http"` RBAC RBAC `yaml:"rbac"` }
func DefaultValues ¶
Click to show internal directories.
Click to hide internal directories.