Struct k8s_openapi::api::networking::v1beta1::IngressClassSpec [−][src]
pub struct IngressClassSpec {
pub controller: Option<String>,
pub parameters: Option<IngressClassParametersReference>,
}Expand description
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<IngressClassParametersReference>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
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IngressClassSpecimpl Send for IngressClassSpecimpl Sync for IngressClassSpecimpl Unpin for IngressClassSpecimpl UnwindSafe for IngressClassSpecBlanket Implementations
Mutably borrows from an owned value. Read more