IngressTLS

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

IngressTLS describes the transport layer security associated with an Ingress.

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

Value members

Concrete methods

def addHosts(newValues: String*): IngressTLS

Inherited methods

Inherited from:
Product