IngressClassSpec

final case class IngressClassSpec(controller: Option[String], parameters: Option[IngressClassParametersReference])

IngressClassSpec provides information about the class of an Ingress.

Source:
IngressClassSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

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

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

Source:
IngressClassSpec.scala

Returns a new data with controller set to new value

Returns a new data with controller set to new value

Source:
IngressClassSpec.scala

Returns a new data with parameters set to new value

Returns a new data with parameters set to new value

Source:
IngressClassSpec.scala

Inherited methods

Inherited from:
Product