All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pointers.io.k8s.api.networking.v1.IngressBackendPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.networking.v1

import dev.hnaderi.k8s.client._

/** Pointer for IngressBackend */
final case class IngressBackendPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.networking.v1.IngressBackend] {
  def resource :  io.k8s.api.core.v1.TypedLocalObjectReferencePointer = io.k8s.api.core.v1.TypedLocalObjectReferencePointer(currentPath / s"resource")
  def service :  io.k8s.api.networking.v1.IngressServiceBackendPointer = io.k8s.api.networking.v1.IngressServiceBackendPointer(currentPath / s"service")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy