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

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 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

Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata

Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status

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]

create an Ingress

Use CreateExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

delete collection of Ingress

Use DeleteExtensionsV1beta1CollectionNamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

delete an Ingress

Use DeleteExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

list or watch objects of kind Ingress

Use ListExtensionsV1beta1IngressForAllNamespacesResponse to parse the HTTP response.

impl Ingress
[src]

list or watch objects of kind Ingress

Use ListExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

partially update the specified Ingress

Use PatchExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

partially update status of the specified Ingress

Use PatchExtensionsV1beta1NamespacedIngressStatusResponse to parse the HTTP response.

impl Ingress
[src]

read the specified Ingress

Use ReadExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

read status of the specified Ingress

Use ReadExtensionsV1beta1NamespacedIngressStatusResponse to parse the HTTP response.

impl Ingress
[src]

replace the specified Ingress

Use ReplaceExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

replace status of the specified Ingress

Use ReplaceExtensionsV1beta1NamespacedIngressStatusResponse to parse the HTTP response.

impl Ingress
[src]

watch individual changes to a list of Ingress

Use WatchExtensionsV1beta1IngressListForAllNamespacesResponse to parse the HTTP response.

impl Ingress
[src]

watch changes to an object of kind Ingress

Use WatchExtensionsV1beta1NamespacedIngressResponse to parse the HTTP response.

impl Ingress
[src]

watch individual changes to a list of Ingress

Use WatchExtensionsV1beta1NamespacedIngressListResponse to parse the HTTP response.

Trait Implementations

impl Clone for Ingress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ingress
[src]

Formats the value using the given formatter. Read more

impl Default for Ingress
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Ingress
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for Ingress
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Ingress
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Ingress

impl Sync for Ingress