public class PrometheusRuleListFluentImpl<A extends PrometheusRuleListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PrometheusRuleListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusRuleListFluentImpl.ItemsNestedImpl<N> |
PrometheusRuleListFluent.ItemsNested<N>| Constructor and Description |
|---|
PrometheusRuleListFluentImpl() |
PrometheusRuleListFluentImpl(PrometheusRuleList instance) |
public PrometheusRuleListFluentImpl()
public PrometheusRuleListFluentImpl(PrometheusRuleList instance)
public String getApiVersion()
getApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(int[] arg1, int arg2, int arg3)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(char[] arg1)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(byte[] arg1)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(char[] arg1, int arg2, int arg3)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2, int arg3)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(byte[] arg1, int arg2, int arg3, int arg4)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A addToItems(int index, PrometheusRule item)
addToItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A setToItems(int index, PrometheusRule item)
setToItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A addToItems(PrometheusRule... items)
addToItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A addAllToItems(Collection<PrometheusRule> items)
addAllToItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A removeFromItems(PrometheusRule... items)
removeFromItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A removeAllFromItems(Collection<PrometheusRule> items)
removeAllFromItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A removeMatchingFromItems(Predicate<PrometheusRuleBuilder> predicate)
removeMatchingFromItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>@Deprecated public List<PrometheusRule> getItems()
getItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public List<PrometheusRule> buildItems()
buildItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRule buildItem(int index)
buildItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRule buildFirstItem()
buildFirstItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRule buildLastItem()
buildLastItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRule buildMatchingItem(Predicate<PrometheusRuleBuilder> predicate)
buildMatchingItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public Boolean hasMatchingItem(Predicate<PrometheusRuleBuilder> predicate)
hasMatchingItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withItems(List<PrometheusRule> items)
withItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withItems(PrometheusRule... items)
withItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public Boolean hasItems()
hasItems in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> addNewItem()
addNewItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> addNewItemLike(PrometheusRule item)
addNewItemLike in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> setNewItemLike(int index, PrometheusRule item)
setNewItemLike in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> editItem(int index)
editItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> editLastItem()
editLastItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public PrometheusRuleListFluent.ItemsNested<A> editMatchingItem(Predicate<PrometheusRuleBuilder> predicate)
editMatchingItem in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public String getKind()
getKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withKind(String kind)
withKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public Boolean hasKind()
hasKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(int[] arg1, int arg2, int arg3)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(char[] arg1)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(byte[] arg1, int arg2)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(byte[] arg1)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(char[] arg1, int arg2, int arg3)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(byte[] arg1, int arg2, int arg3)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(byte[] arg1, int arg2, int arg3, int arg4)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface PrometheusRuleListFluent<A extends PrometheusRuleListFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.