@Generated(value="org.jsonschema2pojo") public class IngressTLS extends Object implements KubernetesResource
Constructor and Description |
---|
IngressTLS()
No args constructor for use in serialization
|
IngressTLS(List<String> hosts,
String secretName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getHosts() |
String |
getSecretName() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHosts(List<String> hosts) |
void |
setSecretName(String secretName) |
Copyright © 2015–2019 Red Hat. All rights reserved.