Uses of Class
io.kubernetes.client.openapi.models.V1DeviceConstraint
Packages that use V1DeviceConstraint
-
Uses of V1DeviceConstraint in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeviceConstraintModifier and TypeMethodDescriptionV1DeviceConstraint.addRequestsItem(String requestsItem) V1DeviceConstraint.distinctAttribute(String distinctAttribute) V1DeviceConstraint.matchAttribute(String matchAttribute) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1DeviceConstraintModifier and TypeMethodDescriptionV1DeviceClaim.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 V1DeviceConstraintModifier and TypeMethodDescriptionV1DeviceClaim.addConstraintsItem(V1DeviceConstraint constraintsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1DeviceConstraintModifier and TypeMethodDescriptionV1DeviceClaim.constraints(List<V1DeviceConstraint> constraints) voidV1DeviceClaim.setConstraints(List<V1DeviceConstraint> constraints)