c
io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1
CustomResourceSubresourceScale
Companion object CustomResourceSubresourceScale
final case class CustomResourceSubresourceScale(specReplicasPath: String, statusReplicasPath: String, labelSelectorPath: Option[String] = None) extends Product with Serializable
CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomResourceSubresourceScale
- 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()
-
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 labelSelectorPath: Option[String]
-
def
mapLabelSelectorPath(f: (String) ⇒ String): CustomResourceSubresourceScale
if labelSelectorPath has a value, transforms to the result of function
-
def
mapSpecReplicasPath(f: (String) ⇒ String): CustomResourceSubresourceScale
transforms specReplicasPath to result of function
-
def
mapStatusReplicasPath(f: (String) ⇒ String): CustomResourceSubresourceScale
transforms statusReplicasPath to 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 specReplicasPath: String
- val statusReplicasPath: String
-
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
withLabelSelectorPath(value: String): CustomResourceSubresourceScale
Returns a new data with labelSelectorPath set to new value
-
def
withSpecReplicasPath(value: String): CustomResourceSubresourceScale
Returns a new data with specReplicasPath set to new value
-
def
withStatusReplicasPath(value: String): CustomResourceSubresourceScale
Returns a new data with statusReplicasPath set to new value