Reference documentation and code samples for the Google Cloud Container V1 Client class CertificateConfig.
CertificateConfig configures certificate for the registry.
Generated from protobuf message google.container.v1.ContainerdConfig.RegistryHostConfig.CertificateConfig
Namespace
Google \ Cloud \ Container \ V1 \ ContainerdConfig \ RegistryHostConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcp_secret_manager_secret_uri |
string
The URI configures a secret from Secret Manager in the format "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION" for global secret or "projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION" for regional secret. Version can be fixed (e.g. "2") or "latest" |
getGcpSecretManagerSecretUri
The URI configures a secret from Secret Manager in the format "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION" for global secret or "projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION" for regional secret. Version can be fixed (e.g. "2") or "latest"
| Returns | |
|---|---|
| Type | Description |
string |
|
hasGcpSecretManagerSecretUri
setGcpSecretManagerSecretUri
The URI configures a secret from Secret Manager in the format "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION" for global secret or "projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION" for regional secret. Version can be fixed (e.g. "2") or "latest"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCertificate
| Returns | |
|---|---|
| Type | Description |
string |
|