public class SecureKubernetesIngress extends Object
| Constructor and Description |
|---|
SecureKubernetesIngress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotations() |
String |
getHostname() |
String |
getIngressClass() |
String |
getKeyStorePassword() |
String |
getKeyStorePath() |
String |
getLabels() |
String |
getName() |
String |
getPath() |
String |
getTargetPath() |
boolean |
isEnable() |
boolean |
isEnableTLS() |
void |
setAnnotations(String annotations) |
void |
setEnable(boolean enable) |
void |
setEnableTLS(boolean enableTLS) |
void |
setHostname(String hostname) |
void |
setIngressClass(String ingressClass) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setKeyStorePath(String keyStorePath) |
void |
setLabels(String labels) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setTargetPath(String targetPath) |
public String getName()
public void setName(String name)
public String getLabels()
public void setLabels(String labels)
public String getHostname()
public void setHostname(String hostname)
public String getAnnotations()
public void setAnnotations(String annotations)
public String getPath()
public void setPath(String path)
public String getTargetPath()
public void setTargetPath(String targetPath)
public String getIngressClass()
public void setIngressClass(String ingressClass)
public boolean isEnableTLS()
public void setEnableTLS(boolean enableTLS)
public boolean isEnable()
public void setEnable(boolean enable)
public String getKeyStorePath()
public void setKeyStorePath(String keyStorePath)
public String getKeyStorePassword()
public void setKeyStorePassword(String keyStorePassword)
Copyright © 2019 WSO2. All rights reserved.