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

pointers.io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpecPointer.scala Maven / Gradle / Ivy

The newest version!
package io.k8s.api.certificates.v1alpha1

import dev.hnaderi.k8s.client._

/** Pointer for ClusterTrustBundleSpec */
final case class ClusterTrustBundleSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec] {
  def trustBundle : Pointer.Plain[String] = Pointer.Plain(currentPath / s"trustBundle")
  def signerName : Pointer.Plain[String] = Pointer.Plain(currentPath / s"signerName")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy