Uses of Class
io.kubernetes.client.openapi.models.V1beta1DeviceConstraint
Packages that use V1beta1DeviceConstraint
-
Uses of V1beta1DeviceConstraint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceConstraintModifier and TypeMethodDescriptionV1beta1DeviceConstraint.addRequestsItem
(String requestsItem) static V1beta1DeviceConstraint
Create an instance of V1beta1DeviceConstraint given an JSON stringV1beta1DeviceConstraint.matchAttribute
(String matchAttribute) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1DeviceConstraintModifier and TypeMethodDescriptionV1beta1DeviceClaim.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 V1beta1DeviceConstraintModifier and TypeMethodDescriptionV1beta1DeviceClaim.addConstraintsItem
(V1beta1DeviceConstraint constraintsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1DeviceConstraintModifier and TypeMethodDescriptionV1beta1DeviceClaim.constraints
(List<V1beta1DeviceConstraint> constraints) void
V1beta1DeviceClaim.setConstraints
(List<V1beta1DeviceConstraint> constraints)