CustomResourceSubresourceScale

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale
See theCustomResourceSubresourceScale companion object
final case class CustomResourceSubresourceScale(specReplicasPath: String, statusReplicasPath: String, labelSelectorPath: Option[String])

CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

Attributes

Companion
object
Source
CustomResourceSubresourceScale.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

Source
CustomResourceSubresourceScale.scala

transforms specReplicasPath to result of function

transforms specReplicasPath to result of function

Attributes

Source
CustomResourceSubresourceScale.scala

transforms statusReplicasPath to result of function

transforms statusReplicasPath to result of function

Attributes

Source
CustomResourceSubresourceScale.scala

Returns a new data with labelSelectorPath set to new value

Returns a new data with labelSelectorPath set to new value

Attributes

Source
CustomResourceSubresourceScale.scala

Returns a new data with specReplicasPath set to new value

Returns a new data with specReplicasPath set to new value

Attributes

Source
CustomResourceSubresourceScale.scala

Returns a new data with statusReplicasPath set to new value

Returns a new data with statusReplicasPath set to new value

Attributes

Source
CustomResourceSubresourceScale.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product