Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ConfigSyncVersion.
Specific versioning information pertaining to ConfigSync's Pods
Generated from protobuf message google.cloud.gkehub.configmanagement.v1.ConfigSyncVersion
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ importer |
string
Version of the deployed importer pod |
↳ syncer |
string
Version of the deployed syncer pod |
↳ git_sync |
string
Version of the deployed git-sync pod |
↳ monitor |
string
Version of the deployed monitor pod |
↳ reconciler_manager |
string
Version of the deployed reconciler-manager pod |
↳ root_reconciler |
string
Version of the deployed reconciler container in root-reconciler pod |
↳ admission_webhook |
string
Version of the deployed admission_webhook pod |
getImporter
Version of the deployed importer pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setImporter
Version of the deployed importer pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSyncer
Version of the deployed syncer pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setSyncer
Version of the deployed syncer pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGitSync
Version of the deployed git-sync pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setGitSync
Version of the deployed git-sync pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMonitor
Version of the deployed monitor pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setMonitor
Version of the deployed monitor pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReconcilerManager
Version of the deployed reconciler-manager pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setReconcilerManager
Version of the deployed reconciler-manager pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRootReconciler
Version of the deployed reconciler container in root-reconciler pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setRootReconciler
Version of the deployed reconciler container in root-reconciler pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAdmissionWebhook
Version of the deployed admission_webhook pod
| Returns | |
|---|---|
| Type | Description |
string |
|
setAdmissionWebhook
Version of the deployed admission_webhook pod
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|