IngressClassParametersReference

io.k8s.api.networking.v1.IngressClassParametersReference
See theIngressClassParametersReference companion object
final case class IngressClassParametersReference(name: String, kind: String, scope: Option[String], apiGroup: Option[String], namespace: Option[String])

IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.

Attributes

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

Members list

Value members

Concrete methods

def mapApiGroup(f: String => String): IngressClassParametersReference

if apiGroup has a value, transforms to the result of function

if apiGroup has a value, transforms to the result of function

Attributes

Source
IngressClassParametersReference.scala
def mapKind(f: String => String): IngressClassParametersReference

transforms kind to result of function

transforms kind to result of function

Attributes

Source
IngressClassParametersReference.scala
def mapName(f: String => String): IngressClassParametersReference

transforms name to result of function

transforms name to result of function

Attributes

Source
IngressClassParametersReference.scala
def mapNamespace(f: String => String): IngressClassParametersReference

if namespace has a value, transforms to the result of function

if namespace has a value, transforms to the result of function

Attributes

Source
IngressClassParametersReference.scala
def mapScope(f: String => String): IngressClassParametersReference

if scope has a value, transforms to the result of function

if scope has a value, transforms to the result of function

Attributes

Source
IngressClassParametersReference.scala

Returns a new data with apiGroup set to new value

Returns a new data with apiGroup set to new value

Attributes

Source
IngressClassParametersReference.scala

Returns a new data with kind set to new value

Returns a new data with kind set to new value

Attributes

Source
IngressClassParametersReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source
IngressClassParametersReference.scala

Returns a new data with namespace set to new value

Returns a new data with namespace set to new value

Attributes

Source
IngressClassParametersReference.scala

Returns a new data with scope set to new value

Returns a new data with scope set to new value

Attributes

Source
IngressClassParametersReference.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product