FlowDistinguisherMethod

io.k8s.api.flowcontrol.v1.FlowDistinguisherMethod
See theFlowDistinguisherMethod companion object
final case class FlowDistinguisherMethod(`type`: String)

FlowDistinguisherMethod specifies the method of a flow distinguisher.

Attributes

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

Members list

Value members

Concrete methods

def mapType(f: String => String): FlowDistinguisherMethod

transforms type to result of function

transforms type to result of function

Attributes

Source
FlowDistinguisherMethod.scala
def withType(value: String): FlowDistinguisherMethod

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
FlowDistinguisherMethod.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product