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