IngressTLS

final case class IngressTLS(hosts: Option[Seq[String]], secretName: Option[String])

IngressTLS describes the transport layer security associated with an Ingress.

Companion:
object
Source:
IngressTLS.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addHosts(newValues: String*): IngressTLS

Appends new values to hosts

Appends new values to hosts

Source:
IngressTLS.scala

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

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

Source:
IngressTLS.scala

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

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

Source:
IngressTLS.scala

Returns a new data with hosts set to new value

Returns a new data with hosts set to new value

Source:
IngressTLS.scala

Returns a new data with secretName set to new value

Returns a new data with secretName set to new value

Source:
IngressTLS.scala

Inherited methods

Inherited from:
Product