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