public class ResourceListFluentImpl<A extends ResourceListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ResourceListFluent<A>
ResourceListFluent.InstancesNested<N>| Constructor and Description |
|---|
ResourceListFluentImpl() |
ResourceListFluentImpl(ResourceList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceListFluentImpl()
public ResourceListFluentImpl(ResourceList instance)
public String getGroup()
getGroup in interface ResourceListFluent<A extends ResourceListFluent<A>>public A withGroup(String group)
withGroup in interface ResourceListFluent<A extends ResourceListFluent<A>>public Boolean hasGroup()
hasGroup in interface ResourceListFluent<A extends ResourceListFluent<A>>public A addToInstances(Integer index, ResourceInstance item)
addToInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A setToInstances(Integer index, ResourceInstance item)
setToInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A addToInstances(ResourceInstance... items)
addToInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A addAllToInstances(Collection<ResourceInstance> items)
addAllToInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A removeFromInstances(ResourceInstance... items)
removeFromInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A removeAllFromInstances(Collection<ResourceInstance> items)
removeAllFromInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A removeMatchingFromInstances(Predicate<ResourceInstanceBuilder> predicate)
removeMatchingFromInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>@Deprecated public List<ResourceInstance> getInstances()
getInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public List<ResourceInstance> buildInstances()
buildInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceInstance buildInstance(Integer index)
buildInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceInstance buildFirstInstance()
buildFirstInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceInstance buildLastInstance()
buildLastInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceInstance buildMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)
buildMatchingInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public Boolean hasMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)
hasMatchingInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public A withInstances(List<ResourceInstance> instances)
withInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A withInstances(ResourceInstance... instances)
withInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public Boolean hasInstances()
hasInstances in interface ResourceListFluent<A extends ResourceListFluent<A>>public A addNewInstance(String name, String namespace)
addNewInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> addNewInstance()
addNewInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> addNewInstanceLike(ResourceInstance item)
addNewInstanceLike in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> setNewInstanceLike(Integer index, ResourceInstance item)
setNewInstanceLike in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> editInstance(Integer index)
editInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> editFirstInstance()
editFirstInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> editLastInstance()
editLastInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public ResourceListFluent.InstancesNested<A> editMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)
editMatchingInstance in interface ResourceListFluent<A extends ResourceListFluent<A>>public String getKind()
getKind in interface ResourceListFluent<A extends ResourceListFluent<A>>public A withKind(String kind)
withKind in interface ResourceListFluent<A extends ResourceListFluent<A>>public Boolean hasKind()
hasKind in interface ResourceListFluent<A extends ResourceListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ResourceListFluent<A extends ResourceListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.