final case class HorizontalPodAutoscalerStatus(desiredReplicas: Int, currentReplicas: Int, lastScaleTime: Option[Time] = None, observedGeneration: Option[Int] = None, currentCPUUtilizationPercentage: Option[Int] = None) extends Product with Serializable
current status of a horizontal pod autoscaler
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HorizontalPodAutoscalerStatus
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val currentCPUUtilizationPercentage: Option[Int]
- val currentReplicas: Int
- val desiredReplicas: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastScaleTime: Option[Time]
-
def
mapCurrentCPUUtilizationPercentage(f: (Int) ⇒ Int): HorizontalPodAutoscalerStatus
if currentCPUUtilizationPercentage has a value, transforms to the result of function
-
def
mapCurrentReplicas(f: (Int) ⇒ Int): HorizontalPodAutoscalerStatus
transforms currentReplicas to result of function
-
def
mapDesiredReplicas(f: (Int) ⇒ Int): HorizontalPodAutoscalerStatus
transforms desiredReplicas to result of function
-
def
mapLastScaleTime(f: (Time) ⇒ Time): HorizontalPodAutoscalerStatus
if lastScaleTime has a value, transforms to the result of function
-
def
mapObservedGeneration(f: (Int) ⇒ Int): HorizontalPodAutoscalerStatus
if observedGeneration has a value, transforms to the result of function
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val observedGeneration: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withCurrentCPUUtilizationPercentage(value: Int): HorizontalPodAutoscalerStatus
Returns a new data with currentCPUUtilizationPercentage set to new value
-
def
withCurrentReplicas(value: Int): HorizontalPodAutoscalerStatus
Returns a new data with currentReplicas set to new value
-
def
withDesiredReplicas(value: Int): HorizontalPodAutoscalerStatus
Returns a new data with desiredReplicas set to new value
-
def
withLastScaleTime(value: Time): HorizontalPodAutoscalerStatus
Returns a new data with lastScaleTime set to new value
-
def
withObservedGeneration(value: Int): HorizontalPodAutoscalerStatus
Returns a new data with observedGeneration set to new value