Reference documentation and code samples for the Google Cloud Container V1 Client class InitScript.
InitScript provide a simply bash script to be executed on the node.
Generated from protobuf message google.container.v1.LinuxNodeConfig.CustomNodeInit.InitScript
Namespace
Google \ Cloud \ Container \ V1 \ LinuxNodeConfig \ CustomNodeInitMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_uri |
string
The Cloud Storage URI for storing the init script. Format: gs://BUCKET_NAME/OBJECT_NAME The service account on the node pool must have read access to the object. User can't configure both gcs_uri and gcp_secret_manager_secret_uri. |
↳ gcs_generation |
int|string
The generation of the init script stored in Gloud Storage. This is the required field to identify the version of the init script. User can get the genetaion from |
↳ args |
string[]
Optional. The optional arguments line to be passed to the init script. |
↳ gcp_secret_manager_secret_uri |
string
The resource name of the secret manager secret hosting the init script. Both global and regional secrets are supported with format below: Global secret: projects/{project}/secrets/{secret}/versions/{version} Regional secret: projects/{project}/locations/{location}/secrets/{secret}/versions/{version} Example: projects/1234567890/secrets/script_1/versions/1. Accept version number only, not support version alias. User can't configure both gcp_secret_manager_secret_uri and gcs_uri. |
getGcsUri
The Cloud Storage URI for storing the init script.
Format: gs://BUCKET_NAME/OBJECT_NAME The service account on the node pool must have read access to the object. User can't configure both gcs_uri and gcp_secret_manager_secret_uri.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGcsUri
The Cloud Storage URI for storing the init script.
Format: gs://BUCKET_NAME/OBJECT_NAME The service account on the node pool must have read access to the object. User can't configure both gcs_uri and gcp_secret_manager_secret_uri.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGcsGeneration
The generation of the init script stored in Gloud Storage.
This is the required field to identify the version of the
init script.
User can get the genetaion from
gcloud storage objects describe gs://BUCKET_NAME/OBJECT_NAME
--format="value(generation)" or from the "Version history" tab of the
object in the Cloud Console UI.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setGcsGeneration
The generation of the init script stored in Gloud Storage.
This is the required field to identify the version of the
init script.
User can get the genetaion from
gcloud storage objects describe gs://BUCKET_NAME/OBJECT_NAME
--format="value(generation)" or from the "Version history" tab of the
object in the Cloud Console UI.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getArgs
Optional. The optional arguments line to be passed to the init script.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setArgs
Optional. The optional arguments line to be passed to the init script.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGcpSecretManagerSecretUri
The resource name of the secret manager secret hosting the init script.
Both global and regional secrets are supported with format below: Global secret: projects/{project}/secrets/{secret}/versions/{version} Regional secret: projects/{project}/locations/{location}/secrets/{secret}/versions/{version} Example: projects/1234567890/secrets/script_1/versions/1. Accept version number only, not support version alias. User can't configure both gcp_secret_manager_secret_uri and gcs_uri.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGcpSecretManagerSecretUri
The resource name of the secret manager secret hosting the init script.
Both global and regional secrets are supported with format below: Global secret: projects/{project}/secrets/{secret}/versions/{version} Regional secret: projects/{project}/locations/{location}/secrets/{secret}/versions/{version} Example: projects/1234567890/secrets/script_1/versions/1. Accept version number only, not support version alias. User can't configure both gcp_secret_manager_secret_uri and gcs_uri.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|