Packages

package v1

Type Members

  1. final case class APIServiceConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceCondition] with Product with Serializable
  2. final case class APIServiceListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceList] with Product with Serializable
  3. final case class APIServicePointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIService] with Product with Serializable
  4. final case class APIServiceSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceSpec] with Product with Serializable
  5. final case class APIServiceStatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIServiceStatus] with Product with Serializable
  6. final case class ServiceReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServiceReference] with Product with Serializable

Ungrouped