Class V1alpha1PodGroup
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1PodGroup
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1PodGroup
extends Object
PodGroup represents a set of pods with a common scheduling policy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name is a unique identifier for the PodGroup within the Workload.inthashCode()Set name in a chainable fashion.policy(V1alpha1PodGroupPolicy policy) Set policy in a chainable fashion.voidSet the name property valuevoidsetPolicy(V1alpha1PodGroupPolicy policy) Set the policy property valuetoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_POLICY
- See Also:
-
-
Constructor Details
-
V1alpha1PodGroup
-
-
Method Details
-
getName
Name is a unique identifier for the PodGroup within the Workload. It must be a DNS label. This field is immutable.- Returns:
- the name property value
-
setName
Set the name property value- Parameters:
name- property value to set
-
name
Set name in a chainable fashion.- Returns:
- The same instance of V1alpha1PodGroup for chaining.
-
getPolicy
- Returns:
- the policy property value
-
setPolicy
Set the policy property value- Parameters:
policy- property value to set
-
policy
Set policy in a chainable fashion.- Returns:
- The same instance of V1alpha1PodGroup for chaining.
-
equals
-
hashCode
-
toString
-