public class CatalogSourceSpecFluentImpl<A extends CatalogSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CatalogSourceSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogSourceSpecFluentImpl.IconNestedImpl<N> |
class |
CatalogSourceSpecFluentImpl.UpdateStrategyNestedImpl<N> |
CatalogSourceSpecFluent.IconNested<N>, CatalogSourceSpecFluent.UpdateStrategyNested<N>| Constructor and Description |
|---|
CatalogSourceSpecFluentImpl() |
CatalogSourceSpecFluentImpl(CatalogSourceSpec instance) |
public CatalogSourceSpecFluentImpl()
public CatalogSourceSpecFluentImpl(CatalogSourceSpec instance)
public String getAddress()
getAddress in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withAddress(String address)
withAddress in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasAddress()
hasAddress in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewAddress(String arg0)
withNewAddress in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getConfigMap()
getConfigMap in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withConfigMap(String configMap)
withConfigMap in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasConfigMap()
hasConfigMap in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewConfigMap(String arg0)
withNewConfigMap in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getDescription()
getDescription in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withDescription(String description)
withDescription in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasDescription()
hasDescription in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewDescription(String arg0)
withNewDescription in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getDisplayName()
getDisplayName in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withDisplayName(String displayName)
withDisplayName in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasDisplayName()
hasDisplayName in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewDisplayName(String arg0)
withNewDisplayName in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public Icon getIcon()
getIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Icon buildIcon()
buildIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withIcon(Icon icon)
withIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasIcon()
hasIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withNewIcon(String base64data, String mediatype)
withNewIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.IconNested<A> withNewIcon()
withNewIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.IconNested<A> withNewIconLike(Icon item)
withNewIconLike in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.IconNested<A> editIcon()
editIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.IconNested<A> editOrNewIcon()
editOrNewIcon in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.IconNested<A> editOrNewIconLike(Icon item)
editOrNewIconLike in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getImage()
getImage in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withImage(String image)
withImage in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasImage()
hasImage in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewImage(String arg0)
withNewImage in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Integer getPriority()
getPriority in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withPriority(Integer priority)
withPriority in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasPriority()
hasPriority in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getPublisher()
getPublisher in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withPublisher(String publisher)
withPublisher in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasPublisher()
hasPublisher in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewPublisher(String arg0)
withNewPublisher in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A addToSecrets(int index, String item)
addToSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A setToSecrets(int index, String item)
setToSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A addToSecrets(String... items)
addToSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A addAllToSecrets(Collection<String> items)
addAllToSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A removeFromSecrets(String... items)
removeFromSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A removeAllFromSecrets(Collection<String> items)
removeAllFromSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public List<String> getSecrets()
getSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getSecret(int index)
getSecret in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getFirstSecret()
getFirstSecret in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getLastSecret()
getLastSecret in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getMatchingSecret(Predicate<String> predicate)
getMatchingSecret in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasMatchingSecret(Predicate<String> predicate)
hasMatchingSecret in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withSecrets(List<String> secrets)
withSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withSecrets(String... secrets)
withSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasSecrets()
hasSecrets in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A addNewSecret(String arg0)
addNewSecret in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public String getSourceType()
getSourceType in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withSourceType(String sourceType)
withSourceType in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasSourceType()
hasSourceType in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public A withNewSourceType(String arg0)
withNewSourceType in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>@Deprecated public UpdateStrategy getUpdateStrategy()
getUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public UpdateStrategy buildUpdateStrategy()
buildUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public A withUpdateStrategy(UpdateStrategy updateStrategy)
withUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public Boolean hasUpdateStrategy()
hasUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.UpdateStrategyNested<A> withNewUpdateStrategy()
withNewUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.UpdateStrategyNested<A> withNewUpdateStrategyLike(UpdateStrategy item)
withNewUpdateStrategyLike in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.UpdateStrategyNested<A> editUpdateStrategy()
editUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.UpdateStrategyNested<A> editOrNewUpdateStrategy()
editOrNewUpdateStrategy in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>public CatalogSourceSpecFluent.UpdateStrategyNested<A> editOrNewUpdateStrategyLike(UpdateStrategy item)
editOrNewUpdateStrategyLike in interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.