Class V1alpha2PodGroupResourceClaimStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha2PodGroupResourceClaimStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha2PodGroupResourceClaimStatus
extends Object
PodGroupResourceClaimStatus is stored in the PodGroupStatus for each PodGroupResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name uniquely identifies this resource claim inside the PodGroup.ResourceClaimName is the name of the ResourceClaim that was generated for the PodGroup in the namespace of the PodGroup.inthashCode()Set name in a chainable fashion.resourceClaimName(String resourceClaimName) Set resourceClaimName in a chainable fashion.voidSet the name property valuevoidsetResourceClaimName(String resourceClaimName) Set the resourceClaimName property valuetoString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_RESOURCE_CLAIM_NAME
- See Also:
-
-
Constructor Details
-
V1alpha2PodGroupResourceClaimStatus
-
-
Method Details
-
getName
Name uniquely identifies this resource claim inside the PodGroup. This must match the name of an entry in podgroup.spec.resourceClaims, which implies that the string must be a DNS_LABEL.- 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 V1alpha2PodGroupResourceClaimStatus for chaining.
-
getResourceClaimName
ResourceClaimName is the name of the ResourceClaim that was generated for the PodGroup in the namespace of the PodGroup. If this is unset, then generating a ResourceClaim was not necessary. The podgroup.spec.resourceClaims entry can be ignored in this case.- Returns:
- the resourceClaimName property value
-
setResourceClaimName
Set the resourceClaimName property value- Parameters:
resourceClaimName- property value to set
-
resourceClaimName
Set resourceClaimName in a chainable fashion.- Returns:
- The same instance of V1alpha2PodGroupResourceClaimStatus for chaining.
-
equals
-
hashCode
-
toString
-