All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.networking.v1beta1.IPAddressPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.networking.v1beta1

import dev.hnaderi.k8s.client._

/** Pointer for IPAddress */
final case class IPAddressPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.networking.v1beta1.IPAddress] {
  def metadata :  io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer = io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer(currentPath / s"metadata")
  def spec :  io.k8s.api.networking.v1beta1.IPAddressSpecPointer = io.k8s.api.networking.v1beta1.IPAddressSpecPointer(currentPath / s"spec")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy