IngressClassSpec

io.k8s.api.networking.v1.IngressClassSpec
See theIngressClassSpec companion object
final case class IngressClassSpec(controller: Option[String], parameters: Option[IngressClassParametersReference])

IngressClassSpec provides information about the class of an Ingress.

Attributes

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

Members list

Value members

Concrete methods

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

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

Attributes

Source
IngressClassSpec.scala

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

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

Attributes

Source
IngressClassSpec.scala

Returns a new data with controller set to new value

Returns a new data with controller set to new value

Attributes

Source
IngressClassSpec.scala

Returns a new data with parameters set to new value

Returns a new data with parameters set to new value

Attributes

Source
IngressClassSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product