Class: DeleteNamespaceResponse
operatorservice.v1.DeleteNamespaceResponse
Represents a DeleteNamespaceResponse.
Implements
Constructors
constructor
• new DeleteNamespaceResponse(properties?): DeleteNamespaceResponse
Constructs a new DeleteNamespaceResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IDeleteNamespaceResponse | Properties to set |
Returns
Properties
deletedNamespace
• deletedNamespace: string
Temporary namespace name that is used during reclaim resources step.
Implementation of
IDeleteNamespaceResponse.deletedNamespace
Methods
toJSON
▸ toJSON(): Object
Converts this DeleteNamespaceResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): DeleteNamespaceResponse
Creates a new DeleteNamespaceResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IDeleteNamespaceResponse | Properties to set |
Returns
DeleteNamespaceResponse instance