Uses of Class
io.kubernetes.client.openapi.models.V1Scheduling
Packages that use V1Scheduling
-
Uses of V1Scheduling in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1SchedulingModifier and TypeMethodDescriptionV1Scheduling.addTolerationsItem
(V1Toleration tolerationsItem) static V1Scheduling
Create an instance of V1Scheduling given an JSON stringV1RuntimeClass.getScheduling()
Get schedulingV1Scheduling.nodeSelector
(Map<String, String> nodeSelector) V1Scheduling.putNodeSelectorItem
(String key, String nodeSelectorItem) V1Scheduling.tolerations
(List<V1Toleration> tolerations) Methods in io.kubernetes.client.openapi.models with parameters of type V1SchedulingModifier and TypeMethodDescriptionV1RuntimeClass.scheduling
(V1Scheduling scheduling) void
V1RuntimeClass.setScheduling
(V1Scheduling scheduling)