Class V1PodSchedulingGroup
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1PodSchedulingGroup
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1PodSchedulingGroup
extends Object
PodSchedulingGroup identifies the runtime scheduling group instance that a Pod belongs to. The scheduler uses this information to apply workload-aware scheduling semantics. Exactly one field must be specified.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanPodGroupName specifies the name of the standalone PodGroup object that represents the runtime instance of this group.inthashCode()podGroupName(String podGroupName) Set podGroupName in a chainable fashion.voidsetPodGroupName(String podGroupName) Set the podGroupName property valuetoString()
-
Field Details
-
JSON_PROPERTY_POD_GROUP_NAME
- See Also:
-
-
Constructor Details
-
V1PodSchedulingGroup
public V1PodSchedulingGroup()
-
-
Method Details
-
getPodGroupName
PodGroupName specifies the name of the standalone PodGroup object that represents the runtime instance of this group. Must be a DNS subdomain.- Returns:
- the podGroupName property value
-
setPodGroupName
Set the podGroupName property value- Parameters:
podGroupName- property value to set
-
podGroupName
Set podGroupName in a chainable fashion.- Returns:
- The same instance of V1PodSchedulingGroup for chaining.
-
equals
-
hashCode
-
toString
-