Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceClassSpecFluent.SelectorsNested
-
Packages that use DeviceClassSpecFluent.SelectorsNested Package Description io.fabric8.kubernetes.api.model.resource.v1beta2 -
-
Uses of DeviceClassSpecFluent.SelectorsNested in io.fabric8.kubernetes.api.model.resource.v1beta2
Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return DeviceClassSpecFluent.SelectorsNested Modifier and Type Method Description DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. addNewSelector()DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. addNewSelectorLike(DeviceSelector item)DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. editFirstSelector()DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. editLastSelector()DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. editMatchingSelector(Predicate<DeviceSelectorBuilder> predicate)DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. editSelector(int index)DeviceClassSpecFluent.SelectorsNested<A>DeviceClassSpecFluent. setNewSelectorLike(int index, DeviceSelector item)
-