package v1
- Alphabetic
- Public
- All
Type Members
-
case class
ControllerRevision(data: Optional[RawExtension] = Optional.Absent, metadata: Optional[ObjectMeta] = Optional.Absent, revision: Long) extends Product with Serializable
ControllerRevision implements an immutable snapshot of state data.
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.
- revision
Revision indicates the revision of the state represented by Data.
- class ControllerRevisionFields extends AnyRef
-
case class
DaemonSet(metadata: Optional[ObjectMeta] = Optional.Absent, spec: Optional[DaemonSetSpec] = Optional.Absent, status: Optional[DaemonSetStatus] = Optional.Absent) extends Product with Serializable
DaemonSet represents the configuration of a daemon set.
-
case class
DaemonSetCondition(lastTransitionTime: Optional[Time] = Optional.Absent, message: Optional[String] = Optional.Absent, reason: Optional[String] = Optional.Absent, status: String, type: String) extends Product with Serializable
DaemonSetCondition describes the state of a DaemonSet at a certain point.
DaemonSetCondition describes the state of a DaemonSet at a certain point.
- message
A human readable message indicating details about the transition.
- reason
The reason for the condition's last transition.
- status
Status of the condition, one of True, False, Unknown.
- type
Type of DaemonSet condition.
- class DaemonSetConditionFields extends AnyRef
- class DaemonSetFields extends AnyRef
-
case class
DaemonSetSpec(minReadySeconds: Optional[Int] = Optional.Absent, revisionHistoryLimit: Optional[Int] = Optional.Absent, selector: LabelSelector, template: PodTemplateSpec, updateStrategy: Optional[DaemonSetUpdateStrategy] = Optional.Absent) extends Product with Serializable
DaemonSetSpec is the specification of a daemon set.
DaemonSetSpec is the specification of a daemon set.
- minReadySeconds
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
- revisionHistoryLimit
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
- class DaemonSetSpecFields extends AnyRef
-
case class
DaemonSetStatus(collisionCount: Optional[Int] = Optional.Absent, conditions: Optional[Vector[DaemonSetCondition]] = Optional.Absent, currentNumberScheduled: Int, desiredNumberScheduled: Int, numberAvailable: Optional[Int] = Optional.Absent, numberMisscheduled: Int, numberReady: Int, numberUnavailable: Optional[Int] = Optional.Absent, observedGeneration: Optional[Long] = Optional.Absent, updatedNumberScheduled: Optional[Int] = Optional.Absent) extends Product with Serializable
DaemonSetStatus represents the current status of a daemon set.
DaemonSetStatus represents the current status of a daemon set.
- collisionCount
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
- conditions
Represents the latest available observations of a DaemonSet's current state.
- currentNumberScheduled
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
- desiredNumberScheduled
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
- numberAvailable
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
- numberMisscheduled
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
- numberReady
numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.
- numberUnavailable
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
- observedGeneration
The most recent generation observed by the daemon set controller.
- updatedNumberScheduled
The total number of nodes that are running updated daemon pod
- class DaemonSetStatusFields extends AnyRef
-
case class
DaemonSetUpdateStrategy(rollingUpdate: Optional[RollingUpdateDaemonSet] = Optional.Absent, type: Optional[String] = Optional.Absent) extends Product with Serializable
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.
- type
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
- class DaemonSetUpdateStrategyFields extends AnyRef
-
case class
Deployment(metadata: Optional[ObjectMeta] = Optional.Absent, spec: Optional[DeploymentSpec] = Optional.Absent, status: Optional[DeploymentStatus] = Optional.Absent) extends Product with Serializable
Deployment enables declarative updates for Pods and ReplicaSets.
-
case class
DeploymentCondition(lastTransitionTime: Optional[Time] = Optional.Absent, lastUpdateTime: Optional[Time] = Optional.Absent, message: Optional[String] = Optional.Absent, reason: Optional[String] = Optional.Absent, status: String, type: String) extends Product with Serializable
DeploymentCondition describes the state of a deployment at a certain point.
DeploymentCondition describes the state of a deployment at a certain point.
- message
A human readable message indicating details about the transition.
- reason
The reason for the condition's last transition.
- status
Status of the condition, one of True, False, Unknown.
- type
Type of deployment condition.
- class DeploymentConditionFields extends AnyRef
- class DeploymentFields extends AnyRef
-
case class
DeploymentSpec(minReadySeconds: Optional[Int] = Optional.Absent, paused: Optional[Boolean] = Optional.Absent, progressDeadlineSeconds: Optional[Int] = Optional.Absent, replicas: Optional[Int] = Optional.Absent, revisionHistoryLimit: Optional[Int] = Optional.Absent, selector: LabelSelector, strategy: Optional[DeploymentStrategy] = Optional.Absent, template: PodTemplateSpec) extends Product with Serializable
DeploymentSpec is the specification of the desired behavior of the Deployment.
DeploymentSpec is the specification of the desired behavior of the Deployment.
- minReadySeconds
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
- paused
Indicates that the deployment is paused.
- progressDeadlineSeconds
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s.
- replicas
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
- revisionHistoryLimit
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
- class DeploymentSpecFields extends AnyRef
-
case class
DeploymentStatus(availableReplicas: Optional[Int] = Optional.Absent, collisionCount: Optional[Int] = Optional.Absent, conditions: Optional[Vector[DeploymentCondition]] = Optional.Absent, observedGeneration: Optional[Long] = Optional.Absent, readyReplicas: Optional[Int] = Optional.Absent, replicas: Optional[Int] = Optional.Absent, unavailableReplicas: Optional[Int] = Optional.Absent, updatedReplicas: Optional[Int] = Optional.Absent) extends Product with Serializable
DeploymentStatus is the most recently observed status of the Deployment.
DeploymentStatus is the most recently observed status of the Deployment.
- availableReplicas
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
- collisionCount
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
- conditions
Represents the latest available observations of a deployment's current state.
- observedGeneration
The generation observed by the deployment controller.
- readyReplicas
readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.
- replicas
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
- unavailableReplicas
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
- updatedReplicas
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
- class DeploymentStatusFields extends AnyRef
-
case class
DeploymentStrategy(rollingUpdate: Optional[RollingUpdateDeployment] = Optional.Absent, type: Optional[String] = Optional.Absent) extends Product with Serializable
DeploymentStrategy describes how to replace existing pods with new ones.
DeploymentStrategy describes how to replace existing pods with new ones.
- type
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
- class DeploymentStrategyFields extends AnyRef
-
case class
ReplicaSet(metadata: Optional[ObjectMeta] = Optional.Absent, spec: Optional[ReplicaSetSpec] = Optional.Absent, status: Optional[ReplicaSetStatus] = Optional.Absent) extends Product with Serializable
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
-
case class
ReplicaSetCondition(lastTransitionTime: Optional[Time] = Optional.Absent, message: Optional[String] = Optional.Absent, reason: Optional[String] = Optional.Absent, status: String, type: String) extends Product with Serializable
ReplicaSetCondition describes the state of a replica set at a certain point.
ReplicaSetCondition describes the state of a replica set at a certain point.
- message
A human readable message indicating details about the transition.
- reason
The reason for the condition's last transition.
- status
Status of the condition, one of True, False, Unknown.
- type
Type of replica set condition.
- class ReplicaSetConditionFields extends AnyRef
- class ReplicaSetFields extends AnyRef
-
case class
ReplicaSetSpec(minReadySeconds: Optional[Int] = Optional.Absent, replicas: Optional[Int] = Optional.Absent, selector: LabelSelector, template: Optional[PodTemplateSpec] = Optional.Absent) extends Product with Serializable
ReplicaSetSpec is the specification of a ReplicaSet.
ReplicaSetSpec is the specification of a ReplicaSet.
- minReadySeconds
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
- replicas
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
- class ReplicaSetSpecFields extends AnyRef
-
case class
ReplicaSetStatus(availableReplicas: Optional[Int] = Optional.Absent, conditions: Optional[Vector[ReplicaSetCondition]] = Optional.Absent, fullyLabeledReplicas: Optional[Int] = Optional.Absent, observedGeneration: Optional[Long] = Optional.Absent, readyReplicas: Optional[Int] = Optional.Absent, replicas: Int) extends Product with Serializable
ReplicaSetStatus represents the current status of a ReplicaSet.
ReplicaSetStatus represents the current status of a ReplicaSet.
- availableReplicas
The number of available replicas (ready for at least minReadySeconds) for this replica set.
- conditions
Represents the latest available observations of a replica set's current state.
- fullyLabeledReplicas
The number of pods that have labels matching the labels of the pod template of the replicaset.
- observedGeneration
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
- readyReplicas
readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.
- replicas
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
- class ReplicaSetStatusFields extends AnyRef
-
case class
RollingUpdateDaemonSet(maxSurge: Optional[IntOrString] = Optional.Absent, maxUnavailable: Optional[IntOrString] = Optional.Absent) extends Product with Serializable
Spec to control the desired behavior of daemon set rolling update.
- class RollingUpdateDaemonSetFields extends AnyRef
-
case class
RollingUpdateDeployment(maxSurge: Optional[IntOrString] = Optional.Absent, maxUnavailable: Optional[IntOrString] = Optional.Absent) extends Product with Serializable
Spec to control the desired behavior of rolling update.
- class RollingUpdateDeploymentFields extends AnyRef
-
case class
RollingUpdateStatefulSetStrategy(partition: Optional[Int] = Optional.Absent) extends Product with Serializable
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
- partition
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.
- class RollingUpdateStatefulSetStrategyFields extends AnyRef
-
case class
StatefulSet(metadata: Optional[ObjectMeta] = Optional.Absent, spec: Optional[StatefulSetSpec] = Optional.Absent, status: Optional[StatefulSetStatus] = Optional.Absent) extends Product with Serializable
StatefulSet represents a set of pods with consistent identities.
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.
-
case class
StatefulSetCondition(lastTransitionTime: Optional[Time] = Optional.Absent, message: Optional[String] = Optional.Absent, reason: Optional[String] = Optional.Absent, status: String, type: String) extends Product with Serializable
StatefulSetCondition describes the state of a statefulset at a certain point.
StatefulSetCondition describes the state of a statefulset at a certain point.
- message
A human readable message indicating details about the transition.
- reason
The reason for the condition's last transition.
- status
Status of the condition, one of True, False, Unknown.
- type
Type of statefulset condition.
- class StatefulSetConditionFields extends AnyRef
- class StatefulSetFields extends AnyRef
-
case class
StatefulSetPersistentVolumeClaimRetentionPolicy(whenDeleted: Optional[String] = Optional.Absent, whenScaled: Optional[String] = Optional.Absent) extends Product with Serializable
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.
- whenDeleted
WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of
Retain
causes PVCs to not be affected by StatefulSet deletion. TheDelete
policy causes those PVCs to be deleted.- whenScaled
WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of
Retain
causes PVCs to not be affected by a scaledown. TheDelete
policy causes the associated PVCs for any excess pods above the replica count to be deleted.
- class StatefulSetPersistentVolumeClaimRetentionPolicyFields extends AnyRef
-
case class
StatefulSetSpec(minReadySeconds: Optional[Int] = Optional.Absent, persistentVolumeClaimRetentionPolicy: Optional[StatefulSetPersistentVolumeClaimRetentionPolicy] = Optional.Absent, podManagementPolicy: Optional[String] = Optional.Absent, replicas: Optional[Int] = Optional.Absent, revisionHistoryLimit: Optional[Int] = Optional.Absent, selector: LabelSelector, serviceName: String, template: PodTemplateSpec, updateStrategy: Optional[StatefulSetUpdateStrategy] = Optional.Absent, volumeClaimTemplates: Optional[Vector[PersistentVolumeClaim]] = Optional.Absent) extends Product with Serializable
A StatefulSetSpec is the specification of a StatefulSet.
A StatefulSetSpec is the specification of a StatefulSet.
- minReadySeconds
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.
- podManagementPolicy
podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is
OrderedReady
, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy isParallel
which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.- replicas
replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.
- revisionHistoryLimit
revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.
- serviceName
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
- volumeClaimTemplates
volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.
- class StatefulSetSpecFields extends AnyRef
-
case class
StatefulSetStatus(availableReplicas: Int, collisionCount: Optional[Int] = Optional.Absent, conditions: Optional[Vector[StatefulSetCondition]] = Optional.Absent, currentReplicas: Optional[Int] = Optional.Absent, currentRevision: Optional[String] = Optional.Absent, observedGeneration: Optional[Long] = Optional.Absent, readyReplicas: Optional[Int] = Optional.Absent, replicas: Int, updateRevision: Optional[String] = Optional.Absent, updatedReplicas: Optional[Int] = Optional.Absent) extends Product with Serializable
StatefulSetStatus represents the current state of a StatefulSet.
StatefulSetStatus represents the current state of a StatefulSet.
- availableReplicas
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.
- collisionCount
collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
- conditions
Represents the latest available observations of a statefulset's current state.
- currentReplicas
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
- currentRevision
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
- observedGeneration
observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.
- readyReplicas
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
- replicas
replicas is the number of Pods created by the StatefulSet controller.
- updateRevision
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
- updatedReplicas
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
- class StatefulSetStatusFields extends AnyRef
-
case class
StatefulSetUpdateStrategy(rollingUpdate: Optional[RollingUpdateStatefulSetStrategy] = Optional.Absent, type: Optional[String] = Optional.Absent) extends Product with Serializable
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates.
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.
- type
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.
- class StatefulSetUpdateStrategyFields extends AnyRef
Value Members
- object ControllerRevision extends ControllerRevisionFields with Serializable
- object DaemonSet extends DaemonSetFields with Serializable
- object DaemonSetCondition extends DaemonSetConditionFields with Serializable
- object DaemonSetSpec extends DaemonSetSpecFields with Serializable
- object DaemonSetStatus extends DaemonSetStatusFields with Serializable
- object DaemonSetUpdateStrategy extends DaemonSetUpdateStrategyFields with Serializable
- object Deployment extends DeploymentFields with Serializable
- object DeploymentCondition extends DeploymentConditionFields with Serializable
- object DeploymentSpec extends DeploymentSpecFields with Serializable
- object DeploymentStatus extends DeploymentStatusFields with Serializable
- object DeploymentStrategy extends DeploymentStrategyFields with Serializable
- object ReplicaSet extends ReplicaSetFields with Serializable
- object ReplicaSetCondition extends ReplicaSetConditionFields with Serializable
- object ReplicaSetSpec extends ReplicaSetSpecFields with Serializable
- object ReplicaSetStatus extends ReplicaSetStatusFields with Serializable
- object RollingUpdateDaemonSet extends RollingUpdateDaemonSetFields with Serializable
- object RollingUpdateDeployment extends RollingUpdateDeploymentFields with Serializable
- object RollingUpdateStatefulSetStrategy extends RollingUpdateStatefulSetStrategyFields with Serializable
- object StatefulSet extends StatefulSetFields with Serializable
- object StatefulSetCondition extends StatefulSetConditionFields with Serializable
- object StatefulSetPersistentVolumeClaimRetentionPolicy extends StatefulSetPersistentVolumeClaimRetentionPolicyFields with Serializable
- object StatefulSetSpec extends StatefulSetSpecFields with Serializable
- object StatefulSetStatus extends StatefulSetStatusFields with Serializable
- object StatefulSetUpdateStrategy extends StatefulSetUpdateStrategyFields with Serializable