Module k8s_openapi::v1_10::api::apps::v1[][src]

Structs

ControllerRevision

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.

ControllerRevisionList

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

DaemonSet

DaemonSet represents the configuration of a daemon set.

DaemonSetCondition

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

DaemonSetList

DaemonSetList is a collection of daemon sets.

DaemonSetSpec

DaemonSetSpec is the specification of a daemon set.

DaemonSetStatus

DaemonSetStatus represents the current status of a daemon set.

DaemonSetUpdateStrategy

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

Deployment

Deployment enables declarative updates for Pods and ReplicaSets.

DeploymentCondition

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

DeploymentList

DeploymentList is a list of Deployments.

DeploymentSpec

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

DeploymentStatus

DeploymentStatus is the most recently observed status of the Deployment.

DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

ReplicaSet

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

ReplicaSetCondition

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

ReplicaSetList

ReplicaSetList is a collection of ReplicaSets.

ReplicaSetSpec

ReplicaSetSpec is the specification of a ReplicaSet.

ReplicaSetStatus

ReplicaSetStatus represents the current status of a ReplicaSet.

RollingUpdateDaemonSet

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

RollingUpdateDeployment

Spec to control the desired behavior of rolling update.

RollingUpdateStatefulSetStrategy

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

StatefulSet

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

StatefulSetCondition

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

StatefulSetList

StatefulSetList is a collection of StatefulSets.

StatefulSetSpec

A StatefulSetSpec is the specification of a StatefulSet.

StatefulSetStatus

StatefulSetStatus represents the current state of a StatefulSet.

StatefulSetUpdateStrategy

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

CreateAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::create_apps_v1_namespaced_controller_revision

CreateAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::create_apps_v1_namespaced_daemon_set

CreateAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::create_apps_v1_namespaced_deployment

CreateAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::create_apps_v1_namespaced_replica_set

CreateAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::create_apps_v1_namespaced_stateful_set

DeleteAppsV1CollectionNamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::delete_apps_v1_collection_namespaced_controller_revision

DeleteAppsV1CollectionNamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::delete_apps_v1_collection_namespaced_daemon_set

DeleteAppsV1CollectionNamespacedDeploymentResponse

Parses the HTTP response of Deployment::delete_apps_v1_collection_namespaced_deployment

DeleteAppsV1CollectionNamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::delete_apps_v1_collection_namespaced_replica_set

DeleteAppsV1CollectionNamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::delete_apps_v1_collection_namespaced_stateful_set

DeleteAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::delete_apps_v1_namespaced_controller_revision

DeleteAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::delete_apps_v1_namespaced_daemon_set

DeleteAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::delete_apps_v1_namespaced_deployment

DeleteAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::delete_apps_v1_namespaced_replica_set

DeleteAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::delete_apps_v1_namespaced_stateful_set

ListAppsV1ControllerRevisionForAllNamespacesResponse

Parses the HTTP response of ControllerRevision::list_apps_v1_controller_revision_for_all_namespaces

ListAppsV1DaemonSetForAllNamespacesResponse

Parses the HTTP response of DaemonSet::list_apps_v1_daemon_set_for_all_namespaces

ListAppsV1DeploymentForAllNamespacesResponse

Parses the HTTP response of Deployment::list_apps_v1_deployment_for_all_namespaces

ListAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::list_apps_v1_namespaced_controller_revision

ListAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::list_apps_v1_namespaced_daemon_set

ListAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::list_apps_v1_namespaced_deployment

ListAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::list_apps_v1_namespaced_replica_set

ListAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::list_apps_v1_namespaced_stateful_set

ListAppsV1ReplicaSetForAllNamespacesResponse

Parses the HTTP response of ReplicaSet::list_apps_v1_replica_set_for_all_namespaces

ListAppsV1StatefulSetForAllNamespacesResponse

Parses the HTTP response of StatefulSet::list_apps_v1_stateful_set_for_all_namespaces

PatchAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::patch_apps_v1_namespaced_controller_revision

PatchAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::patch_apps_v1_namespaced_daemon_set

PatchAppsV1NamespacedDaemonSetStatusResponse

Parses the HTTP response of DaemonSet::patch_apps_v1_namespaced_daemon_set_status

PatchAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::patch_apps_v1_namespaced_deployment

PatchAppsV1NamespacedDeploymentStatusResponse

Parses the HTTP response of Deployment::patch_apps_v1_namespaced_deployment_status

PatchAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::patch_apps_v1_namespaced_replica_set

PatchAppsV1NamespacedReplicaSetStatusResponse

Parses the HTTP response of ReplicaSet::patch_apps_v1_namespaced_replica_set_status

PatchAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::patch_apps_v1_namespaced_stateful_set

PatchAppsV1NamespacedStatefulSetStatusResponse

Parses the HTTP response of StatefulSet::patch_apps_v1_namespaced_stateful_set_status

ReadAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::read_apps_v1_namespaced_controller_revision

ReadAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::read_apps_v1_namespaced_daemon_set

ReadAppsV1NamespacedDaemonSetStatusResponse

Parses the HTTP response of DaemonSet::read_apps_v1_namespaced_daemon_set_status

ReadAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::read_apps_v1_namespaced_deployment

ReadAppsV1NamespacedDeploymentStatusResponse

Parses the HTTP response of Deployment::read_apps_v1_namespaced_deployment_status

ReadAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::read_apps_v1_namespaced_replica_set

ReadAppsV1NamespacedReplicaSetStatusResponse

Parses the HTTP response of ReplicaSet::read_apps_v1_namespaced_replica_set_status

ReadAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::read_apps_v1_namespaced_stateful_set

ReadAppsV1NamespacedStatefulSetStatusResponse

Parses the HTTP response of StatefulSet::read_apps_v1_namespaced_stateful_set_status

ReplaceAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::replace_apps_v1_namespaced_controller_revision

ReplaceAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::replace_apps_v1_namespaced_daemon_set

ReplaceAppsV1NamespacedDaemonSetStatusResponse

Parses the HTTP response of DaemonSet::replace_apps_v1_namespaced_daemon_set_status

ReplaceAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::replace_apps_v1_namespaced_deployment

ReplaceAppsV1NamespacedDeploymentStatusResponse

Parses the HTTP response of Deployment::replace_apps_v1_namespaced_deployment_status

ReplaceAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::replace_apps_v1_namespaced_replica_set

ReplaceAppsV1NamespacedReplicaSetStatusResponse

Parses the HTTP response of ReplicaSet::replace_apps_v1_namespaced_replica_set_status

ReplaceAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::replace_apps_v1_namespaced_stateful_set

ReplaceAppsV1NamespacedStatefulSetStatusResponse

Parses the HTTP response of StatefulSet::replace_apps_v1_namespaced_stateful_set_status

WatchAppsV1ControllerRevisionListForAllNamespacesResponse

Parses the HTTP response of ControllerRevision::watch_apps_v1_controller_revision_list_for_all_namespaces

WatchAppsV1DaemonSetListForAllNamespacesResponse

Parses the HTTP response of DaemonSet::watch_apps_v1_daemon_set_list_for_all_namespaces

WatchAppsV1DeploymentListForAllNamespacesResponse

Parses the HTTP response of Deployment::watch_apps_v1_deployment_list_for_all_namespaces

WatchAppsV1NamespacedControllerRevisionListResponse

Parses the HTTP response of ControllerRevision::watch_apps_v1_namespaced_controller_revision_list

WatchAppsV1NamespacedControllerRevisionResponse

Parses the HTTP response of ControllerRevision::watch_apps_v1_namespaced_controller_revision

WatchAppsV1NamespacedDaemonSetListResponse

Parses the HTTP response of DaemonSet::watch_apps_v1_namespaced_daemon_set_list

WatchAppsV1NamespacedDaemonSetResponse

Parses the HTTP response of DaemonSet::watch_apps_v1_namespaced_daemon_set

WatchAppsV1NamespacedDeploymentListResponse

Parses the HTTP response of Deployment::watch_apps_v1_namespaced_deployment_list

WatchAppsV1NamespacedDeploymentResponse

Parses the HTTP response of Deployment::watch_apps_v1_namespaced_deployment

WatchAppsV1NamespacedReplicaSetListResponse

Parses the HTTP response of ReplicaSet::watch_apps_v1_namespaced_replica_set_list

WatchAppsV1NamespacedReplicaSetResponse

Parses the HTTP response of ReplicaSet::watch_apps_v1_namespaced_replica_set

WatchAppsV1NamespacedStatefulSetListResponse

Parses the HTTP response of StatefulSet::watch_apps_v1_namespaced_stateful_set_list

WatchAppsV1NamespacedStatefulSetResponse

Parses the HTTP response of StatefulSet::watch_apps_v1_namespaced_stateful_set

WatchAppsV1ReplicaSetListForAllNamespacesResponse

Parses the HTTP response of ReplicaSet::watch_apps_v1_replica_set_list_for_all_namespaces

WatchAppsV1StatefulSetListForAllNamespacesResponse

Parses the HTTP response of StatefulSet::watch_apps_v1_stateful_set_list_for_all_namespaces