public interface WorkloadEntrySpecFluent<A extends WorkloadEntrySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToLabels(Map<String,String> map) |
A |
addToLabels(String key,
String value) |
A |
addToPorts(Map<String,Long> map) |
A |
addToPorts(String key,
Long value) |
String |
getAddress() |
Map<String,String> |
getLabels() |
String |
getLocality() |
String |
getNetwork() |
Map<String,Long> |
getPorts() |
String |
getServiceAccount() |
Integer |
getWeight() |
Boolean |
hasAddress() |
Boolean |
hasLabels() |
Boolean |
hasLocality() |
Boolean |
hasNetwork() |
Boolean |
hasPorts() |
Boolean |
hasServiceAccount() |
Boolean |
hasWeight() |
A |
removeFromLabels(Map<String,String> map) |
A |
removeFromLabels(String key) |
A |
removeFromPorts(Map<String,Long> map) |
A |
removeFromPorts(String key) |
A |
withAddress(String address) |
<K,V> A |
withLabels(Map<String,String> labels) |
A |
withLocality(String locality) |
A |
withNetwork(String network) |
<K,V> A |
withPorts(Map<String,Long> ports) |
A |
withServiceAccount(String serviceAccount) |
A |
withWeight(Integer weight) |
String getAddress()
Boolean hasAddress()
Boolean hasLabels()
String getLocality()
Boolean hasLocality()
String getNetwork()
Boolean hasNetwork()
Boolean hasPorts()
String getServiceAccount()
Boolean hasServiceAccount()
Integer getWeight()
Boolean hasWeight()
Copyright © 2015–2022 Red Hat. All rights reserved.