Struct google_api_proto::google::cloud::deploy::v1::kubernetes_config::GatewayServiceMesh
source · pub struct GatewayServiceMesh {
pub http_route: String,
pub service: String,
pub deployment: String,
pub route_update_wait_time: Option<Duration>,
pub stable_cutback_duration: Option<Duration>,
pub pod_selector_label: String,
}
Expand description
Information about the Kubernetes Gateway API service mesh configuration.
Fields§
§http_route: String
Required. Name of the Gateway API HTTPRoute.
service: String
Required. Name of the Kubernetes Service.
deployment: String
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
route_update_wait_time: Option<Duration>
Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
stable_cutback_duration: Option<Duration>
Optional. The amount of time to migrate traffic back from the canary Service to the original Service during the stable phase deployment. If specified, must be between 15s and 3600s. If unspecified, there is no cutback time.
pod_selector_label: String
Optional. The label to use when selecting Pods for the Deployment and Service resources. This label must already be present in both resources.
Trait Implementations§
source§impl Clone for GatewayServiceMesh
impl Clone for GatewayServiceMesh
source§fn clone(&self) -> GatewayServiceMesh
fn clone(&self) -> GatewayServiceMesh
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GatewayServiceMesh
impl Debug for GatewayServiceMesh
source§impl Default for GatewayServiceMesh
impl Default for GatewayServiceMesh
source§impl Message for GatewayServiceMesh
impl Message for GatewayServiceMesh
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 GatewayServiceMesh
impl PartialEq for GatewayServiceMesh
source§fn eq(&self, other: &GatewayServiceMesh) -> bool
fn eq(&self, other: &GatewayServiceMesh) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GatewayServiceMesh
Auto Trait Implementations§
impl Freeze for GatewayServiceMesh
impl RefUnwindSafe for GatewayServiceMesh
impl Send for GatewayServiceMesh
impl Sync for GatewayServiceMesh
impl Unpin for GatewayServiceMesh
impl UnwindSafe for GatewayServiceMesh
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