public interface ResourceListFluent<A extends ResourceListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ResourceListFluent.InstancesNested<N> |
String getGroup()
Boolean hasGroup()
A addToInstances(int index, ResourceInstance item)
A setToInstances(int index, ResourceInstance item)
A addToInstances(ResourceInstance... items)
A addAllToInstances(Collection<ResourceInstance> items)
A removeFromInstances(ResourceInstance... items)
A removeAllFromInstances(Collection<ResourceInstance> items)
A removeMatchingFromInstances(Predicate<ResourceInstanceBuilder> predicate)
@Deprecated List<ResourceInstance> getInstances()
List<ResourceInstance> buildInstances()
ResourceInstance buildInstance(int index)
ResourceInstance buildFirstInstance()
ResourceInstance buildLastInstance()
ResourceInstance buildMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)
Boolean hasMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)
A withInstances(List<ResourceInstance> instances)
A withInstances(ResourceInstance... instances)
Boolean hasInstances()
ResourceListFluent.InstancesNested<A> addNewInstance()
ResourceListFluent.InstancesNested<A> addNewInstanceLike(ResourceInstance item)
ResourceListFluent.InstancesNested<A> setNewInstanceLike(int index, ResourceInstance item)
ResourceListFluent.InstancesNested<A> editInstance(int index)
ResourceListFluent.InstancesNested<A> editFirstInstance()
ResourceListFluent.InstancesNested<A> editLastInstance()
ResourceListFluent.InstancesNested<A> editMatchingInstance(Predicate<ResourceInstanceBuilder> predicate)
String getKind()
Boolean hasKind()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.