public class HelmRepoFluentImpl<A extends HelmRepoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HelmRepoFluent<A>
| Constructor and Description |
|---|
HelmRepoFluentImpl() |
HelmRepoFluentImpl(HelmRepo instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToUrls(Collection<String> items) |
A |
addToUrls(Integer index,
String item) |
A |
addToUrls(String... items) |
boolean |
equals(Object o) |
String |
getFirstUrl() |
String |
getLastUrl() |
String |
getMatchingUrl(Predicate<String> predicate) |
String |
getUrl(Integer index) |
List<String> |
getUrls() |
int |
hashCode() |
Boolean |
hasMatchingUrl(Predicate<String> predicate) |
Boolean |
hasUrls() |
A |
removeAllFromUrls(Collection<String> items) |
A |
removeFromUrls(String... items) |
A |
setToUrls(Integer index,
String item) |
String |
toString() |
A |
withUrls(List<String> urls) |
A |
withUrls(String... urls) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HelmRepoFluentImpl()
public HelmRepoFluentImpl(HelmRepo instance)
public A addToUrls(Integer index, String item)
addToUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A setToUrls(Integer index, String item)
setToUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A addToUrls(String... items)
addToUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A addAllToUrls(Collection<String> items)
addAllToUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A removeFromUrls(String... items)
removeFromUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A removeAllFromUrls(Collection<String> items)
removeAllFromUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public List<String> getUrls()
getUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public String getUrl(Integer index)
getUrl in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public String getFirstUrl()
getFirstUrl in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public String getLastUrl()
getLastUrl in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public String getMatchingUrl(Predicate<String> predicate)
getMatchingUrl in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public Boolean hasMatchingUrl(Predicate<String> predicate)
hasMatchingUrl in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A withUrls(List<String> urls)
withUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public A withUrls(String... urls)
withUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public Boolean hasUrls()
hasUrls in interface HelmRepoFluent<A extends HelmRepoFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmRepoFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmRepoFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.