public interface ServiceConfigFluent<A extends ServiceConfigFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceConfigFluent.InsecureRegistryCIDRsNested<N> |
Boolean hasIndexConfigs()
A addAllToInsecureRegistryCIDRs(Collection<NetIPNet> items)
A removeAllFromInsecureRegistryCIDRs(Collection<NetIPNet> items)
@Deprecated List<NetIPNet> getInsecureRegistryCIDRs()
NetIPNet buildInsecureRegistryCIDR(int index)
NetIPNet buildFirstInsecureRegistryCIDR()
NetIPNet buildLastInsecureRegistryCIDR()
NetIPNet buildMatchingInsecureRegistryCIDR(io.fabric8.docker.api.builder.Predicate<NetIPNetBuilder> predicate)
Boolean hasInsecureRegistryCIDRs()
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> addNewInsecureRegistryCIDR()
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> addNewInsecureRegistryCIDRLike(NetIPNet item)
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> setNewInsecureRegistryCIDRLike(int index, NetIPNet item)
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> editInsecureRegistryCIDR(int index)
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> editFirstInsecureRegistryCIDR()
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> editLastInsecureRegistryCIDR()
ServiceConfigFluent.InsecureRegistryCIDRsNested<A> editMatchingInsecureRegistryCIDR(io.fabric8.docker.api.builder.Predicate<NetIPNetBuilder> predicate)
A addAllToMirrors(Collection<String> items)
A removeAllFromMirrors(Collection<String> items)
String getMirror(int index)
String getFirstMirror()
String getLastMirror()
String getMatchingMirror(io.fabric8.docker.api.builder.Predicate<String> predicate)
Boolean hasMirrors()
Copyright © 2015–2017 Red Hat. All rights reserved.