public class OperatorHubSpecFluentImpl<A extends OperatorHubSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OperatorHubSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorHubSpecFluentImpl.SourcesNestedImpl<N> |
OperatorHubSpecFluent.SourcesNested<N>| Constructor and Description |
|---|
OperatorHubSpecFluentImpl() |
OperatorHubSpecFluentImpl(OperatorHubSpec instance) |
public OperatorHubSpecFluentImpl()
public OperatorHubSpecFluentImpl(OperatorHubSpec instance)
public Boolean isDisableAllDefaultSources()
isDisableAllDefaultSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A withDisableAllDefaultSources(Boolean disableAllDefaultSources)
withDisableAllDefaultSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public Boolean hasDisableAllDefaultSources()
hasDisableAllDefaultSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A withNewDisableAllDefaultSources(String arg1)
withNewDisableAllDefaultSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A withNewDisableAllDefaultSources(boolean arg1)
withNewDisableAllDefaultSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A addToSources(int index, HubSource item)
addToSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A setToSources(int index, HubSource item)
setToSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A addToSources(HubSource... items)
addToSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A addAllToSources(Collection<HubSource> items)
addAllToSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A removeFromSources(HubSource... items)
removeFromSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A removeAllFromSources(Collection<HubSource> items)
removeAllFromSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A removeMatchingFromSources(Predicate<HubSourceBuilder> predicate)
removeMatchingFromSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>@Deprecated public List<HubSource> getSources()
getSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public List<HubSource> buildSources()
buildSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public HubSource buildSource(int index)
buildSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public HubSource buildFirstSource()
buildFirstSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public HubSource buildLastSource()
buildLastSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public HubSource buildMatchingSource(Predicate<HubSourceBuilder> predicate)
buildMatchingSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public Boolean hasMatchingSource(Predicate<HubSourceBuilder> predicate)
hasMatchingSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A withSources(List<HubSource> sources)
withSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A withSources(HubSource... sources)
withSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public Boolean hasSources()
hasSources in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public A addNewSource(Boolean disabled, String name)
addNewSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> addNewSource()
addNewSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> addNewSourceLike(HubSource item)
addNewSourceLike in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> setNewSourceLike(int index, HubSource item)
setNewSourceLike in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> editSource(int index)
editSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> editFirstSource()
editFirstSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> editLastSource()
editLastSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>public OperatorHubSpecFluent.SourcesNested<A> editMatchingSource(Predicate<HubSourceBuilder> predicate)
editMatchingSource in interface OperatorHubSpecFluent<A extends OperatorHubSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.