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

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 \ V1

Methods

__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 Enum of type DeploymentState.

setImporter

Deployment state of the importer pod

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this

getSyncer

Deployment state of the syncer pod

Returns
Type Description
int Enum of type DeploymentState.

setSyncer

Deployment state of the syncer pod

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this

getGitSync

Deployment state of the git-sync pod

Returns
Type Description
int Enum of type DeploymentState.

setGitSync

Deployment state of the git-sync pod

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this

getMonitor

Deployment state of the monitor pod

Returns
Type Description
int Enum of type DeploymentState.

setMonitor

Deployment state of the monitor pod

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this

getReconcilerManager

Deployment state of reconciler-manager pod

Returns
Type Description
int Enum of type DeploymentState.

setReconcilerManager

Deployment state of reconciler-manager pod

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this

getRootReconciler

Deployment state of root-reconciler

Returns
Type Description
int Enum of type DeploymentState.

setRootReconciler

Deployment state of root-reconciler

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this

getAdmissionWebhook

Deployment state of admission-webhook

Returns
Type Description
int Enum of type DeploymentState.

setAdmissionWebhook

Deployment state of admission-webhook

Parameter
Name Description
var int

Enum of type DeploymentState.

Returns
Type Description
$this