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

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

DaemonSet represents the configuration of a daemon set.

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

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

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/api-conventions.md#spec-and-status

Methods

impl DaemonSet
[src]

create a DaemonSet

Use CreateAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

delete collection of DaemonSet

Use DeleteAppsV1CollectionNamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

delete a DaemonSet

Use DeleteAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

list or watch objects of kind DaemonSet

Use ListAppsV1DaemonSetForAllNamespacesResponse to parse the HTTP response.

impl DaemonSet
[src]

list or watch objects of kind DaemonSet

Use ListAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

partially update the specified DaemonSet

Use PatchAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

partially update status of the specified DaemonSet

Use PatchAppsV1NamespacedDaemonSetStatusResponse to parse the HTTP response.

impl DaemonSet
[src]

read the specified DaemonSet

Use ReadAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

read status of the specified DaemonSet

Use ReadAppsV1NamespacedDaemonSetStatusResponse to parse the HTTP response.

impl DaemonSet
[src]

replace the specified DaemonSet

Use ReplaceAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

replace status of the specified DaemonSet

Use ReplaceAppsV1NamespacedDaemonSetStatusResponse to parse the HTTP response.

impl DaemonSet
[src]

watch individual changes to a list of DaemonSet

Use WatchAppsV1DaemonSetListForAllNamespacesResponse to parse the HTTP response.

impl DaemonSet
[src]

watch changes to an object of kind DaemonSet

Use WatchAppsV1NamespacedDaemonSetResponse to parse the HTTP response.

impl DaemonSet
[src]

watch individual changes to a list of DaemonSet

Use WatchAppsV1NamespacedDaemonSetListResponse to parse the HTTP response.

Trait Implementations

impl Clone for DaemonSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DaemonSet
[src]

Formats the value using the given formatter. Read more

impl Default for DaemonSet
[src]

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

impl PartialEq for DaemonSet
[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 DaemonSet
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for DaemonSet
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for DaemonSet

impl Sync for DaemonSet