IngressTLSPointer

io.k8s.api.networking.v1.IngressTLSPointer
final case class IngressTLSPointer(currentPath: PointerPath) extends Pointer[IngressTLS]

Pointer for IngressTLS

Attributes

Source
IngressTLSPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def hosts: ListPointer[String]

Attributes

Source
IngressTLSPointer.scala
def secretName: Plain[String]

Attributes

Source
IngressTLSPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product