Show / Hide Table of Contents

Namespace Pulumi.Kubernetes.Types.Inputs.Apps.V1

Classes

ControllerRevisionArgs

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.

ControllerRevisionListArgs

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

DaemonSetArgs

DaemonSet represents the configuration of a daemon set.

DaemonSetConditionArgs

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

DaemonSetListArgs

DaemonSetList is a collection of daemon sets.

DaemonSetSpecArgs

DaemonSetSpec is the specification of a daemon set.

DaemonSetStatusArgs

DaemonSetStatus represents the current status of a daemon set.

DaemonSetUpdateStrategyArgs

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

DeploymentArgs

Deployment enables declarative updates for Pods and ReplicaSets.

DeploymentConditionArgs

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

DeploymentListArgs

DeploymentList is a list of Deployments.

DeploymentSpecArgs

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

DeploymentStatusArgs

DeploymentStatus is the most recently observed status of the Deployment.

DeploymentStrategyArgs

DeploymentStrategy describes how to replace existing pods with new ones.

ReplicaSetArgs

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

ReplicaSetConditionArgs

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

ReplicaSetListArgs

ReplicaSetList is a collection of ReplicaSets.

ReplicaSetSpecArgs

ReplicaSetSpec is the specification of a ReplicaSet.

ReplicaSetStatusArgs

ReplicaSetStatus represents the current status of a ReplicaSet.

RollingUpdateDaemonSetArgs

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

RollingUpdateDeploymentArgs

Spec to control the desired behavior of rolling update.

RollingUpdateStatefulSetStrategyArgs

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

StatefulSetArgs

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

  • Network: A single stable DNS and hostname.
  • Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

StatefulSetConditionArgs

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

StatefulSetListArgs

StatefulSetList is a collection of StatefulSets.

StatefulSetSpecArgs

A StatefulSetSpec is the specification of a StatefulSet.

StatefulSetStatusArgs

StatefulSetStatus represents the current state of a StatefulSet.

StatefulSetUpdateStrategyArgs

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.

Back to top Copyright 2016-2020, Pulumi Corporation.