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