Class IngressTLS
java.lang.Object
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLS
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") 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
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()List<String>getHosts()StringgetSecretName()voidsetAdditionalProperty(String name, Object value)voidsetHosts(List<String> hosts)voidsetSecretName(String secretName)
-
Constructor Details
-
IngressTLS
public IngressTLS()No args constructor for use in serialization -
IngressTLS
- Parameters:
secretName-hosts-
-
-
Method Details
-
getHosts
- Returns:
- The hosts
-
setHosts
- Parameters:
hosts- The hosts
-
getSecretName
- Returns:
- The secretName
-
setSecretName
- Parameters:
secretName- The secretName
-
getAdditionalProperties
-
setAdditionalProperty
-