Struct google_api_proto::google::cloud::gkehub::configmanagement::v1beta::ConfigSyncDeploymentState
source · pub struct ConfigSyncDeploymentState {
pub importer: i32,
pub syncer: i32,
pub git_sync: i32,
pub monitor: i32,
pub reconciler_manager: i32,
pub root_reconciler: i32,
}
Expand description
The state of ConfigSync’s deployment on a cluster
Fields§
§importer: i32
Deployment state of the importer pod
syncer: i32
Deployment state of the syncer pod
git_sync: i32
Deployment state of the git-sync pod
monitor: i32
Deployment state of the monitor pod
reconciler_manager: i32
Deployment state of reconciler-manager pod
root_reconciler: i32
Deployment state of root-reconciler
Implementations§
source§impl ConfigSyncDeploymentState
impl ConfigSyncDeploymentState
sourcepub fn importer(&self) -> DeploymentState
pub fn importer(&self) -> DeploymentState
Returns the enum value of importer
, or the default if the field is set to an invalid enum value.
sourcepub fn set_importer(&mut self, value: DeploymentState)
pub fn set_importer(&mut self, value: DeploymentState)
Sets importer
to the provided enum value.
sourcepub fn syncer(&self) -> DeploymentState
pub fn syncer(&self) -> DeploymentState
Returns the enum value of syncer
, or the default if the field is set to an invalid enum value.
sourcepub fn set_syncer(&mut self, value: DeploymentState)
pub fn set_syncer(&mut self, value: DeploymentState)
Sets syncer
to the provided enum value.
sourcepub fn git_sync(&self) -> DeploymentState
pub fn git_sync(&self) -> DeploymentState
Returns the enum value of git_sync
, or the default if the field is set to an invalid enum value.
sourcepub fn set_git_sync(&mut self, value: DeploymentState)
pub fn set_git_sync(&mut self, value: DeploymentState)
Sets git_sync
to the provided enum value.
sourcepub fn monitor(&self) -> DeploymentState
pub fn monitor(&self) -> DeploymentState
Returns the enum value of monitor
, or the default if the field is set to an invalid enum value.
sourcepub fn set_monitor(&mut self, value: DeploymentState)
pub fn set_monitor(&mut self, value: DeploymentState)
Sets monitor
to the provided enum value.
sourcepub fn reconciler_manager(&self) -> DeploymentState
pub fn reconciler_manager(&self) -> DeploymentState
Returns the enum value of reconciler_manager
, or the default if the field is set to an invalid enum value.
sourcepub fn set_reconciler_manager(&mut self, value: DeploymentState)
pub fn set_reconciler_manager(&mut self, value: DeploymentState)
Sets reconciler_manager
to the provided enum value.
sourcepub fn root_reconciler(&self) -> DeploymentState
pub fn root_reconciler(&self) -> DeploymentState
Returns the enum value of root_reconciler
, or the default if the field is set to an invalid enum value.
sourcepub fn set_root_reconciler(&mut self, value: DeploymentState)
pub fn set_root_reconciler(&mut self, value: DeploymentState)
Sets root_reconciler
to the provided enum value.
Trait Implementations§
source§impl Clone for ConfigSyncDeploymentState
impl Clone for ConfigSyncDeploymentState
source§fn clone(&self) -> ConfigSyncDeploymentState
fn clone(&self) -> ConfigSyncDeploymentState
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ConfigSyncDeploymentState
impl Debug for ConfigSyncDeploymentState
source§impl Default for ConfigSyncDeploymentState
impl Default for ConfigSyncDeploymentState
source§impl Message for ConfigSyncDeploymentState
impl Message for ConfigSyncDeploymentState
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ConfigSyncDeploymentState
impl PartialEq for ConfigSyncDeploymentState
source§fn eq(&self, other: &ConfigSyncDeploymentState) -> bool
fn eq(&self, other: &ConfigSyncDeploymentState) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for ConfigSyncDeploymentState
impl StructuralPartialEq for ConfigSyncDeploymentState
Auto Trait Implementations§
impl Freeze for ConfigSyncDeploymentState
impl RefUnwindSafe for ConfigSyncDeploymentState
impl Send for ConfigSyncDeploymentState
impl Sync for ConfigSyncDeploymentState
impl Unpin for ConfigSyncDeploymentState
impl UnwindSafe for ConfigSyncDeploymentState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request