All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToExternalServerURLs(Collection<ServerURL> items) |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
addNewExternalServerURL() |
A |
addNewExternalServerURL(String caBundle,
String url) |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
addNewExternalServerURLLike(ServerURL item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToExternalServerURLs(int index,
ServerURL item) |
A |
addToExternalServerURLs(ServerURL... items) |
ServerURL |
buildExternalServerURL(int index) |
List<ServerURL> |
buildExternalServerURLs() |
ServerURL |
buildFirstExternalServerURL() |
ServerURL |
buildLastExternalServerURL() |
ServerURL |
buildMatchingExternalServerURL(Predicate<ServerURLBuilder> predicate) |
NodePlacement |
buildNodePlacement() |
protected void |
copyInstance(KlusterletSpec instance) |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
editExternalServerURL(int index) |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
editFirstExternalServerURL() |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
editLastExternalServerURL() |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
editMatchingExternalServerURL(Predicate<ServerURLBuilder> predicate) |
KlusterletSpecFluent.NodePlacementNested<A> |
editNodePlacement() |
KlusterletSpecFluent.NodePlacementNested<A> |
editOrNewNodePlacement() |
KlusterletSpecFluent.NodePlacementNested<A> |
editOrNewNodePlacementLike(NodePlacement item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getClusterName() |
String |
getNamespace() |
String |
getRegistrationImagePullSpec() |
String |
getWorkImagePullSpec() |
boolean |
hasAdditionalProperties() |
boolean |
hasClusterName() |
boolean |
hasExternalServerURLs() |
int |
hashCode() |
boolean |
hasMatchingExternalServerURL(Predicate<ServerURLBuilder> predicate) |
boolean |
hasNamespace() |
boolean |
hasNodePlacement() |
boolean |
hasRegistrationImagePullSpec() |
boolean |
hasWorkImagePullSpec() |
A |
removeAllFromExternalServerURLs(Collection<ServerURL> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromExternalServerURLs(ServerURL... items) |
A |
removeMatchingFromExternalServerURLs(Predicate<ServerURLBuilder> predicate) |
KlusterletSpecFluent.ExternalServerURLsNested<A> |
setNewExternalServerURLLike(int index,
ServerURL item) |
A |
setToExternalServerURLs(int index,
ServerURL item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withClusterName(String clusterName) |
A |
withExternalServerURLs(List<ServerURL> externalServerURLs) |
A |
withExternalServerURLs(ServerURL... externalServerURLs) |
A |
withNamespace(String namespace) |
KlusterletSpecFluent.NodePlacementNested<A> |
withNewNodePlacement() |
KlusterletSpecFluent.NodePlacementNested<A> |
withNewNodePlacementLike(NodePlacement item) |
A |
withNodePlacement(NodePlacement nodePlacement) |
A |
withRegistrationImagePullSpec(String registrationImagePullSpec) |
A |
withWorkImagePullSpec(String workImagePullSpec) |