[][src]Struct k8s_openapi::api::apps::v1::DaemonSet

pub struct DaemonSet {
    pub metadata: Option<ObjectMeta>,
    pub spec: Option<DaemonSetSpec>,
    pub status: Option<DaemonSetStatus>,
}

DaemonSet represents the configuration of a daemon set.

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

The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

status: Option<DaemonSetStatus>

The current status of this daemon set. This data may be out of date by some window of time. 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 DaemonSet[src]

pub fn create_namespaced_daemon_set(
    namespace: &str,
    body: &DaemonSet,
    optional: CreateNamespacedDaemonSetOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<CreateNamespacedDaemonSetResponse>), RequestError>
[src]

create a DaemonSet

Use the returned crate::ResponseBody<CreateNamespacedDaemonSetResponse> constructor, or CreateNamespacedDaemonSetResponse 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 DaemonSet[src]

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

delete collection of DaemonSet

Use the returned crate::ResponseBody<DeleteCollectionNamespacedDaemonSetResponse> constructor, or DeleteCollectionNamespacedDaemonSetResponse 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 DaemonSet[src]

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

delete a DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • optional

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

impl DaemonSet[src]

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

list or watch objects of kind DaemonSet

This operation only supports listing all items of this type.

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

Arguments

  • optional

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

impl DaemonSet[src]

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

list or watch objects of kind DaemonSet

This operation only supports listing all items of this type.

Use the returned crate::ResponseBody<ListNamespacedDaemonSetResponse> constructor, or ListNamespacedDaemonSetResponse 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 DaemonSet[src]

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

partially update the specified DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • body

  • optional

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

impl DaemonSet[src]

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

partially update status of the specified DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • body

  • optional

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

impl DaemonSet[src]

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

read the specified DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • optional

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

impl DaemonSet[src]

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

read status of the specified DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • optional

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

impl DaemonSet[src]

pub fn replace_namespaced_daemon_set(
    name: &str,
    namespace: &str,
    body: &DaemonSet,
    optional: ReplaceNamespacedDaemonSetOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceNamespacedDaemonSetResponse>), RequestError>
[src]

replace the specified DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • body

  • optional

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

impl DaemonSet[src]

pub fn replace_namespaced_daemon_set_status(
    name: &str,
    namespace: &str,
    body: &DaemonSet,
    optional: ReplaceNamespacedDaemonSetStatusOptional
) -> Result<(Request<Vec<u8>>, fn(_: StatusCode) -> ResponseBody<ReplaceNamespacedDaemonSetStatusResponse>), RequestError>
[src]

replace status of the specified DaemonSet

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

Arguments

  • name

    name of the DaemonSet

  • namespace

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

  • body

  • optional

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

impl DaemonSet[src]

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

list or watch objects of kind DaemonSet

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

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

Arguments

  • optional

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

impl DaemonSet[src]

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

list or watch objects of kind DaemonSet

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

Use the returned crate::ResponseBody<WatchNamespacedDaemonSetResponse> constructor, or WatchNamespacedDaemonSetResponse 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.

Trait Implementations

impl Resource for DaemonSet[src]

impl Metadata for DaemonSet[src]

type Ty = ObjectMeta

The type of the metadata object.

impl Clone for DaemonSet[src]

impl Default for DaemonSet[src]

impl PartialEq<DaemonSet> for DaemonSet[src]

impl Debug for DaemonSet[src]

impl Serialize for DaemonSet[src]

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

Auto Trait Implementations

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]