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