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

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

There is a newer version: 0.20.2
Show newest version
package io.k8s.api.apps.v1

import dev.hnaderi.k8s.client._

/** Pointer for ReplicaSetSpec */
final case class ReplicaSetSpecPointer(currentPath: PointerPath = PointerPath()) extends Pointer[io.k8s.api.apps.v1.ReplicaSetSpec] {
  def selector :  io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorPointer = io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorPointer(currentPath / s"selector")
  def minReadySeconds : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"minReadySeconds")
  def replicas : Pointer.Plain[Int] = Pointer.Plain(currentPath / s"replicas")
  def template :  io.k8s.api.core.v1.PodTemplateSpecPointer = io.k8s.api.core.v1.PodTemplateSpecPointer(currentPath / s"template")
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy