package k8s.io.api.apps.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ControllerRevision

generated.proto:42

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.

Used in: ControllerRevisionList

message ControllerRevisionList

generated.proto:56

ControllerRevisionList is a resource containing a list of ControllerRevision objects.

message DaemonSet

generated.proto:66

DaemonSet represents the configuration of a daemon set.

Used in: DaemonSetList

message DaemonSetCondition

generated.proto:87

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

Used in: DaemonSetStatus

message DaemonSetList

generated.proto:108

DaemonSetList is a collection of daemon sets.

message DaemonSetSpec

generated.proto:119

DaemonSetSpec is the specification of a daemon set.

Used in: DaemonSet

message DaemonSetStatus

generated.proto:152

DaemonSetStatus represents the current status of a daemon set.

Used in: DaemonSet

message DaemonSetUpdateStrategy

generated.proto:206

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

Used in: DaemonSetSpec

message Deployment

generated.proto:221

Deployment enables declarative updates for Pods and ReplicaSets.

Used in: DeploymentList

message DeploymentCondition

generated.proto:237

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

Used in: DeploymentStatus

message DeploymentList

generated.proto:258

DeploymentList is a list of Deployments.

message DeploymentSpec

generated.proto:268

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

Used in: Deployment

message DeploymentStatus

generated.proto:312

DeploymentStatus is the most recently observed status of the Deployment.

Used in: Deployment

message DeploymentStrategy

generated.proto:352

DeploymentStrategy describes how to replace existing pods with new ones.

Used in: DeploymentSpec

message ReplicaSet

generated.proto:367

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

Used in: ReplicaSetList

message ReplicaSetCondition

generated.proto:390

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

Used in: ReplicaSetStatus

message ReplicaSetList

generated.proto:411

ReplicaSetList is a collection of ReplicaSets.

message ReplicaSetSpec

generated.proto:423

ReplicaSetSpec is the specification of a ReplicaSet.

Used in: ReplicaSet

message ReplicaSetStatus

generated.proto:451

ReplicaSetStatus represents the current status of a ReplicaSet.

Used in: ReplicaSet

message RollingUpdateDaemonSet

generated.proto:480

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

Used in: DaemonSetUpdateStrategy

message RollingUpdateDeployment

generated.proto:522

Spec to control the desired behavior of rolling update.

Used in: DeploymentStrategy

message RollingUpdateStatefulSetStrategy

generated.proto:552

RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Used in: StatefulSetUpdateStrategy

message StatefulSet

generated.proto:566

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.

Used in: StatefulSetList

message StatefulSetCondition

generated.proto:583

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

Used in: StatefulSetStatus

message StatefulSetList

generated.proto:604

StatefulSetList is a collection of StatefulSets.

message StatefulSetPersistentVolumeClaimRetentionPolicy

generated.proto:616

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

Used in: StatefulSetSpec

message StatefulSetSpec

generated.proto:632

A StatefulSetSpec is the specification of a StatefulSet.

Used in: StatefulSet

message StatefulSetStatus

generated.proto:709

StatefulSetStatus represents the current state of a StatefulSet.

Used in: StatefulSet

message StatefulSetUpdateStrategy

generated.proto:757

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.

Used in: StatefulSetSpec