Class ProxyListFluent<A extends ProxyListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ProxyListFluent<A>
-
- Direct Known Subclasses:
ProxyListBuilder
public class ProxyListFluent<A extends ProxyListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classProxyListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description ProxyListFluent()ProxyListFluent(ProxyList instance)
-
Method Summary
-
-
-
Constructor Detail
-
ProxyListFluent
public ProxyListFluent()
-
ProxyListFluent
public ProxyListFluent(ProxyList instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ProxyList instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addAllToItems
public A addAllToItems(Collection<Proxy> items)
-
removeAllFromItems
public A removeAllFromItems(Collection<Proxy> items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<ProxyBuilder> predicate)
-
buildItem
public Proxy buildItem(int index)
-
buildFirstItem
public Proxy buildFirstItem()
-
buildLastItem
public Proxy buildLastItem()
-
buildMatchingItem
public Proxy buildMatchingItem(Predicate<ProxyBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<ProxyBuilder> predicate)
-
hasItems
public boolean hasItems()
-
addNewItem
public ProxyListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public ProxyListFluent.ItemsNested<A> addNewItemLike(Proxy item)
-
setNewItemLike
public ProxyListFluent.ItemsNested<A> setNewItemLike(int index, Proxy item)
-
editItem
public ProxyListFluent.ItemsNested<A> editItem(int index)
-
editFirstItem
public ProxyListFluent.ItemsNested<A> editFirstItem()
-
editLastItem
public ProxyListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public ProxyListFluent.ItemsNested<A> editMatchingItem(Predicate<ProxyBuilder> predicate)
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxyListFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ProxyListFluent<A>>
-
-