OpenshiftDeleterSettings Class

Summary

Contains settings used by OpenshiftDeleter.
Assembly
Cake.Openshift.dll
Namespace
Cake.Openshift.Delete
Base Types
graph BT Type-->Base0["OpenshiftSettings"] click Base0 "/api/Cake.Openshift/OpenshiftSettings" Base0-->Base1["ToolSettings"] Type["OpenshiftDeleterSettings"] class Type type-node

Syntax

public class OpenshiftDeleterSettings : OpenshiftSettings

Constructors

Properties

Name Value Summary
All bool
Gets or sets a value indicating whether to select all resources in the namespace of the specified resource types.
IgnoreNotFound bool
Gets or sets a value indicating whether to treat "resource not found" as a successful delete. Defaults to "true" when All is specified.
Label string
Gets or sets the selector (label query) to filter on.
Namespace string
Gets or sets the namespace scope for this CLI request
Inherited from OpenshiftSettings
ObjectName string
Gets or sets the name of the object to delete.
ObjectType string
Gets or sets the object type to delete.

Extension Methods

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