HelmPackageSettings Class

Assembly
Cake.Helm.dll
Namespace
Cake.Helm.Package
Base Types
graph BT Type-->Base0["GlobalHelmSettings"] click Base0 "/api/Cake.Helm/GlobalHelmSettings" Base0-->Base1["ToolSettings"] Type["HelmPackageSettings"] class Type type-node

Syntax

public sealed class HelmPackageSettings : GlobalHelmSettings

Constructors

Name Summary
HelmPackageSettings()

Properties

Name Value Summary
AppVersion string
Debug Nullable<bool>
Inherited from GlobalHelmSettings
DependencyUpdate Nullable<bool>
Destination string
Home string
Inherited from GlobalHelmSettings
Host string
Inherited from GlobalHelmSettings
Key string
Keyring string
KubeContext string
Inherited from GlobalHelmSettings
Save Nullable<bool>
Sign Nullable<bool>
TillerNamespace string
Inherited from GlobalHelmSettings
Version string

Extension Methods

Name Value Summary
Dump<HelmPackageSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<HelmPackageSettings>(HelmPackageSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<HelmPackageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<HelmPackageSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<HelmPackageSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<HelmPackageSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin