Packages

package v1

Type Members

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

    Pointer for LeaseList

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

    Pointer for Lease

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

    Pointer for LeaseSpec

Ungrouped