Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chart ¶
type Chart struct { Chart *chart.Chart Values ChartValues }
type ChartValues ¶
type ChartValues struct { Core CoreValues `yaml:"core"` Gpu GPUValues `yaml:"gpu"` Ingress IngressValues `yaml:"ingress"` }
type Client ¶
type Client struct { KubeClient *kubernetes.Clientset Configuration *action.Configuration Username string Password string Settings *cli.EnvSettings Url string }
type CoreValues ¶
type CoreValues struct { Enabled bool `yaml:"enabled"` Nginx NginxValues `yaml:"nginx"` Postgres PGValues `yaml:"postgres"` }
type IngressValues ¶
type NginxValues ¶
type NginxValues struct {
Resources ResourceValues `yaml:"resources"`
}
type PGValues ¶
type PGValues struct {
StatefulSet StatefulSetValues `yaml:"statefulSet"`
}
type RequestValues ¶
type ResourceValues ¶
type ResourceValues struct {
Requests RequestValues `yaml:"requests"`
}
type StatefulSetValues ¶
type StatefulSetValues struct {
PersistentData PDValues `yaml:"persistentData"`
}
Click to show internal directories.
Click to hide internal directories.