pointers.io.k8s.api.networking.v1beta1.IPAddressSpecPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.networking.v1beta1
import dev.hnaderi.k8s.client._
/** Pointer for IPAddressSpec */
final case class IPAddressSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.networking.v1beta1.IPAddressSpec] {
def parentRef : io.k8s.api.networking.v1beta1.ParentReferencePointer = io.k8s.api.networking.v1beta1.ParentReferencePointer(currentPath / s"parentRef")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy