pointers.io.k8s.api.certificates.v1alpha1.ClusterTrustBundlePointer.scala Maven / Gradle / Ivy
The newest version!
package io.k8s.api.certificates.v1alpha1
import dev.hnaderi.k8s.client._
/** Pointer for ClusterTrustBundle */
final case class ClusterTrustBundlePointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.certificates.v1alpha1.ClusterTrustBundle] {
def spec : io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpecPointer = io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpecPointer(currentPath / s"spec")
def metadata : io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer = io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaPointer(currentPath / s"metadata")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy