package v1
Type Members
- final case class LeaseListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[LeaseList] with Product with Serializable
- final case class LeasePointer(currentPath: PointerPath = PointerPath()) extends Pointer[Lease] with Product with Serializable
- final case class LeaseSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[LeaseSpec] with Product with Serializable