Class CatalogSourceSpecFluentImpl<A extends CatalogSourceSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CatalogSourceSpecFluent<A>
- Direct Known Subclasses:
CatalogSourceFluentImpl.SpecNestedImpl,CatalogSourceSpecBuilder
public class CatalogSourceSpecFluentImpl<A extends CatalogSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CatalogSourceSpecFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCatalogSourceSpecFluentImpl.IconNestedImpl<N>classCatalogSourceSpecFluentImpl.UpdateStrategyNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.CatalogSourceSpecFluent
CatalogSourceSpecFluent.IconNested<N>, CatalogSourceSpecFluent.UpdateStrategyNested<N>
-
-
Constructor Summary
Constructors Constructor Description CatalogSourceSpecFluentImpl()CatalogSourceSpecFluentImpl(CatalogSourceSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
CatalogSourceSpecFluentImpl
public CatalogSourceSpecFluentImpl()
-
CatalogSourceSpecFluentImpl
public CatalogSourceSpecFluentImpl(CatalogSourceSpec instance)
-
-
Method Detail
-
getAddress
public String getAddress()
- Specified by:
getAddressin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withAddress
public A withAddress(String address)
- Specified by:
withAddressin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasAddress
public Boolean hasAddress()
- Specified by:
hasAddressin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewAddress
public A withNewAddress(String arg1)
- Specified by:
withNewAddressin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewAddress
public A withNewAddress(StringBuilder arg1)
- Specified by:
withNewAddressin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewAddress
public A withNewAddress(StringBuffer arg1)
- Specified by:
withNewAddressin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getConfigMap
public String getConfigMap()
- Specified by:
getConfigMapin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withConfigMap
public A withConfigMap(String configMap)
- Specified by:
withConfigMapin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasConfigMap
public Boolean hasConfigMap()
- Specified by:
hasConfigMapin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewConfigMap
public A withNewConfigMap(String arg1)
- Specified by:
withNewConfigMapin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewConfigMap
public A withNewConfigMap(StringBuilder arg1)
- Specified by:
withNewConfigMapin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewConfigMap
public A withNewConfigMap(StringBuffer arg1)
- Specified by:
withNewConfigMapin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withDescription
public A withDescription(String description)
- Specified by:
withDescriptionin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasDescription
public Boolean hasDescription()
- Specified by:
hasDescriptionin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewDescription
public A withNewDescription(String arg1)
- Specified by:
withNewDescriptionin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewDescription
public A withNewDescription(StringBuilder arg1)
- Specified by:
withNewDescriptionin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewDescription
public A withNewDescription(StringBuffer arg1)
- Specified by:
withNewDescriptionin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withDisplayName
public A withDisplayName(String displayName)
- Specified by:
withDisplayNamein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasDisplayName
public Boolean hasDisplayName()
- Specified by:
hasDisplayNamein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewDisplayName
public A withNewDisplayName(String arg1)
- Specified by:
withNewDisplayNamein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewDisplayName
public A withNewDisplayName(StringBuilder arg1)
- Specified by:
withNewDisplayNamein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewDisplayName
public A withNewDisplayName(StringBuffer arg1)
- Specified by:
withNewDisplayNamein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getIcon
@Deprecated public Icon getIcon()
Deprecated.This method has been deprecated, please use method buildIcon instead.- Specified by:
getIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>- Returns:
- The buildable object.
-
buildIcon
public Icon buildIcon()
- Specified by:
buildIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withIcon
public A withIcon(Icon icon)
- Specified by:
withIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasIcon
public Boolean hasIcon()
- Specified by:
hasIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewIcon
public A withNewIcon(String base64data, String mediatype)
- Specified by:
withNewIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewIcon
public CatalogSourceSpecFluent.IconNested<A> withNewIcon()
- Specified by:
withNewIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewIconLike
public CatalogSourceSpecFluent.IconNested<A> withNewIconLike(Icon item)
- Specified by:
withNewIconLikein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
editIcon
public CatalogSourceSpecFluent.IconNested<A> editIcon()
- Specified by:
editIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
editOrNewIcon
public CatalogSourceSpecFluent.IconNested<A> editOrNewIcon()
- Specified by:
editOrNewIconin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
editOrNewIconLike
public CatalogSourceSpecFluent.IconNested<A> editOrNewIconLike(Icon item)
- Specified by:
editOrNewIconLikein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getImage
public String getImage()
- Specified by:
getImagein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withImage
public A withImage(String image)
- Specified by:
withImagein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasImage
public Boolean hasImage()
- Specified by:
hasImagein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewImage
public A withNewImage(String arg1)
- Specified by:
withNewImagein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewImage
public A withNewImage(StringBuilder arg1)
- Specified by:
withNewImagein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewImage
public A withNewImage(StringBuffer arg1)
- Specified by:
withNewImagein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getPriority
public Integer getPriority()
- Specified by:
getPriorityin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withPriority
public A withPriority(Integer priority)
- Specified by:
withPriorityin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasPriority
public Boolean hasPriority()
- Specified by:
hasPriorityin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getPublisher
public String getPublisher()
- Specified by:
getPublisherin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withPublisher
public A withPublisher(String publisher)
- Specified by:
withPublisherin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasPublisher
public Boolean hasPublisher()
- Specified by:
hasPublisherin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewPublisher
public A withNewPublisher(String arg1)
- Specified by:
withNewPublisherin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewPublisher
public A withNewPublisher(StringBuilder arg1)
- Specified by:
withNewPublisherin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewPublisher
public A withNewPublisher(StringBuffer arg1)
- Specified by:
withNewPublisherin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
addToSecrets
public A addToSecrets(int index, String item)
- Specified by:
addToSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
setToSecrets
public A setToSecrets(int index, String item)
- Specified by:
setToSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
addToSecrets
public A addToSecrets(String... items)
- Specified by:
addToSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
addAllToSecrets
public A addAllToSecrets(Collection<String> items)
- Specified by:
addAllToSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
removeFromSecrets
public A removeFromSecrets(String... items)
- Specified by:
removeFromSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
removeAllFromSecrets
public A removeAllFromSecrets(Collection<String> items)
- Specified by:
removeAllFromSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getSecrets
public List<String> getSecrets()
- Specified by:
getSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getSecret
public String getSecret(int index)
- Specified by:
getSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getFirstSecret
public String getFirstSecret()
- Specified by:
getFirstSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getLastSecret
public String getLastSecret()
- Specified by:
getLastSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getMatchingSecret
public String getMatchingSecret(Predicate<String> predicate)
- Specified by:
getMatchingSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasMatchingSecret
public Boolean hasMatchingSecret(Predicate<String> predicate)
- Specified by:
hasMatchingSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withSecrets
public A withSecrets(List<String> secrets)
- Specified by:
withSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withSecrets
public A withSecrets(String... secrets)
- Specified by:
withSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasSecrets
public Boolean hasSecrets()
- Specified by:
hasSecretsin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
addNewSecret
public A addNewSecret(String arg1)
- Specified by:
addNewSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
addNewSecret
public A addNewSecret(StringBuilder arg1)
- Specified by:
addNewSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
addNewSecret
public A addNewSecret(StringBuffer arg1)
- Specified by:
addNewSecretin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getSourceType
public String getSourceType()
- Specified by:
getSourceTypein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withSourceType
public A withSourceType(String sourceType)
- Specified by:
withSourceTypein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasSourceType
public Boolean hasSourceType()
- Specified by:
hasSourceTypein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewSourceType
public A withNewSourceType(String arg1)
- Specified by:
withNewSourceTypein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewSourceType
public A withNewSourceType(StringBuilder arg1)
- Specified by:
withNewSourceTypein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewSourceType
public A withNewSourceType(StringBuffer arg1)
- Specified by:
withNewSourceTypein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
getUpdateStrategy
@Deprecated public UpdateStrategy getUpdateStrategy()
Deprecated.This method has been deprecated, please use method buildUpdateStrategy instead.- Specified by:
getUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>- Returns:
- The buildable object.
-
buildUpdateStrategy
public UpdateStrategy buildUpdateStrategy()
- Specified by:
buildUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withUpdateStrategy
public A withUpdateStrategy(UpdateStrategy updateStrategy)
- Specified by:
withUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
hasUpdateStrategy
public Boolean hasUpdateStrategy()
- Specified by:
hasUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewUpdateStrategy
public CatalogSourceSpecFluent.UpdateStrategyNested<A> withNewUpdateStrategy()
- Specified by:
withNewUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
withNewUpdateStrategyLike
public CatalogSourceSpecFluent.UpdateStrategyNested<A> withNewUpdateStrategyLike(UpdateStrategy item)
- Specified by:
withNewUpdateStrategyLikein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
editUpdateStrategy
public CatalogSourceSpecFluent.UpdateStrategyNested<A> editUpdateStrategy()
- Specified by:
editUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
editOrNewUpdateStrategy
public CatalogSourceSpecFluent.UpdateStrategyNested<A> editOrNewUpdateStrategy()
- Specified by:
editOrNewUpdateStrategyin interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
editOrNewUpdateStrategyLike
public CatalogSourceSpecFluent.UpdateStrategyNested<A> editOrNewUpdateStrategyLike(UpdateStrategy item)
- Specified by:
editOrNewUpdateStrategyLikein interfaceCatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
-
-