Interface protos.google.container.v1.ICreateNodePoolRequest (2.3.2)

Properties of a CreateNodePoolRequest.

Package

@google-cloud/container!

Properties

clusterId

clusterId?: (string|null);

CreateNodePoolRequest clusterId

Property Value
Type Description
(string|null)

nodePool

nodePool?: (google.container.v1.INodePool|null);

CreateNodePoolRequest nodePool

Property Value
Type Description
(google.container.v1.INodePool|null)

parent

parent?: (string|null);

CreateNodePoolRequest parent

Property Value
Type Description
(string|null)

projectId

projectId?: (string|null);

CreateNodePoolRequest projectId

Property Value
Type Description
(string|null)

zone

zone?: (string|null);

CreateNodePoolRequest zone

Property Value
Type Description
(string|null)