Class ProxyListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ProxyListFluent<ProxyListBuilder>
-
- io.fabric8.openshift.api.model.config.v1.ProxyListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ProxyList>,io.fabric8.kubernetes.api.builder.Visitable<ProxyListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ProxyList,ProxyListBuilder>
public class ProxyListBuilder extends ProxyListFluent<ProxyListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ProxyList,ProxyListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.ProxyListFluent
ProxyListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ProxyListBuilder()ProxyListBuilder(ProxyList instance)ProxyListBuilder(ProxyListFluent<?> fluent)ProxyListBuilder(ProxyListFluent<?> fluent, ProxyList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProxyListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.ProxyListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ProxyListBuilder
public ProxyListBuilder()
-
ProxyListBuilder
public ProxyListBuilder(ProxyListFluent<?> fluent)
-
ProxyListBuilder
public ProxyListBuilder(ProxyListFluent<?> fluent, ProxyList instance)
-
ProxyListBuilder
public ProxyListBuilder(ProxyList instance)
-
-