@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class ExtensionsV1beta1IngressTLS extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HOSTS |
static String |
SERIALIZED_NAME_SECRET_NAME |
Constructor and Description |
---|
ExtensionsV1beta1IngressTLS() |
Modifier and Type | Method and Description |
---|---|
ExtensionsV1beta1IngressTLS |
addHostsItem(String hostsItem) |
boolean |
equals(Object o) |
List<String> |
getHosts()
Hosts are a list of hosts included in the TLS certificate.
|
String |
getSecretName()
SecretName is the name of the secret used to terminate SSL traffic on 443.
|
int |
hashCode() |
ExtensionsV1beta1IngressTLS |
hosts(List<String> hosts) |
ExtensionsV1beta1IngressTLS |
secretName(String secretName) |
void |
setHosts(List<String> hosts) |
void |
setSecretName(String secretName) |
String |
toString() |
public static final String SERIALIZED_NAME_HOSTS
public static final String SERIALIZED_NAME_SECRET_NAME
public ExtensionsV1beta1IngressTLS hosts(List<String> hosts)
public ExtensionsV1beta1IngressTLS addHostsItem(String hostsItem)
@Nullable public List<String> getHosts()
public ExtensionsV1beta1IngressTLS secretName(String secretName)
@Nullable public String getSecretName()
public void setSecretName(String secretName)
Copyright © 2020. All rights reserved.