Packages

package v1

Type Members

  1. final case class CrossVersionObjectReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[CrossVersionObjectReference] with Product with Serializable

    Pointer for CrossVersionObjectReference

  2. final case class HorizontalPodAutoscalerListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[HorizontalPodAutoscalerList] with Product with Serializable

    Pointer for HorizontalPodAutoscalerList

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

    Pointer for HorizontalPodAutoscaler

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

    Pointer for HorizontalPodAutoscalerSpec

  5. final case class HorizontalPodAutoscalerStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[HorizontalPodAutoscalerStatus] with Product with Serializable

    Pointer for HorizontalPodAutoscalerStatus

  6. final case class ScalePointer(currentPath: PointerPath = PointerPath()) extends Pointer[Scale] with Product with Serializable

    Pointer for Scale

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

    Pointer for ScaleSpec

  8. final case class ScaleStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ScaleStatus] with Product with Serializable

    Pointer for ScaleStatus

Ungrouped