public class IstioVirtualServiceModel extends KubernetesModel
annotations, labels, name, namespace
Constructor and Description |
---|
IstioVirtualServiceModel() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGateways() |
List<String> |
getHosts() |
List<IstioHttpRoute> |
getHttp() |
List<Object> |
getTcp() |
List<Object> |
getTls() |
void |
setGateways(List<String> gateways) |
void |
setHosts(List<String> hosts) |
void |
setHttp(List<IstioHttpRoute> http) |
void |
setTcp(List<Object> tcp) |
void |
setTls(List<Object> tls) |
getAnnotations, getLabels, getName, getNamespace, getVersion, setAnnotations, setLabels, setName, setNamespace, setVersion
public List<IstioHttpRoute> getHttp()
public void setHttp(List<IstioHttpRoute> http)
Copyright © 2019 WSO2. All rights reserved.