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 \ V1Methods
__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 |
|