All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
A |
addAllToDnsNames(Collection<String> items) |
A |
addAllToDnsZones(Collection<String> items) |
A |
addToDnsNames(Integer index,
String item) |
A |
addToDnsNames(String... items) |
A |
addToDnsZones(Integer index,
String item) |
A |
addToDnsZones(String... items) |
A |
addToMatchLabels(Map<String,String> map) |
A |
addToMatchLabels(String key,
String value) |
String |
getDnsName(Integer index) |
List<String> |
getDnsNames() |
String |
getDnsZone(Integer index) |
List<String> |
getDnsZones() |
String |
getFirstDnsName() |
String |
getFirstDnsZone() |
String |
getLastDnsName() |
String |
getLastDnsZone() |
String |
getMatchingDnsName(Predicate<String> predicate) |
String |
getMatchingDnsZone(Predicate<String> predicate) |
Map<String,String> |
getMatchLabels() |
Boolean |
hasDnsNames() |
Boolean |
hasDnsZones() |
Boolean |
hasMatchingDnsName(Predicate<String> predicate) |
Boolean |
hasMatchingDnsZone(Predicate<String> predicate) |
Boolean |
hasMatchLabels() |
A |
removeAllFromDnsNames(Collection<String> items) |
A |
removeAllFromDnsZones(Collection<String> items) |
A |
removeFromDnsNames(String... items) |
A |
removeFromDnsZones(String... items) |
A |
removeFromMatchLabels(Map<String,String> map) |
A |
removeFromMatchLabels(String key) |
A |
setToDnsNames(Integer index,
String item) |
A |
setToDnsZones(Integer index,
String item) |
A |
withDnsNames(List<String> dnsNames) |
A |
withDnsNames(String... dnsNames) |
A |
withDnsZones(List<String> dnsZones) |
A |
withDnsZones(String... dnsZones) |
<K,V> A |
withMatchLabels(Map<String,String> matchLabels) |