CustomResourceSubresourceScale

final case class CustomResourceSubresourceScale(specReplicasPath: String, statusReplicasPath: String, labelSelectorPath: Option[String])

CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

Companion:
object
Source:
CustomResourceSubresourceScale.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if labelSelectorPath has a value, transforms to the result of function

if labelSelectorPath has a value, transforms to the result of function

Source:
CustomResourceSubresourceScale.scala

transforms specReplicasPath to result of function

transforms specReplicasPath to result of function

Source:
CustomResourceSubresourceScale.scala

transforms statusReplicasPath to result of function

transforms statusReplicasPath to result of function

Source:
CustomResourceSubresourceScale.scala

Returns a new data with labelSelectorPath set to new value

Returns a new data with labelSelectorPath set to new value

Source:
CustomResourceSubresourceScale.scala

Returns a new data with specReplicasPath set to new value

Returns a new data with specReplicasPath set to new value

Source:
CustomResourceSubresourceScale.scala

Returns a new data with statusReplicasPath set to new value

Returns a new data with statusReplicasPath set to new value

Source:
CustomResourceSubresourceScale.scala

Inherited methods

Inherited from:
Product