public interface GatewayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsSelector(java.lang.String key)
REQUIRED: One or more labels that indicate a specific set of pods/VMs
on which this gateway configuration should be applied.
|
java.util.Map<java.lang.String,java.lang.String> |
getSelector()
已过时。
|
int |
getSelectorCount()
REQUIRED: One or more labels that indicate a specific set of pods/VMs
on which this gateway configuration should be applied.
|
java.util.Map<java.lang.String,java.lang.String> |
getSelectorMap()
REQUIRED: One or more labels that indicate a specific set of pods/VMs
on which this gateway configuration should be applied.
|
java.lang.String |
getSelectorOrDefault(java.lang.String key,
java.lang.String defaultValue)
REQUIRED: One or more labels that indicate a specific set of pods/VMs
on which this gateway configuration should be applied.
|
java.lang.String |
getSelectorOrThrow(java.lang.String key)
REQUIRED: One or more labels that indicate a specific set of pods/VMs
on which this gateway configuration should be applied.
|
Server |
getServers(int index)
REQUIRED: A list of server specifications.
|
int |
getServersCount()
REQUIRED: A list of server specifications.
|
java.util.List<Server> |
getServersList()
REQUIRED: A list of server specifications.
|
ServerOrBuilder |
getServersOrBuilder(int index)
REQUIRED: A list of server specifications.
|
java.util.List<? extends ServerOrBuilder> |
getServersOrBuilderList()
REQUIRED: A list of server specifications.
|
java.util.List<Server> getServersList()
REQUIRED: A list of server specifications.
repeated .istio.networking.v1alpha3.Server servers = 1;Server getServers(int index)
REQUIRED: A list of server specifications.
repeated .istio.networking.v1alpha3.Server servers = 1;int getServersCount()
REQUIRED: A list of server specifications.
repeated .istio.networking.v1alpha3.Server servers = 1;java.util.List<? extends ServerOrBuilder> getServersOrBuilderList()
REQUIRED: A list of server specifications.
repeated .istio.networking.v1alpha3.Server servers = 1;ServerOrBuilder getServersOrBuilder(int index)
REQUIRED: A list of server specifications.
repeated .istio.networking.v1alpha3.Server servers = 1;int getSelectorCount()
REQUIRED: One or more labels that indicate a specific set of pods/VMs on which this gateway configuration should be applied. The scope of label search is restricted to the configuration namespace in which the the resource is present. In other words, the Gateway resource must reside in the same namespace as the gateway workload instance.
map<string, string> selector = 2;boolean containsSelector(java.lang.String key)
REQUIRED: One or more labels that indicate a specific set of pods/VMs on which this gateway configuration should be applied. The scope of label search is restricted to the configuration namespace in which the the resource is present. In other words, the Gateway resource must reside in the same namespace as the gateway workload instance.
map<string, string> selector = 2;@Deprecated java.util.Map<java.lang.String,java.lang.String> getSelector()
getSelectorMap() instead.java.util.Map<java.lang.String,java.lang.String> getSelectorMap()
REQUIRED: One or more labels that indicate a specific set of pods/VMs on which this gateway configuration should be applied. The scope of label search is restricted to the configuration namespace in which the the resource is present. In other words, the Gateway resource must reside in the same namespace as the gateway workload instance.
map<string, string> selector = 2;java.lang.String getSelectorOrDefault(java.lang.String key,
java.lang.String defaultValue)
REQUIRED: One or more labels that indicate a specific set of pods/VMs on which this gateway configuration should be applied. The scope of label search is restricted to the configuration namespace in which the the resource is present. In other words, the Gateway resource must reside in the same namespace as the gateway workload instance.
map<string, string> selector = 2;java.lang.String getSelectorOrThrow(java.lang.String key)
REQUIRED: One or more labels that indicate a specific set of pods/VMs on which this gateway configuration should be applied. The scope of label search is restricted to the configuration namespace in which the the resource is present. In other words, the Gateway resource must reside in the same namespace as the gateway workload instance.
map<string, string> selector = 2;Copyright © 2018–2020 Alibaba Group. All rights reserved.