Versions in this module Expand all Collapse all v0 v0.30.0 May 29, 2024 Changes in this version + func GetDefaultValues(fs http.FileSystem) ([]byte, error) + func GetFiles(fs http.FileSystem) ([]*loader.BufferedFile, error) + func Render(fs http.FileSystem, values map[string]interface{}, ...) ([]runtime.Object, error) + type EnvConfigMap struct + ConfigMapKeyRef corev1.ConfigMapKeySelector + Name string + func (in *EnvConfigMap) DeepCopy() *EnvConfigMap + func (in *EnvConfigMap) DeepCopyInto(out *EnvConfigMap) + type EnvResourceField struct + Name string + ResourceFieldRef corev1.ResourceFieldSelector + func (in *EnvResourceField) DeepCopy() *EnvResourceField + func (in *EnvResourceField) DeepCopyInto(out *EnvResourceField) + type EnvSecret struct + Name string + SecretKeyRef corev1.SecretKeySelector + func (in *EnvSecret) DeepCopy() *EnvSecret + func (in *EnvSecret) DeepCopyInto(out *EnvSecret) + type EnvironmentVariables struct + Env map[string]string + EnvConfigMap []EnvConfigMap + EnvResourceField []EnvResourceField + EnvSecrets []EnvSecret + func (in *EnvironmentVariables) DeepCopy() *EnvironmentVariables + func (in *EnvironmentVariables) DeepCopyInto(out *EnvironmentVariables) + type Image struct + PullPolicy corev1.PullPolicy + Repository string + Tag string + func (in *Image) DeepCopy() *Image + func (in *Image) DeepCopyInto(out *Image) + type ReleaseOptions struct + Capabilities chartutil.Capabilities + IsInstall bool + IsUpgrade bool + Name string + Namespace string + Revision int + Scheme *runtime.Scheme + type Selectors struct + Affinity *corev1.Affinity + NodeSelector map[string]string + Tolerations []corev1.Toleration + type Strimap = map[string]interface + func MergeMaps(a, b Strimap) Strimap + type StrimapBuilder Strimap + func (s StrimapBuilder) Getin(strs ...string) Strimap