menu
kubernetes package
documentation
networking_v1.dart
IngressTLS
IngressTLS const constructor
IngressTLS const constructor
dark_mode
light_mode
IngressTLS
constructor
const
IngressTLS
(
{
List
<
String
>
?
hosts
,
String
?
secretName
,
})
Default constructor.
Implementation
const IngressTLS({ this.hosts, this.secretName, });
kubernetes package
documentation
networking_v1
IngressTLS
IngressTLS const constructor
IngressTLS class