All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToRoutes(Collection<ImageRegistryConfigRoute> items) |
A |
addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
addAllToTopologySpreadConstraints(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items) |
ImageRegistrySpecFluent.RoutesNested<A> |
addNewRoute() |
A |
addNewRoute(String hostname,
String name,
String secretName) |
ImageRegistrySpecFluent.RoutesNested<A> |
addNewRouteLike(ImageRegistryConfigRoute item) |
A |
addNewToleration(String effect,
String key,
String operator,
Long tolerationSeconds,
String value) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToNodeSelector(Map<String,String> map) |
A |
addToNodeSelector(String key,
String value) |
A |
addToObservedConfig(Map<String,Object> map) |
A |
addToObservedConfig(String key,
Object value) |
A |
addToRoutes(ImageRegistryConfigRoute... items) |
A |
addToRoutes(int index,
ImageRegistryConfigRoute item) |
A |
addToTolerations(int index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
A |
addToTopologySpreadConstraints(int index,
io.fabric8.kubernetes.api.model.TopologySpreadConstraint item) |
A |
addToTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items) |
A |
addToUnsupportedConfigOverrides(Map<String,Object> map) |
A |
addToUnsupportedConfigOverrides(String key,
Object value) |
ImageRegistryConfigRoute |
buildFirstRoute() |
ImageRegistryConfigRoute |
buildLastRoute() |
ImageRegistryConfigRoute |
buildMatchingRoute(Predicate<ImageRegistryConfigRouteBuilder> predicate) |
ImageRegistryConfigProxy |
buildProxy() |
ImageRegistryConfigRequests |
buildRequests() |
io.fabric8.kubernetes.api.model.ResourceRequirements |
buildResources() |
ImageRegistryConfigRoute |
buildRoute(int index) |
List<ImageRegistryConfigRoute> |
buildRoutes() |
ImageRegistryConfigStorage |
buildStorage() |
protected void |
copyInstance(ImageRegistrySpec instance) |
ImageRegistrySpecFluent.RoutesNested<A> |
editFirstRoute() |
ImageRegistrySpecFluent.RoutesNested<A> |
editLastRoute() |
ImageRegistrySpecFluent.RoutesNested<A> |
editMatchingRoute(Predicate<ImageRegistryConfigRouteBuilder> predicate) |
ImageRegistrySpecFluent.ProxyNested<A> |
editOrNewProxy() |
ImageRegistrySpecFluent.ProxyNested<A> |
editOrNewProxyLike(ImageRegistryConfigProxy item) |
ImageRegistrySpecFluent.RequestsNested<A> |
editOrNewRequests() |
ImageRegistrySpecFluent.RequestsNested<A> |
editOrNewRequestsLike(ImageRegistryConfigRequests item) |
ImageRegistrySpecFluent.ResourcesNested<A> |
editOrNewResources() |
ImageRegistrySpecFluent.ResourcesNested<A> |
editOrNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
ImageRegistrySpecFluent.StorageNested<A> |
editOrNewStorage() |
ImageRegistrySpecFluent.StorageNested<A> |
editOrNewStorageLike(ImageRegistryConfigStorage item) |
ImageRegistrySpecFluent.ProxyNested<A> |
editProxy() |
ImageRegistrySpecFluent.RequestsNested<A> |
editRequests() |
ImageRegistrySpecFluent.ResourcesNested<A> |
editResources() |
ImageRegistrySpecFluent.RoutesNested<A> |
editRoute(int index) |
ImageRegistrySpecFluent.StorageNested<A> |
editStorage() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.Affinity |
getAffinity() |
Boolean |
getDefaultRoute() |
Boolean |
getDisableRedirect() |
io.fabric8.kubernetes.api.model.Toleration |
getFirstToleration() |
io.fabric8.kubernetes.api.model.TopologySpreadConstraint |
getFirstTopologySpreadConstraint() |
String |
getHttpSecret() |
io.fabric8.kubernetes.api.model.Toleration |
getLastToleration() |
io.fabric8.kubernetes.api.model.TopologySpreadConstraint |
getLastTopologySpreadConstraint() |
Long |
getLogging() |
String |
getLogLevel() |
String |
getManagementState() |
io.fabric8.kubernetes.api.model.Toleration |
getMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
io.fabric8.kubernetes.api.model.TopologySpreadConstraint |
getMatchingTopologySpreadConstraint(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate) |
Map<String,String> |
getNodeSelector() |
Map<String,Object> |
getObservedConfig() |
String |
getOperatorLogLevel() |
Boolean |
getReadOnly() |
Integer |
getReplicas() |
String |
getRolloutStrategy() |
io.fabric8.kubernetes.api.model.Toleration |
getToleration(int index) |
List<io.fabric8.kubernetes.api.model.Toleration> |
getTolerations() |
io.fabric8.kubernetes.api.model.TopologySpreadConstraint |
getTopologySpreadConstraint(int index) |
List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> |
getTopologySpreadConstraints() |
Map<String,Object> |
getUnsupportedConfigOverrides() |
boolean |
hasAdditionalProperties() |
boolean |
hasAffinity() |
boolean |
hasDefaultRoute() |
boolean |
hasDisableRedirect() |
int |
hashCode() |
boolean |
hasHttpSecret() |
boolean |
hasLogging() |
boolean |
hasLogLevel() |
boolean |
hasManagementState() |
boolean |
hasMatchingRoute(Predicate<ImageRegistryConfigRouteBuilder> predicate) |
boolean |
hasMatchingToleration(Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
boolean |
hasMatchingTopologySpreadConstraint(Predicate<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> predicate) |
boolean |
hasNodeSelector() |
boolean |
hasObservedConfig() |
boolean |
hasOperatorLogLevel() |
boolean |
hasProxy() |
boolean |
hasReadOnly() |
boolean |
hasReplicas() |
boolean |
hasRequests() |
boolean |
hasResources() |
boolean |
hasRolloutStrategy() |
boolean |
hasRoutes() |
boolean |
hasStorage() |
boolean |
hasTolerations() |
boolean |
hasTopologySpreadConstraints() |
boolean |
hasUnsupportedConfigOverrides() |
A |
removeAllFromRoutes(Collection<ImageRegistryConfigRoute> items) |
A |
removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
removeAllFromTopologySpreadConstraints(Collection<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromNodeSelector(Map<String,String> map) |
A |
removeFromNodeSelector(String key) |
A |
removeFromObservedConfig(Map<String,Object> map) |
A |
removeFromObservedConfig(String key) |
A |
removeFromRoutes(ImageRegistryConfigRoute... items) |
A |
removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
A |
removeFromTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... items) |
A |
removeFromUnsupportedConfigOverrides(Map<String,Object> map) |
A |
removeFromUnsupportedConfigOverrides(String key) |
A |
removeMatchingFromRoutes(Predicate<ImageRegistryConfigRouteBuilder> predicate) |
ImageRegistrySpecFluent.RoutesNested<A> |
setNewRouteLike(int index,
ImageRegistryConfigRoute item) |
A |
setToRoutes(int index,
ImageRegistryConfigRoute item) |
A |
setToTolerations(int index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
setToTopologySpreadConstraints(int index,
io.fabric8.kubernetes.api.model.TopologySpreadConstraint item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity) |
A |
withDefaultRoute() |
A |
withDefaultRoute(Boolean defaultRoute) |
A |
withDisableRedirect() |
A |
withDisableRedirect(Boolean disableRedirect) |
A |
withHttpSecret(String httpSecret) |
A |
withLogging(Long logging) |
A |
withLogLevel(String logLevel) |
A |
withManagementState(String managementState) |
ImageRegistrySpecFluent.ProxyNested<A> |
withNewProxy() |
A |
withNewProxy(String http,
String https,
String noProxy) |
ImageRegistrySpecFluent.ProxyNested<A> |
withNewProxyLike(ImageRegistryConfigProxy item) |
ImageRegistrySpecFluent.RequestsNested<A> |
withNewRequests() |
ImageRegistrySpecFluent.RequestsNested<A> |
withNewRequestsLike(ImageRegistryConfigRequests item) |
ImageRegistrySpecFluent.ResourcesNested<A> |
withNewResources() |
ImageRegistrySpecFluent.ResourcesNested<A> |
withNewResourcesLike(io.fabric8.kubernetes.api.model.ResourceRequirements item) |
ImageRegistrySpecFluent.StorageNested<A> |
withNewStorage() |
ImageRegistrySpecFluent.StorageNested<A> |
withNewStorageLike(ImageRegistryConfigStorage item) |
<K,V> A |
withNodeSelector(Map<String,String> nodeSelector) |
<K,V> A |
withObservedConfig(Map<String,Object> observedConfig) |
A |
withOperatorLogLevel(String operatorLogLevel) |
A |
withProxy(ImageRegistryConfigProxy proxy) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withReplicas(Integer replicas) |
A |
withRequests(ImageRegistryConfigRequests requests) |
A |
withResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) |
A |
withRolloutStrategy(String rolloutStrategy) |
A |
withRoutes(ImageRegistryConfigRoute... routes) |
A |
withRoutes(List<ImageRegistryConfigRoute> routes) |
A |
withStorage(ImageRegistryConfigStorage storage) |
A |
withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations) |
A |
withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations) |
A |
withTopologySpreadConstraints(List<io.fabric8.kubernetes.api.model.TopologySpreadConstraint> topologySpreadConstraints) |
A |
withTopologySpreadConstraints(io.fabric8.kubernetes.api.model.TopologySpreadConstraint... topologySpreadConstraints) |
<K,V> A |
withUnsupportedConfigOverrides(Map<String,Object> unsupportedConfigOverrides) |