[][src]Struct k8s_openapi::api::core::v1::Pod

pub struct Pod {
    pub metadata: Option<ObjectMeta>,
    pub spec: Option<PodSpec>,
    pub status: Option<PodStatus>,
}

Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

Fields

metadata: Option<ObjectMeta>

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

spec: Option<PodSpec>

Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

status: Option<PodStatus>

Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

Methods

impl Pod[src]

pub fn connect_delete_namespaced_pod_proxy(
    name: &str,
    namespace: &str,
    optional: ConnectDeleteNamespacedPodProxyOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect DELETE requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_delete_namespaced_pod_proxy_with_path(
    name: &str,
    namespace: &str,
    path: &str,
    optional: ConnectDeleteNamespacedPodProxyWithPathOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect DELETE requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • path

    path to the resource

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_get_namespaced_pod_attach(
    name: &str,
    namespace: &str,
    optional: ConnectGetNamespacedPodAttachOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect GET requests to attach of Pod

Arguments

  • name

    name of the PodAttachOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_get_namespaced_pod_exec(
    name: &str,
    namespace: &str,
    optional: ConnectGetNamespacedPodExecOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect GET requests to exec of Pod

Arguments

  • name

    name of the PodExecOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_get_namespaced_pod_portforward(
    name: &str,
    namespace: &str,
    optional: ConnectGetNamespacedPodPortforwardOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect GET requests to portforward of Pod

Arguments

  • name

    name of the PodPortForwardOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_get_namespaced_pod_proxy(
    name: &str,
    namespace: &str,
    optional: ConnectGetNamespacedPodProxyOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect GET requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_get_namespaced_pod_proxy_with_path(
    name: &str,
    namespace: &str,
    path: &str,
    optional: ConnectGetNamespacedPodProxyWithPathOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect GET requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • path

    path to the resource

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_patch_namespaced_pod_proxy(
    name: &str,
    namespace: &str,
    optional: ConnectPatchNamespacedPodProxyOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect PATCH requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_patch_namespaced_pod_proxy_with_path(
    name: &str,
    namespace: &str,
    path: &str,
    optional: ConnectPatchNamespacedPodProxyWithPathOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect PATCH requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • path

    path to the resource

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_post_namespaced_pod_attach(
    name: &str,
    namespace: &str,
    optional: ConnectPostNamespacedPodAttachOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect POST requests to attach of Pod

Arguments

  • name

    name of the PodAttachOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_post_namespaced_pod_exec(
    name: &str,
    namespace: &str,
    optional: ConnectPostNamespacedPodExecOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect POST requests to exec of Pod

Arguments

  • name

    name of the PodExecOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_post_namespaced_pod_portforward(
    name: &str,
    namespace: &str,
    optional: ConnectPostNamespacedPodPortforwardOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect POST requests to portforward of Pod

Arguments

  • name

    name of the PodPortForwardOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_post_namespaced_pod_proxy(
    name: &str,
    namespace: &str,
    optional: ConnectPostNamespacedPodProxyOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect POST requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_post_namespaced_pod_proxy_with_path(
    name: &str,
    namespace: &str,
    path: &str,
    optional: ConnectPostNamespacedPodProxyWithPathOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect POST requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • path

    path to the resource

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_put_namespaced_pod_proxy(
    name: &str,
    namespace: &str,
    optional: ConnectPutNamespacedPodProxyOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect PUT requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn connect_put_namespaced_pod_proxy_with_path(
    name: &str,
    namespace: &str,
    path: &str,
    optional: ConnectPutNamespacedPodProxyWithPathOptional
) -> Result<Request<Vec<u8>>, RequestError>
[src]

connect PUT requests to proxy of Pod

Arguments

  • name

    name of the PodProxyOptions

  • namespace

    object name and auth scope, such as for teams and projects

  • path

    path to the resource

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn create_namespaced_pod(
    namespace: &str,
    body: &Pod,
    optional: CreateNamespacedPodOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<CreateNamespacedPodResponse>), RequestError>
[src]

create a Pod

Use the returned crate::ResponseBody<CreateNamespacedPodResponse> constructor, or CreateNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn delete_collection_namespaced_pod(
    namespace: &str,
    delete_optional: DeleteOptional,
    list_optional: ListOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<DeleteCollectionNamespacedPodResponse>), RequestError>
[src]

delete collection of Pod

Use the returned crate::ResponseBody<DeleteCollectionNamespacedPodResponse> constructor, or DeleteCollectionNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • namespace

    object name and auth scope, such as for teams and projects

  • delete_optional

    Delete options. Use Default::default() to not pass any.

  • list_optional

    List options. Use Default::default() to not pass any.

impl Pod[src]

pub fn delete_namespaced_pod(
    name: &str,
    namespace: &str,
    optional: DeleteOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<DeleteNamespacedPodResponse>), RequestError>
[src]

delete a Pod

Use the returned crate::ResponseBody<DeleteNamespacedPodResponse> constructor, or DeleteNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn list_namespaced_pod(
    namespace: &str,
    optional: ListOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ListNamespacedPodResponse>), RequestError>
[src]

list or watch objects of kind Pod

This operation only supports listing all items of this type.

Use the returned crate::ResponseBody<ListNamespacedPodResponse> constructor, or ListNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn list_pod_for_all_namespaces(
    optional: ListOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ListPodForAllNamespacesResponse>), RequestError>
[src]

list or watch objects of kind Pod

This operation only supports listing all items of this type.

Use the returned crate::ResponseBody<ListPodForAllNamespacesResponse> constructor, or ListPodForAllNamespacesResponse directly, to parse the HTTP response.

Arguments

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn patch_namespaced_pod(
    name: &str,
    namespace: &str,
    body: &Patch,
    optional: PatchOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<PatchNamespacedPodResponse>), RequestError>
[src]

partially update the specified Pod

Use the returned crate::ResponseBody<PatchNamespacedPodResponse> constructor, or PatchNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn patch_namespaced_pod_status(
    name: &str,
    namespace: &str,
    body: &Patch,
    optional: PatchOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<PatchNamespacedPodStatusResponse>), RequestError>
[src]

partially update status of the specified Pod

Use the returned crate::ResponseBody<PatchNamespacedPodStatusResponse> constructor, or PatchNamespacedPodStatusResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn read_namespaced_pod(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedPodOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedPodResponse>), RequestError>
[src]

read the specified Pod

Use the returned crate::ResponseBody<ReadNamespacedPodResponse> constructor, or ReadNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn read_namespaced_pod_log(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedPodLogOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedPodLogResponse>), RequestError>
[src]

read log of the specified Pod

Use the returned crate::ResponseBody<ReadNamespacedPodLogResponse> constructor, or ReadNamespacedPodLogResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn read_namespaced_pod_status(
    name: &str,
    namespace: &str,
    optional: ReadNamespacedPodStatusOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReadNamespacedPodStatusResponse>), RequestError>
[src]

read status of the specified Pod

Use the returned crate::ResponseBody<ReadNamespacedPodStatusResponse> constructor, or ReadNamespacedPodStatusResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn replace_namespaced_pod(
    name: &str,
    namespace: &str,
    body: &Pod,
    optional: ReplaceNamespacedPodOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceNamespacedPodResponse>), RequestError>
[src]

replace the specified Pod

Use the returned crate::ResponseBody<ReplaceNamespacedPodResponse> constructor, or ReplaceNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn replace_namespaced_pod_status(
    name: &str,
    namespace: &str,
    body: &Pod,
    optional: ReplaceNamespacedPodStatusOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceNamespacedPodStatusResponse>), RequestError>
[src]

replace status of the specified Pod

Use the returned crate::ResponseBody<ReplaceNamespacedPodStatusResponse> constructor, or ReplaceNamespacedPodStatusResponse directly, to parse the HTTP response.

Arguments

  • name

    name of the Pod

  • namespace

    object name and auth scope, such as for teams and projects

  • body

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn watch_namespaced_pod(
    namespace: &str,
    optional: WatchOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<WatchNamespacedPodResponse>), RequestError>
[src]

list or watch objects of kind Pod

This operation only supports watching one item, or a list of items, of this type for changes.

Use the returned crate::ResponseBody<WatchNamespacedPodResponse> constructor, or WatchNamespacedPodResponse directly, to parse the HTTP response.

Arguments

  • namespace

    object name and auth scope, such as for teams and projects

  • optional

    Optional parameters. Use Default::default() to not pass any.

impl Pod[src]

pub fn watch_pod_for_all_namespaces(
    optional: WatchOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<WatchPodForAllNamespacesResponse>), RequestError>
[src]

list or watch objects of kind Pod

This operation only supports watching one item, or a list of items, of this type for changes.

Use the returned crate::ResponseBody<WatchPodForAllNamespacesResponse> constructor, or WatchPodForAllNamespacesResponse directly, to parse the HTTP response.

Arguments

  • optional

    Optional parameters. Use Default::default() to not pass any.

Trait Implementations

impl Resource for Pod[src]

impl Metadata for Pod[src]

type Ty = ObjectMeta

The type of the metadata object.

impl Clone for Pod[src]

impl Default for Pod[src]

impl PartialEq<Pod> for Pod[src]

impl Debug for Pod[src]

impl Serialize for Pod[src]

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

Auto Trait Implementations

impl Send for Pod

impl Sync for Pod

impl Unpin for Pod

impl UnwindSafe for Pod

impl RefUnwindSafe for Pod

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]