Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceConstraint
Packages that use V1beta2DeviceConstraint
-
Uses of V1beta2DeviceConstraint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceConstraintModifier and TypeMethodDescriptionV1beta2DeviceConstraint.addRequestsItem
(String requestsItem) static V1beta2DeviceConstraint
Create an instance of V1beta2DeviceConstraint given an JSON stringV1beta2DeviceConstraint.matchAttribute
(String matchAttribute) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceConstraintModifier and TypeMethodDescriptionV1beta2DeviceClaim.getConstraints()
These constraints must be satisfied by the set of devices that get allocated for the claim.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2DeviceConstraintModifier and TypeMethodDescriptionV1beta2DeviceClaim.addConstraintsItem
(V1beta2DeviceConstraint constraintsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceConstraintModifier and TypeMethodDescriptionV1beta2DeviceClaim.constraints
(List<V1beta2DeviceConstraint> constraints) void
V1beta2DeviceClaim.setConstraints
(List<V1beta2DeviceConstraint> constraints)