Class V1alpha1PodGroupPolicy
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1PodGroupPolicy
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1PodGroupPolicy
extends Object
PodGroupPolicy defines the scheduling configuration for a PodGroup.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet basic in a chainable fashion.booleanSet gang in a chainable fashion.getBasic()Basic specifies that the pods in this group should be scheduled using standard Kubernetes scheduling behavior.getGang()inthashCode()voidSet the basic property valuevoidSet the gang property valuetoString()
-
Field Details
-
JSON_PROPERTY_BASIC
- See Also:
-
JSON_PROPERTY_GANG
- See Also:
-
-
Constructor Details
-
V1alpha1PodGroupPolicy
public V1alpha1PodGroupPolicy()
-
-
Method Details
-
getBasic
Basic specifies that the pods in this group should be scheduled using standard Kubernetes scheduling behavior.- Returns:
- the basic property value
-
setBasic
Set the basic property value- Parameters:
basic- property value to set
-
basic
Set basic in a chainable fashion.- Returns:
- The same instance of V1alpha1PodGroupPolicy for chaining.
-
getGang
- Returns:
- the gang property value
-
setGang
Set the gang property value- Parameters:
gang- property value to set
-
gang
Set gang in a chainable fashion.- Returns:
- The same instance of V1alpha1PodGroupPolicy for chaining.
-
equals
-
hashCode
-
toString
-