Uses of Class
io.kubernetes.client.openapi.models.V1alpha3PoolStatus
Packages that use V1alpha3PoolStatus
-
Uses of V1alpha3PoolStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3PoolStatusModifier and TypeMethodDescriptionV1alpha3PoolStatus.allocatedDevices(Integer allocatedDevices) V1alpha3PoolStatus.availableDevices(Integer availableDevices) static V1alpha3PoolStatusCreate an instance of V1alpha3PoolStatus given an JSON stringV1alpha3PoolStatus.generation(Long generation) V1alpha3PoolStatus.resourceSliceCount(Integer resourceSliceCount) V1alpha3PoolStatus.totalDevices(Integer totalDevices) V1alpha3PoolStatus.unavailableDevices(Integer unavailableDevices) V1alpha3PoolStatus.validationError(String validationError) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3PoolStatusModifier and TypeMethodDescriptionV1alpha3ResourcePoolStatusRequestStatus.getPools()Pools contains the first `spec.limit` matching pools, sorted by driver then pool name.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3PoolStatusModifier and TypeMethodDescriptionV1alpha3ResourcePoolStatusRequestStatus.addPoolsItem(V1alpha3PoolStatus poolsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3PoolStatusModifier and TypeMethodDescriptionV1alpha3ResourcePoolStatusRequestStatus.pools(List<V1alpha3PoolStatus> pools) voidV1alpha3ResourcePoolStatusRequestStatus.setPools(List<V1alpha3PoolStatus> pools)