public class RegistrySourcesFluentImpl<A extends RegistrySourcesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RegistrySourcesFluent<A>
| Constructor and Description |
|---|
RegistrySourcesFluentImpl() |
RegistrySourcesFluentImpl(RegistrySources instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RegistrySourcesFluentImpl()
public RegistrySourcesFluentImpl(RegistrySources instance)
public A addToAllowedRegistries(Integer index, String item)
addToAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A setToAllowedRegistries(Integer index, String item)
setToAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToAllowedRegistries(String... items)
addToAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addAllToAllowedRegistries(Collection<String> items)
addAllToAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeFromAllowedRegistries(String... items)
removeFromAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeAllFromAllowedRegistries(Collection<String> items)
removeAllFromAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public List<String> getAllowedRegistries()
getAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getAllowedRegistry(Integer index)
getAllowedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getFirstAllowedRegistry()
getFirstAllowedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getLastAllowedRegistry()
getLastAllowedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getMatchingAllowedRegistry(Predicate<String> predicate)
getMatchingAllowedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasMatchingAllowedRegistry(Predicate<String> predicate)
hasMatchingAllowedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withAllowedRegistries(List<String> allowedRegistries)
withAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withAllowedRegistries(String... allowedRegistries)
withAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasAllowedRegistries()
hasAllowedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToBlockedRegistries(Integer index, String item)
addToBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A setToBlockedRegistries(Integer index, String item)
setToBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToBlockedRegistries(String... items)
addToBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addAllToBlockedRegistries(Collection<String> items)
addAllToBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeFromBlockedRegistries(String... items)
removeFromBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeAllFromBlockedRegistries(Collection<String> items)
removeAllFromBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public List<String> getBlockedRegistries()
getBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getBlockedRegistry(Integer index)
getBlockedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getFirstBlockedRegistry()
getFirstBlockedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getLastBlockedRegistry()
getLastBlockedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getMatchingBlockedRegistry(Predicate<String> predicate)
getMatchingBlockedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasMatchingBlockedRegistry(Predicate<String> predicate)
hasMatchingBlockedRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withBlockedRegistries(List<String> blockedRegistries)
withBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withBlockedRegistries(String... blockedRegistries)
withBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasBlockedRegistries()
hasBlockedRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToContainerRuntimeSearchRegistries(Integer index, String item)
addToContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A setToContainerRuntimeSearchRegistries(Integer index, String item)
setToContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToContainerRuntimeSearchRegistries(String... items)
addToContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addAllToContainerRuntimeSearchRegistries(Collection<String> items)
addAllToContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeFromContainerRuntimeSearchRegistries(String... items)
removeFromContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeAllFromContainerRuntimeSearchRegistries(Collection<String> items)
removeAllFromContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public List<String> getContainerRuntimeSearchRegistries()
getContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getContainerRuntimeSearchRegistry(Integer index)
getContainerRuntimeSearchRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getFirstContainerRuntimeSearchRegistry()
getFirstContainerRuntimeSearchRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getLastContainerRuntimeSearchRegistry()
getLastContainerRuntimeSearchRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getMatchingContainerRuntimeSearchRegistry(Predicate<String> predicate)
getMatchingContainerRuntimeSearchRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasMatchingContainerRuntimeSearchRegistry(Predicate<String> predicate)
hasMatchingContainerRuntimeSearchRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withContainerRuntimeSearchRegistries(List<String> containerRuntimeSearchRegistries)
withContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withContainerRuntimeSearchRegistries(String... containerRuntimeSearchRegistries)
withContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasContainerRuntimeSearchRegistries()
hasContainerRuntimeSearchRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToInsecureRegistries(Integer index, String item)
addToInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A setToInsecureRegistries(Integer index, String item)
setToInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToInsecureRegistries(String... items)
addToInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addAllToInsecureRegistries(Collection<String> items)
addAllToInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeFromInsecureRegistries(String... items)
removeFromInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeAllFromInsecureRegistries(Collection<String> items)
removeAllFromInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public List<String> getInsecureRegistries()
getInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getInsecureRegistry(Integer index)
getInsecureRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getFirstInsecureRegistry()
getFirstInsecureRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getLastInsecureRegistry()
getLastInsecureRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public String getMatchingInsecureRegistry(Predicate<String> predicate)
getMatchingInsecureRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasMatchingInsecureRegistry(Predicate<String> predicate)
hasMatchingInsecureRegistry in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withInsecureRegistries(List<String> insecureRegistries)
withInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A withInsecureRegistries(String... insecureRegistries)
withInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasInsecureRegistries()
hasInsecureRegistries in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface RegistrySourcesFluent<A extends RegistrySourcesFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistrySourcesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RegistrySourcesFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.