Class V1ClaimSource
java.lang.Object
io.kubernetes.client.openapi.models.V1ClaimSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-02-02T17:56:12.287571Z[Etc/UTC]")
public class V1ClaimSource
extends Object
ClaimSource describes a reference to a ResourceClaim. Exactly one of these fields should be set. Consumers of this type must treat an empty object as if it has an unknown value.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static V1ClaimSource
Create an instance of V1ClaimSource given an JSON stringResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.int
hashCode()
resourceClaimName
(String resourceClaimName) resourceClaimTemplateName
(String resourceClaimTemplateName) void
setResourceClaimName
(String resourceClaimName) void
setResourceClaimTemplateName
(String resourceClaimTemplateName) toJson()
Convert an instance of V1ClaimSource to an JSON stringtoString()
static void
validateJsonObject
(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RESOURCE_CLAIM_NAME
- See Also:
-
SERIALIZED_NAME_RESOURCE_CLAIM_TEMPLATE_NAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1ClaimSource
public V1ClaimSource()
-
-
Method Details
-
resourceClaimName
-
getResourceClaimName
ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.- Returns:
- resourceClaimName
-
setResourceClaimName
-
resourceClaimTemplateName
-
getResourceClaimTemplateName
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod. The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses. This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.- Returns:
- resourceClaimTemplateName
-
setResourceClaimTemplateName
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates the JSON Object and throws an exception if issues found- Parameters:
jsonObj
- JSON Object- Throws:
IOException
- if the JSON Object is invalid with respect to V1ClaimSource
-
fromJson
Create an instance of V1ClaimSource given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1ClaimSource
- Throws:
IOException
- if the JSON string is invalid with respect to V1ClaimSource
-
toJson
Convert an instance of V1ClaimSource to an JSON string- Returns:
- JSON string
-