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

pub struct ResourceOptions {
    pub connect_version: String,
    pub v1beta1_crd: bool,
}

ResourceOptions represent options for Kubernetes resource generation.

Fields

connect_version: String

Optional. The Connect agent version to use for connect_resources. Defaults to the latest GKE Connect version. The version must be a currently supported version, obsolete versions will be rejected.

v1beta1_crd: bool

Optional. Use apiextensions/v1beta1 instead of apiextensions/v1 for CustomResourceDefinition resources. This option should be set for clusters with Kubernetes apiserver versions <1.16.

Trait Implementations

impl Clone for ResourceOptions[src]

impl Debug for ResourceOptions[src]

impl Default for ResourceOptions[src]

impl Message for ResourceOptions[src]

impl PartialEq<ResourceOptions> for ResourceOptions[src]

impl StructuralPartialEq for ResourceOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for ResourceOptions

impl Send for ResourceOptions

impl Sync for ResourceOptions

impl Unpin for ResourceOptions

impl UnwindSafe for ResourceOptions

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]