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

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

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

import dev.hnaderi.k8s.client._

/** Pointer for RollingUpdateStatefulSetStrategy */
final case class RollingUpdateStatefulSetStrategyPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy] {
  def maxUnavailable : Pointer.Plain[io.k8s.apimachinery.pkg.util.intstr.IntOrString] = Pointer.Plain(currentPath / s"maxUnavailable")
  def partition : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"partition")
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy