Class V1alpha1GangSchedulingPolicy
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1GangSchedulingPolicy
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1GangSchedulingPolicy
extends Object
GangSchedulingPolicy defines the parameters for gang scheduling.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMinCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group.inthashCode()Set minCount in a chainable fashion.voidsetMinCount(Integer minCount) Set the minCount property valuetoString()
-
Field Details
-
JSON_PROPERTY_MIN_COUNT
- See Also:
-
-
Constructor Details
-
V1alpha1GangSchedulingPolicy
-
-
Method Details
-
getMinCount
MinCount is the minimum number of pods that must be schedulable or scheduled at the same time for the scheduler to admit the entire group. It must be a positive integer.- Returns:
- the minCount property value
-
setMinCount
Set the minCount property value- Parameters:
minCount- property value to set
-
minCount
Set minCount in a chainable fashion.- Returns:
- The same instance of V1alpha1GangSchedulingPolicy for chaining.
-
equals
-
hashCode
-
toString
-