Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.DeviceAllocationConfiguration
-
Packages that use DeviceAllocationConfiguration Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of DeviceAllocationConfiguration in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return DeviceAllocationConfiguration Modifier and Type Method Description DeviceAllocationConfigurationDeviceAllocationConfigurationBuilder. build()DeviceAllocationConfigurationDeviceAllocationResultFluent. buildConfig(int index)DeviceAllocationConfigurationDeviceAllocationResultFluent. buildFirstConfig()DeviceAllocationConfigurationDeviceAllocationResultFluent. buildLastConfig()DeviceAllocationConfigurationDeviceAllocationResultFluent. buildMatchingConfig(Predicate<DeviceAllocationConfigurationBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return types with arguments of type DeviceAllocationConfiguration Modifier and Type Method Description List<DeviceAllocationConfiguration>DeviceAllocationResultFluent. buildConfig()List<DeviceAllocationConfiguration>DeviceAllocationResult. getConfig()This field is a combination of all the claim and class configuration parameters.Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceAllocationConfiguration Modifier and Type Method Description DeviceAllocationResultFluent.ConfigNested<A>DeviceAllocationResultFluent. addNewConfigLike(DeviceAllocationConfiguration item)ADeviceAllocationResultFluent. addToConfig(int index, DeviceAllocationConfiguration item)ADeviceAllocationResultFluent. addToConfig(DeviceAllocationConfiguration... items)protected voidDeviceAllocationConfigurationFluent. copyInstance(DeviceAllocationConfiguration instance)ADeviceAllocationResultFluent. removeFromConfig(DeviceAllocationConfiguration... items)DeviceAllocationResultFluent.ConfigNested<A>DeviceAllocationResultFluent. setNewConfigLike(int index, DeviceAllocationConfiguration item)ADeviceAllocationResultFluent. setToConfig(int index, DeviceAllocationConfiguration item)ADeviceAllocationResultFluent. withConfig(DeviceAllocationConfiguration... config)Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceAllocationConfiguration Modifier and Type Method Description ADeviceAllocationResultFluent. addAllToConfig(Collection<DeviceAllocationConfiguration> items)ADeviceAllocationResultFluent. removeAllFromConfig(Collection<DeviceAllocationConfiguration> items)voidDeviceAllocationResult. setConfig(List<DeviceAllocationConfiguration> config)This field is a combination of all the claim and class configuration parameters.ADeviceAllocationResultFluent. withConfig(List<DeviceAllocationConfiguration> config)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceAllocationConfiguration Constructor Description DeviceAllocationConfigurationBuilder(DeviceAllocationConfiguration instance)DeviceAllocationConfigurationBuilder(DeviceAllocationConfigurationFluent<?> fluent, DeviceAllocationConfiguration instance)DeviceAllocationConfigurationFluent(DeviceAllocationConfiguration instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceAllocationConfiguration Constructor Description DeviceAllocationResult(List<DeviceAllocationConfiguration> config, List<DeviceRequestAllocationResult> results)
-