public interface CatalogSourceSpecFluent<A extends CatalogSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CatalogSourceSpecFluent.IconNested<N> |
static interface |
CatalogSourceSpecFluent.UpdateStrategyNested<N> |
String getAddress()
Boolean hasAddress()
A withNewAddress(StringBuilder arg1)
A withNewAddress(int[] arg1, int arg2, int arg3)
A withNewAddress(char[] arg1)
A withNewAddress(StringBuffer arg1)
A withNewAddress(byte[] arg1, int arg2)
A withNewAddress(byte[] arg1)
A withNewAddress(char[] arg1, int arg2, int arg3)
A withNewAddress(byte[] arg1, int arg2, int arg3)
A withNewAddress(byte[] arg1, int arg2, int arg3, int arg4)
String getConfigMap()
Boolean hasConfigMap()
A withNewConfigMap(StringBuilder arg1)
A withNewConfigMap(int[] arg1, int arg2, int arg3)
A withNewConfigMap(char[] arg1)
A withNewConfigMap(StringBuffer arg1)
A withNewConfigMap(byte[] arg1, int arg2)
A withNewConfigMap(byte[] arg1)
A withNewConfigMap(char[] arg1, int arg2, int arg3)
A withNewConfigMap(byte[] arg1, int arg2, int arg3)
A withNewConfigMap(byte[] arg1, int arg2, int arg3, int arg4)
String getDescription()
Boolean hasDescription()
A withNewDescription(StringBuilder arg1)
A withNewDescription(int[] arg1, int arg2, int arg3)
A withNewDescription(char[] arg1)
A withNewDescription(StringBuffer arg1)
A withNewDescription(byte[] arg1, int arg2)
A withNewDescription(byte[] arg1)
A withNewDescription(char[] arg1, int arg2, int arg3)
A withNewDescription(byte[] arg1, int arg2, int arg3)
A withNewDescription(byte[] arg1, int arg2, int arg3, int arg4)
String getDisplayName()
Boolean hasDisplayName()
A withNewDisplayName(StringBuilder arg1)
A withNewDisplayName(int[] arg1, int arg2, int arg3)
A withNewDisplayName(char[] arg1)
A withNewDisplayName(StringBuffer arg1)
A withNewDisplayName(byte[] arg1, int arg2)
A withNewDisplayName(byte[] arg1)
A withNewDisplayName(char[] arg1, int arg2, int arg3)
A withNewDisplayName(byte[] arg1, int arg2, int arg3)
A withNewDisplayName(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated Icon getIcon()
Icon buildIcon()
Boolean hasIcon()
CatalogSourceSpecFluent.IconNested<A> withNewIcon()
CatalogSourceSpecFluent.IconNested<A> withNewIconLike(Icon item)
CatalogSourceSpecFluent.IconNested<A> editIcon()
CatalogSourceSpecFluent.IconNested<A> editOrNewIcon()
CatalogSourceSpecFluent.IconNested<A> editOrNewIconLike(Icon item)
String getImage()
Boolean hasImage()
A withNewImage(StringBuilder arg1)
A withNewImage(int[] arg1, int arg2, int arg3)
A withNewImage(char[] arg1)
A withNewImage(StringBuffer arg1)
A withNewImage(byte[] arg1, int arg2)
A withNewImage(byte[] arg1)
A withNewImage(char[] arg1, int arg2, int arg3)
A withNewImage(byte[] arg1, int arg2, int arg3)
A withNewImage(byte[] arg1, int arg2, int arg3, int arg4)
Integer getPriority()
Boolean hasPriority()
A withNewPriority(int arg0)
String getPublisher()
Boolean hasPublisher()
A withNewPublisher(StringBuilder arg1)
A withNewPublisher(int[] arg1, int arg2, int arg3)
A withNewPublisher(char[] arg1)
A withNewPublisher(StringBuffer arg1)
A withNewPublisher(byte[] arg1, int arg2)
A withNewPublisher(byte[] arg1)
A withNewPublisher(char[] arg1, int arg2, int arg3)
A withNewPublisher(byte[] arg1, int arg2, int arg3)
A withNewPublisher(byte[] arg1, int arg2, int arg3, int arg4)
A addAllToSecrets(Collection<String> items)
A removeAllFromSecrets(Collection<String> items)
String getSecret(int index)
String getFirstSecret()
String getLastSecret()
Boolean hasSecrets()
A addNewSecret(StringBuilder arg1)
A addNewSecret(int[] arg1, int arg2, int arg3)
A addNewSecret(char[] arg1)
A addNewSecret(StringBuffer arg1)
A addNewSecret(byte[] arg1, int arg2)
A addNewSecret(byte[] arg1)
A addNewSecret(char[] arg1, int arg2, int arg3)
A addNewSecret(byte[] arg1, int arg2, int arg3)
A addNewSecret(byte[] arg1, int arg2, int arg3, int arg4)
String getSourceType()
Boolean hasSourceType()
A withNewSourceType(StringBuilder arg1)
A withNewSourceType(int[] arg1, int arg2, int arg3)
A withNewSourceType(char[] arg1)
A withNewSourceType(StringBuffer arg1)
A withNewSourceType(byte[] arg1, int arg2)
A withNewSourceType(byte[] arg1)
A withNewSourceType(char[] arg1, int arg2, int arg3)
A withNewSourceType(byte[] arg1, int arg2, int arg3)
A withNewSourceType(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated UpdateStrategy getUpdateStrategy()
UpdateStrategy buildUpdateStrategy()
A withUpdateStrategy(UpdateStrategy updateStrategy)
Boolean hasUpdateStrategy()
CatalogSourceSpecFluent.UpdateStrategyNested<A> withNewUpdateStrategy()
CatalogSourceSpecFluent.UpdateStrategyNested<A> withNewUpdateStrategyLike(UpdateStrategy item)
CatalogSourceSpecFluent.UpdateStrategyNested<A> editUpdateStrategy()
CatalogSourceSpecFluent.UpdateStrategyNested<A> editOrNewUpdateStrategy()
CatalogSourceSpecFluent.UpdateStrategyNested<A> editOrNewUpdateStrategyLike(UpdateStrategy item)
Copyright © 2015–2022 Red Hat. All rights reserved.