Reference documentation and code samples for the Google Cloud Deploy V1 Client class BuildArtifact.
Description of an a image to use during Skaffold rendering.
Generated from protobuf message google.cloud.deploy.v1.BuildArtifact
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ image |
string
Image name in Skaffold configuration. |
↳ tag |
string
Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123". |
getImage
Image name in Skaffold configuration.
Returns | |
---|---|
Type | Description |
string |
setImage
Image name in Skaffold configuration.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTag
Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
Returns | |
---|---|
Type | Description |
string |
setTag
Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |