Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ControllerRevision(revision: Int, data: Option[RawExtension] = None, metadata: Option[ObjectMeta] = None) extends KObject with 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.

  2. final case class ControllerRevisionList(items: Seq[ControllerRevision], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ControllerRevisionList is a resource containing a list of ControllerRevision objects.

  3. final case class ControllerRevisionListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ControllerRevisionList] with Product with Serializable

    Pointer for ControllerRevisionList

  4. final case class ControllerRevisionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ControllerRevision] with Product with Serializable

    Pointer for ControllerRevision

  5. final case class DaemonSet(status: Option[DaemonSetStatus] = None, spec: Option[DaemonSetSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    DaemonSet represents the configuration of a daemon set.

  6. final case class DaemonSetCondition(status: String, type: String, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

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

  7. final case class DaemonSetConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DaemonSetCondition] with Product with Serializable

    Pointer for DaemonSetCondition

  8. final case class DaemonSetList(items: Seq[DaemonSet], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    DaemonSetList is a collection of daemon sets.

  9. final case class DaemonSetListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DaemonSetList] with Product with Serializable

    Pointer for DaemonSetList

  10. final case class DaemonSetPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DaemonSet] with Product with Serializable

    Pointer for DaemonSet

  11. final case class DaemonSetSpec(template: PodTemplateSpec, selector: LabelSelector, minReadySeconds: Option[Int] = None, revisionHistoryLimit: Option[Int] = None, updateStrategy: Option[DaemonSetUpdateStrategy] = None) extends Product with Serializable

    DaemonSetSpec is the specification of a daemon set.

  12. final case class DaemonSetSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DaemonSetSpec] with Product with Serializable

    Pointer for DaemonSetSpec

  13. final case class DaemonSetStatus(numberMisscheduled: Int, currentNumberScheduled: Int, desiredNumberScheduled: Int, numberReady: Int, conditions: Option[Seq[DaemonSetCondition]] = None, updatedNumberScheduled: Option[Int] = None, collisionCount: Option[Int] = None, numberUnavailable: Option[Int] = None, observedGeneration: Option[Int] = None, numberAvailable: Option[Int] = None) extends Product with Serializable

    DaemonSetStatus represents the current status of a daemon set.

  14. final case class DaemonSetStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DaemonSetStatus] with Product with Serializable

    Pointer for DaemonSetStatus

  15. final case class DaemonSetUpdateStrategy(rollingUpdate: Option[RollingUpdateDaemonSet] = None, type: Option[String] = None) extends Product with Serializable

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

  16. final case class DaemonSetUpdateStrategyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DaemonSetUpdateStrategy] with Product with Serializable

    Pointer for DaemonSetUpdateStrategy

  17. final case class Deployment(status: Option[DeploymentStatus] = None, spec: Option[DeploymentSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

    Deployment enables declarative updates for Pods and ReplicaSets.

  18. final case class DeploymentCondition(status: String, type: String, lastUpdateTime: Option[Time] = None, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

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

  19. final case class DeploymentConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DeploymentCondition] with Product with Serializable

    Pointer for DeploymentCondition

  20. final case class DeploymentList(items: Seq[Deployment], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    DeploymentList is a list of Deployments.

  21. final case class DeploymentListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DeploymentList] with Product with Serializable

    Pointer for DeploymentList

  22. final case class DeploymentPointer(currentPath: PointerPath = PointerPath()) extends Pointer[Deployment] with Product with Serializable

    Pointer for Deployment

  23. final case class DeploymentSpec(template: PodTemplateSpec, selector: LabelSelector, minReadySeconds: Option[Int] = None, progressDeadlineSeconds: Option[Int] = None, replicas: Option[Int] = None, revisionHistoryLimit: Option[Int] = None, paused: Option[Boolean] = None, strategy: Option[DeploymentStrategy] = None) extends Product with Serializable

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

  24. final case class DeploymentSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DeploymentSpec] with Product with Serializable

    Pointer for DeploymentSpec

  25. final case class DeploymentStatus(conditions: Option[Seq[DeploymentCondition]] = None, collisionCount: Option[Int] = None, replicas: Option[Int] = None, availableReplicas: Option[Int] = None, unavailableReplicas: Option[Int] = None, observedGeneration: Option[Int] = None, updatedReplicas: Option[Int] = None, readyReplicas: Option[Int] = None) extends Product with Serializable

    DeploymentStatus is the most recently observed status of the Deployment.

  26. final case class DeploymentStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DeploymentStatus] with Product with Serializable

    Pointer for DeploymentStatus

  27. final case class DeploymentStrategy(rollingUpdate: Option[RollingUpdateDeployment] = None, type: Option[String] = None) extends Product with Serializable

    DeploymentStrategy describes how to replace existing pods with new ones.

  28. final case class DeploymentStrategyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DeploymentStrategy] with Product with Serializable

    Pointer for DeploymentStrategy

  29. final case class ReplicaSet(status: Option[ReplicaSetStatus] = None, spec: Option[ReplicaSetSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with Product with Serializable

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

  30. final case class ReplicaSetCondition(status: String, type: String, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

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

  31. final case class ReplicaSetConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ReplicaSetCondition] with Product with Serializable

    Pointer for ReplicaSetCondition

  32. final case class ReplicaSetList(items: Seq[ReplicaSet], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    ReplicaSetList is a collection of ReplicaSets.

  33. final case class ReplicaSetListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ReplicaSetList] with Product with Serializable

    Pointer for ReplicaSetList

  34. final case class ReplicaSetPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ReplicaSet] with Product with Serializable

    Pointer for ReplicaSet

  35. final case class ReplicaSetSpec(selector: LabelSelector, minReadySeconds: Option[Int] = None, replicas: Option[Int] = None, template: Option[PodTemplateSpec] = None) extends Product with Serializable

    ReplicaSetSpec is the specification of a ReplicaSet.

  36. final case class ReplicaSetSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ReplicaSetSpec] with Product with Serializable

    Pointer for ReplicaSetSpec

  37. final case class ReplicaSetStatus(replicas: Int, conditions: Option[Seq[ReplicaSetCondition]] = None, availableReplicas: Option[Int] = None, observedGeneration: Option[Int] = None, readyReplicas: Option[Int] = None, fullyLabeledReplicas: Option[Int] = None) extends Product with Serializable

    ReplicaSetStatus represents the current status of a ReplicaSet.

  38. final case class ReplicaSetStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ReplicaSetStatus] with Product with Serializable

    Pointer for ReplicaSetStatus

  39. final case class RollingUpdateDaemonSet(maxSurge: Option[IntOrString] = None, maxUnavailable: Option[IntOrString] = None) extends Product with Serializable

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

  40. final case class RollingUpdateDaemonSetPointer(currentPath: PointerPath = PointerPath()) extends Pointer[RollingUpdateDaemonSet] with Product with Serializable

    Pointer for RollingUpdateDaemonSet

  41. final case class RollingUpdateDeployment(maxSurge: Option[IntOrString] = None, maxUnavailable: Option[IntOrString] = None) extends Product with Serializable

    Spec to control the desired behavior of rolling update.

  42. final case class RollingUpdateDeploymentPointer(currentPath: PointerPath = PointerPath()) extends Pointer[RollingUpdateDeployment] with Product with Serializable

    Pointer for RollingUpdateDeployment

  43. final case class RollingUpdateStatefulSetStrategy(maxUnavailable: Option[IntOrString] = None, partition: Option[Int] = None) extends Product with Serializable

    RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

  44. final case class RollingUpdateStatefulSetStrategyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[RollingUpdateStatefulSetStrategy] with Product with Serializable

    Pointer for RollingUpdateStatefulSetStrategy

  45. final case class StatefulSet(status: Option[StatefulSetStatus] = None, spec: Option[StatefulSetSpec] = None, metadata: Option[ObjectMeta] = None) extends KObject with 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.

  46. final case class StatefulSetCondition(status: String, type: String, reason: Option[String] = None, lastTransitionTime: Option[Time] = None, message: Option[String] = None) extends Product with Serializable

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

  47. final case class StatefulSetConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetCondition] with Product with Serializable

    Pointer for StatefulSetCondition

  48. final case class StatefulSetList(items: Seq[StatefulSet], metadata: Option[ListMeta] = None) extends KObject with Product with Serializable

    StatefulSetList is a collection of StatefulSets.

  49. final case class StatefulSetListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetList] with Product with Serializable

    Pointer for StatefulSetList

  50. final case class StatefulSetOrdinals(start: Option[Int] = None) extends Product with Serializable

    StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.

  51. final case class StatefulSetOrdinalsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetOrdinals] with Product with Serializable

    Pointer for StatefulSetOrdinals

  52. final case class StatefulSetPersistentVolumeClaimRetentionPolicy(whenDeleted: Option[String] = None, whenScaled: Option[String] = None) extends Product with Serializable

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

  53. final case class StatefulSetPersistentVolumeClaimRetentionPolicyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetPersistentVolumeClaimRetentionPolicy] with Product with Serializable

    Pointer for StatefulSetPersistentVolumeClaimRetentionPolicy

  54. final case class StatefulSetPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSet] with Product with Serializable

    Pointer for StatefulSet

  55. final case class StatefulSetSpec(serviceName: String, template: PodTemplateSpec, selector: LabelSelector, minReadySeconds: Option[Int] = None, replicas: Option[Int] = None, revisionHistoryLimit: Option[Int] = None, podManagementPolicy: Option[String] = None, volumeClaimTemplates: Option[Seq[PersistentVolumeClaim]] = None, persistentVolumeClaimRetentionPolicy: Option[StatefulSetPersistentVolumeClaimRetentionPolicy] = None, ordinals: Option[StatefulSetOrdinals] = None, updateStrategy: Option[StatefulSetUpdateStrategy] = None) extends Product with Serializable

    A StatefulSetSpec is the specification of a StatefulSet.

  56. final case class StatefulSetSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetSpec] with Product with Serializable

    Pointer for StatefulSetSpec

  57. final case class StatefulSetStatus(replicas: Int, conditions: Option[Seq[StatefulSetCondition]] = None, collisionCount: Option[Int] = None, availableReplicas: Option[Int] = None, observedGeneration: Option[Int] = None, currentRevision: Option[String] = None, currentReplicas: Option[Int] = None, updateRevision: Option[String] = None, updatedReplicas: Option[Int] = None, readyReplicas: Option[Int] = None) extends Product with Serializable

    StatefulSetStatus represents the current state of a StatefulSet.

  58. final case class StatefulSetStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetStatus] with Product with Serializable

    Pointer for StatefulSetStatus

  59. final case class StatefulSetUpdateStrategy(rollingUpdate: Option[RollingUpdateStatefulSetStrategy] = None, type: Option[String] = None) 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.

  60. final case class StatefulSetUpdateStrategyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatefulSetUpdateStrategy] with Product with Serializable

    Pointer for StatefulSetUpdateStrategy

Value Members

  1. object ControllerRevision extends Serializable
  2. object ControllerRevisionList extends Serializable
  3. object DaemonSet extends Serializable
  4. object DaemonSetCondition extends Serializable
  5. object DaemonSetList extends Serializable
  6. object DaemonSetSpec extends Serializable
  7. object DaemonSetStatus extends Serializable
  8. object DaemonSetUpdateStrategy extends Serializable
  9. object Deployment extends Serializable
  10. object DeploymentCondition extends Serializable
  11. object DeploymentList extends Serializable
  12. object DeploymentSpec extends Serializable
  13. object DeploymentStatus extends Serializable
  14. object DeploymentStrategy extends Serializable
  15. object ReplicaSet extends Serializable
  16. object ReplicaSetCondition extends Serializable
  17. object ReplicaSetList extends Serializable
  18. object ReplicaSetSpec extends Serializable
  19. object ReplicaSetStatus extends Serializable
  20. object RollingUpdateDaemonSet extends Serializable
  21. object RollingUpdateDeployment extends Serializable
  22. object RollingUpdateStatefulSetStrategy extends Serializable
  23. object StatefulSet extends Serializable
  24. object StatefulSetCondition extends Serializable
  25. object StatefulSetList extends Serializable
  26. object StatefulSetOrdinals extends Serializable
  27. object StatefulSetPersistentVolumeClaimRetentionPolicy extends Serializable
  28. object StatefulSetSpec extends Serializable
  29. object StatefulSetStatus extends Serializable
  30. object StatefulSetUpdateStrategy extends Serializable

Ungrouped