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