Class IngressTLS
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.networking.v1.IngressTLS
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource
,Serializable
public class IngressTLS extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngressTLS()
No args constructor for use in serializationIngressTLS(List<String> hosts, String secretName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-