Packages

package v1alpha1

Type Members

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

    Pointer for IPAddressList

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

    Pointer for IPAddress

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

    Pointer for IPAddressSpec

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

    Pointer for ParentReference

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

    Pointer for ServiceCIDRList

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

    Pointer for ServiceCIDR

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

    Pointer for ServiceCIDRSpec

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

    Pointer for ServiceCIDRStatus

Ungrouped