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

pointers.io.k8s.api.apps.v1.StatefulSetUpdateStrategyPointer.scala Maven / Gradle / Ivy

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

import dev.hnaderi.k8s.client._

/** Pointer for StatefulSetUpdateStrategy */
final case class StatefulSetUpdateStrategyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.apps.v1.StatefulSetUpdateStrategy] {
  def rollingUpdate :  io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategyPointer = io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategyPointer(currentPath / s"rollingUpdate")
  def `type` : Pointer.Plain[String] = Pointer.Plain(currentPath / s"type")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy