GroupSubject

io.k8s.api.flowcontrol.v1.GroupSubject
See theGroupSubject companion object
final case class GroupSubject(name: String)

GroupSubject holds detailed information for group-kind subject.

Attributes

Companion
object
Source
GroupSubject.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): GroupSubject

transforms name to result of function

transforms name to result of function

Attributes

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

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
GroupSubject.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product