CronJobSpecPointer

io.k8s.api.batch.v1.CronJobSpecPointer
final case class CronJobSpecPointer(currentPath: PointerPath) extends Pointer[CronJobSpec]

Pointer for CronJobSpec

Attributes

Source
CronJobSpecPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def concurrencyPolicy: Plain[String]

Attributes

Source
CronJobSpecPointer.scala
def schedule: Plain[String]

Attributes

Source
CronJobSpecPointer.scala
def suspend: Plain[Boolean]

Attributes

Source
CronJobSpecPointer.scala
def timeZone: Plain[String]

Attributes

Source
CronJobSpecPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product