ContainerResizePolicy

io.k8s.api.core.v1.ContainerResizePolicy
See theContainerResizePolicy companion object
final case class ContainerResizePolicy(resourceName: String, restartPolicy: String)

ContainerResizePolicy represents resource resize policy for the container.

Attributes

Companion:
object
Source:
ContainerResizePolicy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms resourceName to result of function

transforms resourceName to result of function

Attributes

Source:
ContainerResizePolicy.scala

transforms restartPolicy to result of function

transforms restartPolicy to result of function

Attributes

Source:
ContainerResizePolicy.scala

Returns a new data with resourceName set to new value

Returns a new data with resourceName set to new value

Attributes

Source:
ContainerResizePolicy.scala

Returns a new data with restartPolicy set to new value

Returns a new data with restartPolicy set to new value

Attributes

Source:
ContainerResizePolicy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product