Struct gapi_grpc::google::cloud::gkehub::v1beta1::ConnectAgent[][src]

pub struct ConnectAgent {
    pub name: String,
    pub proxy: Vec<u8>,
    pub namespace: String,
}

The information required from end users to use GKE Connect.

Fields

name: String

Do not set.

proxy: Vec<u8>

Optional. URI of a proxy if connectivity from the agent to gkeconnect.googleapis.com requires the use of a proxy. Format must be in the form http(s)://{proxy_address}, depending on the HTTP/HTTPS protocol supported by the proxy. This will direct the connect agent’s outbound traffic through a HTTP(S) proxy.

namespace: String

Optional. Namespace for GKE Connect agent resources. Defaults to gke-connect.

The Connect Agent is authorized automatically when run in the default namespace. Otherwise, explicit authorization must be granted with an additional IAM binding.

Trait Implementations

impl Clone for ConnectAgent[src]

impl Debug for ConnectAgent[src]

impl Default for ConnectAgent[src]

impl Message for ConnectAgent[src]

impl PartialEq<ConnectAgent> for ConnectAgent[src]

impl StructuralPartialEq for ConnectAgent[src]

Auto Trait Implementations

impl RefUnwindSafe for ConnectAgent

impl Send for ConnectAgent

impl Sync for ConnectAgent

impl Unpin for ConnectAgent

impl UnwindSafe for ConnectAgent

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]