Struct k8s_openapi::v1_8::api::extensions::v1beta1::Ingress [−][src]
pub struct Ingress { pub api_version: Option<String>, pub kind: Option<String>, pub metadata: Option<ObjectMeta>, pub spec: Option<IngressSpec>, pub status: Option<IngressStatus>, }
Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.
Fields
api_version: Option<String>
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
kind: Option<String>
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
metadata: Option<ObjectMeta>
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata
spec: Option<IngressSpec>
Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
status: Option<IngressStatus>
Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
Methods
impl Ingress
[src]
impl Ingress
pub fn create_extensions_v1beta1_namespaced_ingress(
namespace: &str,
body: &Ingress,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn create_extensions_v1beta1_namespaced_ingress(
namespace: &str,
body: &Ingress,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
create an Ingress
Use CreateExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn delete_extensions_v1beta1_collection_namespaced_ingress(
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn delete_extensions_v1beta1_collection_namespaced_ingress(
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
delete collection of Ingress
Use DeleteExtensionsV1beta1CollectionNamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn delete_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
grace_period_seconds: Option<i64>,
orphan_dependents: Option<bool>,
pretty: Option<&str>,
propagation_policy: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn delete_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
grace_period_seconds: Option<i64>,
orphan_dependents: Option<bool>,
pretty: Option<&str>,
propagation_policy: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
delete an Ingress
Use DeleteExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn list_extensions_v1beta1_ingress_for_all_namespaces(
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn list_extensions_v1beta1_ingress_for_all_namespaces(
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
list or watch objects of kind Ingress
Use ListExtensionsV1beta1IngressForAllNamespacesResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn list_extensions_v1beta1_namespaced_ingress(
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn list_extensions_v1beta1_namespaced_ingress(
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
list or watch objects of kind Ingress
Use ListExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn patch_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
body: &Patch,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn patch_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
body: &Patch,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
partially update the specified Ingress
Use PatchExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn patch_extensions_v1beta1_namespaced_ingress_status(
name: &str,
namespace: &str,
body: &Patch,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn patch_extensions_v1beta1_namespaced_ingress_status(
name: &str,
namespace: &str,
body: &Patch,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
partially update status of the specified Ingress
Use PatchExtensionsV1beta1NamespacedIngressStatusResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn read_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
exact: Option<bool>,
export: Option<bool>,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn read_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
exact: Option<bool>,
export: Option<bool>,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
read the specified Ingress
Use ReadExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn read_extensions_v1beta1_namespaced_ingress_status(
name: &str,
namespace: &str,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn read_extensions_v1beta1_namespaced_ingress_status(
name: &str,
namespace: &str,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
read status of the specified Ingress
Use ReadExtensionsV1beta1NamespacedIngressStatusResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn replace_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
body: &Ingress,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn replace_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
body: &Ingress,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
replace the specified Ingress
Use ReplaceExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn replace_extensions_v1beta1_namespaced_ingress_status(
name: &str,
namespace: &str,
body: &Ingress,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn replace_extensions_v1beta1_namespaced_ingress_status(
name: &str,
namespace: &str,
body: &Ingress,
pretty: Option<&str>
) -> Result<Request<Vec<u8>>, RequestError>
replace status of the specified Ingress
Use ReplaceExtensionsV1beta1NamespacedIngressStatusResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn watch_extensions_v1beta1_ingress_list_for_all_namespaces(
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn watch_extensions_v1beta1_ingress_list_for_all_namespaces(
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
watch individual changes to a list of Ingress
Use WatchExtensionsV1beta1IngressListForAllNamespacesResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn watch_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn watch_extensions_v1beta1_namespaced_ingress(
name: &str,
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
watch changes to an object of kind Ingress
Use WatchExtensionsV1beta1NamespacedIngressResponse
to parse the HTTP response.
impl Ingress
[src]
impl Ingress
pub fn watch_extensions_v1beta1_namespaced_ingress_list(
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
[src]
pub fn watch_extensions_v1beta1_namespaced_ingress_list(
namespace: &str,
continue_: Option<&str>,
field_selector: Option<&str>,
include_uninitialized: Option<bool>,
label_selector: Option<&str>,
limit: Option<i64>,
pretty: Option<&str>,
resource_version: Option<&str>,
timeout_seconds: Option<i64>,
watch: Option<bool>
) -> Result<Request<Vec<u8>>, RequestError>
watch individual changes to a list of Ingress
Use WatchExtensionsV1beta1NamespacedIngressListResponse
to parse the HTTP response.
Trait Implementations
impl Clone for Ingress
[src]
impl Clone for Ingress
fn clone(&self) -> Ingress
[src]
fn clone(&self) -> Ingress
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Debug for Ingress
[src]
impl Debug for Ingress
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Ingress
[src]
impl Default for Ingress
impl PartialEq for Ingress
[src]
impl PartialEq for Ingress
fn eq(&self, other: &Ingress) -> bool
[src]
fn eq(&self, other: &Ingress) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Ingress) -> bool
[src]
fn ne(&self, other: &Ingress) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for Ingress
[src]
impl<'de> Deserialize<'de> for Ingress
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for Ingress
[src]
impl Serialize for Ingress