Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1TopologySpreadConstraint
-
-
Uses of IoK8sApiCoreV1TopologySpreadConstraint in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1TopologySpreadConstraint Modifier and Type Method Description IoK8sApiCoreV1TopologySpreadConstraintIoK8sApiCoreV1TopologySpreadConstraint. labelSelector(IoK8sApimachineryPkgApisMetaV1LabelSelector labelSelector)IoK8sApiCoreV1TopologySpreadConstraintIoK8sApiCoreV1TopologySpreadConstraint. maxSkew(Integer maxSkew)IoK8sApiCoreV1TopologySpreadConstraintIoK8sApiCoreV1TopologySpreadConstraint. topologyKey(String topologyKey)IoK8sApiCoreV1TopologySpreadConstraintIoK8sApiCoreV1TopologySpreadConstraint. whenUnsatisfiable(String whenUnsatisfiable)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1TopologySpreadConstraint Modifier and Type Method Description List<IoK8sApiCoreV1TopologySpreadConstraint>IoK8sApiCoreV1PodSpec. getTopologySpreadConstraints()TopologySpreadConstraints describes how a group of pods ought to spread across topology domains.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1TopologySpreadConstraint Modifier and Type Method Description IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. addTopologySpreadConstraintsItem(IoK8sApiCoreV1TopologySpreadConstraint topologySpreadConstraintsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1TopologySpreadConstraint Modifier and Type Method Description voidIoK8sApiCoreV1PodSpec. setTopologySpreadConstraints(List<IoK8sApiCoreV1TopologySpreadConstraint> topologySpreadConstraints)IoK8sApiCoreV1PodSpecIoK8sApiCoreV1PodSpec. topologySpreadConstraints(List<IoK8sApiCoreV1TopologySpreadConstraint> topologySpreadConstraints)
-