Structs

ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

DaemonSet represents the configuration of a daemon set.

DaemonSetCondition describes the state of a DaemonSet at a certain point.

DaemonSetSpec is the specification of a daemon set.

DaemonSetStatus represents the current status of a daemon set.

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Deployment enables declarative updates for Pods and ReplicaSets.

DeploymentCondition describes the state of a deployment at a certain point.

DeploymentSpec is the specification of the desired behavior of the Deployment.

DeploymentStatus is the most recently observed status of the Deployment.

DeploymentStrategy describes how to replace existing pods with new ones.

ReplicaSet ensures that a specified number of pod replicas are running at any given time.

ReplicaSetCondition describes the state of a replica set at a certain point.

ReplicaSetSpec is the specification of a ReplicaSet.

ReplicaSetStatus represents the current status of a ReplicaSet.

Spec to control the desired behavior of daemon set rolling update.

Spec to control the desired behavior of rolling update.

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

StatefulSet represents a set of pods with consistent identities. Identities are defined as:

StatefulSetCondition describes the state of a statefulset at a certain point.

StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.

A StatefulSetSpec is the specification of a StatefulSet.

StatefulSetStatus represents the current state of a StatefulSet.

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Enums

Use <ReadNamespacedControllerRevisionResponse as Response>::try_from_parts to parse the HTTP response body of ControllerRevision::read_namespaced_controller_revision

Use <ReadNamespacedDaemonSetResponse as Response>::try_from_parts to parse the HTTP response body of DaemonSet::read_namespaced_daemon_set

Use <ReadNamespacedDaemonSetStatusResponse as Response>::try_from_parts to parse the HTTP response body of DaemonSet::read_namespaced_daemon_set_status

Use <ReadNamespacedDeploymentResponse as Response>::try_from_parts to parse the HTTP response body of Deployment::read_namespaced_deployment

Use <ReadNamespacedDeploymentStatusResponse as Response>::try_from_parts to parse the HTTP response body of Deployment::read_namespaced_deployment_status

Use <ReadNamespacedReplicaSetResponse as Response>::try_from_parts to parse the HTTP response body of ReplicaSet::read_namespaced_replica_set

Use <ReadNamespacedReplicaSetStatusResponse as Response>::try_from_parts to parse the HTTP response body of ReplicaSet::read_namespaced_replica_set_status

Use <ReadNamespacedStatefulSetResponse as Response>::try_from_parts to parse the HTTP response body of StatefulSet::read_namespaced_stateful_set

Use <ReadNamespacedStatefulSetStatusResponse as Response>::try_from_parts to parse the HTTP response body of StatefulSet::read_namespaced_stateful_set_status