Packages

package v1

Type Members

  1. final case class APIGroupListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIGroupList] with Product with Serializable
  2. final case class APIGroupPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIGroup] with Product with Serializable
  3. final case class APIResourceListPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIResourceList] with Product with Serializable
  4. final case class APIResourcePointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIResource] with Product with Serializable
  5. final case class APIVersionsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[APIVersions] with Product with Serializable
  6. final case class ConditionPointer(currentPath: PointerPath = PointerPath()) extends Pointer[Condition] with Product with Serializable
  7. final case class DeleteOptionsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[DeleteOptions] with Product with Serializable
  8. final case class GroupVersionForDiscoveryPointer(currentPath: PointerPath = PointerPath()) extends Pointer[GroupVersionForDiscovery] with Product with Serializable
  9. final case class LabelSelectorPointer(currentPath: PointerPath = PointerPath()) extends Pointer[LabelSelector] with Product with Serializable
  10. final case class LabelSelectorRequirementPointer(currentPath: PointerPath = PointerPath()) extends Pointer[LabelSelectorRequirement] with Product with Serializable
  11. final case class ListMetaPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ListMeta] with Product with Serializable
  12. final case class ManagedFieldsEntryPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ManagedFieldsEntry] with Product with Serializable
  13. final case class ObjectMetaPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ObjectMeta] with Product with Serializable
  14. final case class OwnerReferencePointer(currentPath: PointerPath = PointerPath()) extends Pointer[OwnerReference] with Product with Serializable
  15. final case class PreconditionsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[Preconditions] with Product with Serializable
  16. final case class ServerAddressByClientCIDRPointer(currentPath: PointerPath = PointerPath()) extends Pointer[ServerAddressByClientCIDR] with Product with Serializable
  17. final case class StatusCausePointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatusCause] with Product with Serializable
  18. final case class StatusDetailsPointer(currentPath: PointerPath = PointerPath()) extends Pointer[StatusDetails] with Product with Serializable
  19. final case class StatusPointer(currentPath: PointerPath = PointerPath()) extends Pointer[Status] with Product with Serializable
  20. final case class WatchEventPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent] with Product with Serializable

Ungrouped