PodSchedulingGate

io.k8s.api.core.v1.PodSchedulingGate
See thePodSchedulingGate companion object
final case class PodSchedulingGate(name: String)

PodSchedulingGate is associated to a Pod to guard its scheduling.

Attributes

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

Members list

Value members

Concrete methods

def mapName(f: String => String): PodSchedulingGate

transforms name to result of function

transforms name to result of function

Attributes

Source
PodSchedulingGate.scala
def withName(value: String): PodSchedulingGate

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
PodSchedulingGate.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product