Struct gapi_grpc::google::monitoring::v3::service::ClusterIstio[][src]

pub struct ClusterIstio {
    pub location: String,
    pub cluster_name: String,
    pub service_namespace: String,
    pub service_name: String,
}

Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type.

Fields

location: String

The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.

cluster_name: String

The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.

service_namespace: String

The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.

service_name: String

The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

Trait Implementations

impl Clone for ClusterIstio[src]

impl Debug for ClusterIstio[src]

impl Default for ClusterIstio[src]

impl Message for ClusterIstio[src]

impl PartialEq<ClusterIstio> for ClusterIstio[src]

impl StructuralPartialEq for ClusterIstio[src]

Auto Trait Implementations

impl RefUnwindSafe for ClusterIstio

impl Send for ClusterIstio

impl Sync for ClusterIstio

impl Unpin for ClusterIstio

impl UnwindSafe for ClusterIstio

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]