Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ConfigSyncDeploymentState.
The state of ConfigSync's deployment on a cluster
Generated from protobuf message google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ importer |
int
Deployment state of the importer pod |
↳ syncer |
int
Deployment state of the syncer pod |
↳ git_sync |
int
Deployment state of the git-sync pod |
↳ monitor |
int
Deployment state of the monitor pod |
↳ reconciler_manager |
int
Deployment state of reconciler-manager pod |
↳ root_reconciler |
int
Deployment state of root-reconciler |
↳ admission_webhook |
int
Deployment state of admission-webhook |
getImporter
Deployment state of the importer pod
Returns | |
---|---|
Type | Description |
int |
setImporter
Deployment state of the importer pod
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getSyncer
Deployment state of the syncer pod
Returns | |
---|---|
Type | Description |
int |
setSyncer
Deployment state of the syncer pod
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getGitSync
Deployment state of the git-sync pod
Returns | |
---|---|
Type | Description |
int |
setGitSync
Deployment state of the git-sync pod
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMonitor
Deployment state of the monitor pod
Returns | |
---|---|
Type | Description |
int |
setMonitor
Deployment state of the monitor pod
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getReconcilerManager
Deployment state of reconciler-manager pod
Returns | |
---|---|
Type | Description |
int |
setReconcilerManager
Deployment state of reconciler-manager pod
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getRootReconciler
Deployment state of root-reconciler
Returns | |
---|---|
Type | Description |
int |
setRootReconciler
Deployment state of root-reconciler
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getAdmissionWebhook
Deployment state of admission-webhook
Returns | |
---|---|
Type | Description |
int |
setAdmissionWebhook
Deployment state of admission-webhook
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |