pointers.io.k8s.api.networking.v1.IPBlockPointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.networking.v1
import dev.hnaderi.k8s.client._
/** Pointer for IPBlock */
final case class IPBlockPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.networking.v1.IPBlock] {
def cidr : Pointer.Plain[String] = Pointer.Plain(currentPath / s"cidr")
def except : ListPointer[String] = ListPointer(currentPath / s"except")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy