Google Cloud Gke Hub V1 Client - Class ConfigSyncDeploymentState (0.6.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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

getImporter

Deployment state of the importer pod

Returns
TypeDescription
int

setImporter

Deployment state of the importer pod

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSyncer

Deployment state of the syncer pod

Returns
TypeDescription
int

setSyncer

Deployment state of the syncer pod

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getGitSync

Deployment state of the git-sync pod

Returns
TypeDescription
int

setGitSync

Deployment state of the git-sync pod

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMonitor

Deployment state of the monitor pod

Returns
TypeDescription
int

setMonitor

Deployment state of the monitor pod

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getReconcilerManager

Deployment state of reconciler-manager pod

Returns
TypeDescription
int

setReconcilerManager

Deployment state of reconciler-manager pod

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRootReconciler

Deployment state of root-reconciler

Returns
TypeDescription
int

setRootReconciler

Deployment state of root-reconciler

Parameter
NameDescription
var int
Returns
TypeDescription
$this