[−][src]Struct openshift_openapi::api::route::v1::RouteIngress
RouteIngress holds information about the places where a route is exposed.
Fields
conditions: Option<Vec<RouteIngressCondition>>
Conditions is the state of the route, may be empty.
host: Option<String>
Host is the host string under which the route is exposed; this value is required
router_canonical_hostname: Option<String>
CanonicalHostname is the external host name for the router that can be used as a CNAME for the host requested for this route. This value is optional and may not be set in all cases.
router_name: Option<String>
Name is a name chosen by the router to identify itself; this value is required
wildcard_policy: Option<String>
Wildcard policy is the wildcard policy that was allowed where this route is exposed.
Trait Implementations
impl Clone for RouteIngress
[src]
fn clone(&self) -> RouteIngress
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for RouteIngress
[src]
impl Default for RouteIngress
[src]
fn default() -> RouteIngress
[src]
impl<'de> Deserialize<'de> for RouteIngress
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl PartialEq<RouteIngress> for RouteIngress
[src]
fn eq(&self, other: &RouteIngress) -> bool
[src]
fn ne(&self, other: &RouteIngress) -> bool
[src]
impl Serialize for RouteIngress
[src]
impl StructuralPartialEq for RouteIngress
[src]
Auto Trait Implementations
impl RefUnwindSafe for RouteIngress
impl Send for RouteIngress
impl Sync for RouteIngress
impl Unpin for RouteIngress
impl UnwindSafe for RouteIngress
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,
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.
fn to_owned(&self) -> T
[src]
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.
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>,