OpenshiftSettings Class

Summary

Contains common settings used by OpenshiftTool<TSettings>.
OpenshiftSettings
ToolSettings

Syntax

public class OpenshiftSettings : ToolSettings

Constructors

Name Summary
OpenshiftSettings()

Properties

Name Value Summary
Namespace string
Gets or sets the namespace scope for this CLI request

Extension Methods

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