Skip to main content

Interface: IUpdateNamespaceRequest

cloudservice.v1.IUpdateNamespaceRequest

Properties of an UpdateNamespaceRequest.

Implemented by

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation. Optional, if not provided a random id will be generated.


namespace

Optional namespace: null | string

The namespace to update.


resourceVersion

Optional resourceVersion: null | string

The version of the namespace for which this update is intended for. The latest version can be found in the namespace status.


spec

Optional spec: null | INamespaceSpec

The new namespace specification.