[−][src]Struct k8s_openapi::api::networking::v1::IngressClassSpec
IngressClassSpec provides information about the class of an Ingress.
Fields
controller: Option<String>
Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
parameters: Option<TypedLocalObjectReference>
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters.
Trait Implementations
impl Clone for IngressClassSpec
[src]
pub fn clone(&self) -> IngressClassSpec
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for IngressClassSpec
[src]
impl Default for IngressClassSpec
[src]
pub fn default() -> IngressClassSpec
[src]
impl<'de> Deserialize<'de> for IngressClassSpec
[src]
pub fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<IngressClassSpec> for IngressClassSpec
[src]
pub fn eq(&self, other: &IngressClassSpec) -> bool
[src]
pub fn ne(&self, other: &IngressClassSpec) -> bool
[src]
impl Serialize for IngressClassSpec
[src]
impl StructuralPartialEq for IngressClassSpec
[src]
Auto Trait Implementations
impl RefUnwindSafe for IngressClassSpec
[src]
impl Send for IngressClassSpec
[src]
impl Sync for IngressClassSpec
[src]
impl Unpin for IngressClassSpec
[src]
impl UnwindSafe for IngressClassSpec
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,