Google Cloud Container V1 Client - Class CustomImageConfig (2.10.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class CustomImageConfig.

CustomImageConfig contains the information r

Generated from protobuf message google.container.v1.CustomImageConfig

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ image string

The name of the image to use for this node.

↳ image_project string

The project containing the image to use for this node.

getImage

The name of the image to use for this node.

Returns
Type Description
string

setImage

The name of the image to use for this node.

Parameter
Name Description
var string
Returns
Type Description
$this

getImageProject

The project containing the image to use for this node.

Returns
Type Description
string

setImageProject

The project containing the image to use for this node.

Parameter
Name Description
var string
Returns
Type Description
$this