HelmListSettings Class

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

Syntax

public sealed class HelmListSettings : GlobalHelmSettings

Constructors

Name Summary
HelmListSettings()

Properties

Name Value Summary
All Nullable<bool>
ColWidth Nullable<uint>
Date Nullable<bool>
Debug Nullable<bool>
Inherited from GlobalHelmSettings
Deleted Nullable<bool>
Deleting Nullable<bool>
Deployed Nullable<bool>
Failed Nullable<bool>
Home string
Inherited from GlobalHelmSettings
Host string
Inherited from GlobalHelmSettings
KubeContext string
Inherited from GlobalHelmSettings
Max Nullable<int>
Namespace string
Offset string
Pending Nullable<bool>
Reverse Nullable<bool>
Short Nullable<bool>
TillerNamespace string
Inherited from GlobalHelmSettings
Tls Nullable<bool>
TlsCaCert string
TlsCert string
TlsKey string
TlsVerify Nullable<bool>

Extension Methods

Name Value Summary
Dump<HelmListSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<HelmListSettings>(HelmListSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<HelmListSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<HelmListSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<HelmListSettings>(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<HelmListSettings>(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