Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha2.AllocationResultFluent.ResourceHandlesNested
-
Packages that use AllocationResultFluent.ResourceHandlesNested Package Description io.fabric8.kubernetes.api.model.resource.v1alpha2 -
-
Uses of AllocationResultFluent.ResourceHandlesNested in io.fabric8.kubernetes.api.model.resource.v1alpha2
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return AllocationResultFluent.ResourceHandlesNested Modifier and Type Method Description AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. addNewResourceHandle()AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. addNewResourceHandleLike(ResourceHandle item)AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. editFirstResourceHandle()AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. editLastResourceHandle()AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. editMatchingResourceHandle(Predicate<ResourceHandleBuilder> predicate)AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. editResourceHandle(int index)AllocationResultFluent.ResourceHandlesNested<A>AllocationResultFluent. setNewResourceHandleLike(int index, ResourceHandle item)
-