Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha2.NamedResourcesIntSlice
-
Packages that use NamedResourcesIntSlice Package Description io.fabric8.kubernetes.api.model.resource.v1alpha2 -
-
Uses of NamedResourcesIntSlice in io.fabric8.kubernetes.api.model.resource.v1alpha2
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 that return NamedResourcesIntSlice Modifier and Type Method Description NamedResourcesIntSliceNamedResourcesIntSliceBuilder. build()NamedResourcesIntSliceNamedResourcesAttributeFluent. buildIntSlice()NamedResourcesIntSliceNamedResourcesAttribute. getIntSlice()NamedResourcesAttribute is a combination of an attribute name and its value.Methods in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type NamedResourcesIntSlice Modifier and Type Method Description protected voidNamedResourcesIntSliceFluent. copyInstance(NamedResourcesIntSlice instance)NamedResourcesAttributeFluent.IntSliceNested<A>NamedResourcesAttributeFluent. editOrNewIntSliceLike(NamedResourcesIntSlice item)voidNamedResourcesAttribute. setIntSlice(NamedResourcesIntSlice intSlice)NamedResourcesAttribute is a combination of an attribute name and its value.ANamedResourcesAttributeFluent. withIntSlice(NamedResourcesIntSlice intSlice)NamedResourcesAttributeFluent.IntSliceNested<A>NamedResourcesAttributeFluent. withNewIntSliceLike(NamedResourcesIntSlice item)Constructors in io.fabric8.kubernetes.api.model.resource.v1alpha2 with parameters of type NamedResourcesIntSlice Constructor Description NamedResourcesAttribute(Boolean bool, Long _int, NamedResourcesIntSlice intSlice, String name, io.fabric8.kubernetes.api.model.Quantity quantity, String string, NamedResourcesStringSlice stringSlice, String version)NamedResourcesIntSliceBuilder(NamedResourcesIntSlice instance)NamedResourcesIntSliceBuilder(NamedResourcesIntSliceFluent<?> fluent, NamedResourcesIntSlice instance)NamedResourcesIntSliceFluent(NamedResourcesIntSlice instance)
-