Struct k8s_openapi::api::core::v1::HTTPHeader [−][src]
Expand description
HTTPHeader describes a custom header to be used in HTTP probes
Fields
name: StringThe header field name
value: StringThe header field value
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 HTTPHeaderimpl Send for HTTPHeaderimpl Sync for HTTPHeaderimpl Unpin for HTTPHeaderimpl UnwindSafe for HTTPHeaderBlanket Implementations
Mutably borrows from an owned value. Read more