Uses of Class
io.kubernetes.client.openapi.models.V1alpha2PodGroupSchedulingConstraints
Packages that use V1alpha2PodGroupSchedulingConstraints
-
Uses of V1alpha2PodGroupSchedulingConstraints in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha2PodGroupSchedulingConstraintsModifier and TypeMethodDescriptionV1alpha2PodGroupSchedulingConstraints.addTopologyItem(V1alpha2TopologyConstraint topologyItem) Create an instance of V1alpha2PodGroupSchedulingConstraints given an JSON stringV1alpha2PodGroupSpec.getSchedulingConstraints()Get schedulingConstraintsV1alpha2PodGroupTemplate.getSchedulingConstraints()Get schedulingConstraintsV1alpha2PodGroupSchedulingConstraints.topology(List<V1alpha2TopologyConstraint> topology) Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha2PodGroupSchedulingConstraintsModifier and TypeMethodDescriptionV1alpha2PodGroupSpec.schedulingConstraints(V1alpha2PodGroupSchedulingConstraints schedulingConstraints) V1alpha2PodGroupTemplate.schedulingConstraints(V1alpha2PodGroupSchedulingConstraints schedulingConstraints) voidV1alpha2PodGroupSpec.setSchedulingConstraints(V1alpha2PodGroupSchedulingConstraints schedulingConstraints) voidV1alpha2PodGroupTemplate.setSchedulingConstraints(V1alpha2PodGroupSchedulingConstraints schedulingConstraints)