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