Struct k8s_openapi::v1_8::api::extensions::v1beta1::ReplicaSet[][src]

pub struct ReplicaSet {
    pub api_version: Option<String>,
    pub kind: Option<String>,
    pub metadata: Option<ObjectMeta>,
    pub spec: Option<ReplicaSetSpec>,
    pub status: Option<ReplicaSetStatus>,
}

DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet represents the configuration of a ReplicaSet.

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

If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata

Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status

Status is the most recently observed status of the ReplicaSet. 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 ReplicaSet
[src]

create a ReplicaSet

Use CreateExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

delete collection of ReplicaSet

Use DeleteExtensionsV1beta1CollectionNamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

delete a ReplicaSet

Use DeleteExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

list or watch objects of kind ReplicaSet

Use ListExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

list or watch objects of kind ReplicaSet

Use ListExtensionsV1beta1ReplicaSetForAllNamespacesResponse to parse the HTTP response.

impl ReplicaSet
[src]

partially update the specified ReplicaSet

Use PatchExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

partially update status of the specified ReplicaSet

Use PatchExtensionsV1beta1NamespacedReplicaSetStatusResponse to parse the HTTP response.

impl ReplicaSet
[src]

read the specified ReplicaSet

Use ReadExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

read status of the specified ReplicaSet

Use ReadExtensionsV1beta1NamespacedReplicaSetStatusResponse to parse the HTTP response.

impl ReplicaSet
[src]

replace the specified ReplicaSet

Use ReplaceExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

replace status of the specified ReplicaSet

Use ReplaceExtensionsV1beta1NamespacedReplicaSetStatusResponse to parse the HTTP response.

impl ReplicaSet
[src]

watch changes to an object of kind ReplicaSet

Use WatchExtensionsV1beta1NamespacedReplicaSetResponse to parse the HTTP response.

impl ReplicaSet
[src]

watch individual changes to a list of ReplicaSet

Use WatchExtensionsV1beta1NamespacedReplicaSetListResponse to parse the HTTP response.

impl ReplicaSet
[src]

watch individual changes to a list of ReplicaSet

Use WatchExtensionsV1beta1ReplicaSetListForAllNamespacesResponse to parse the HTTP response.

Trait Implementations

impl Clone for ReplicaSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReplicaSet
[src]

Formats the value using the given formatter. Read more

impl Default for ReplicaSet
[src]

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

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for ReplicaSet
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for ReplicaSet

impl Sync for ReplicaSet