Class V1alpha2ResourceClaimParametersReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha2ResourceClaimParametersReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha2ResourceClaimParametersReference
extends Object
ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSet apiGroup in a chainable fashion.booleanAPIGroup is the group for the resource being referenced.getKind()Kind is the type of resource being referenced.getName()Name is the name of resource being referenced.inthashCode()Set kind in a chainable fashion.Set name in a chainable fashion.voidsetApiGroup(String apiGroup) Set the apiGroup property valuevoidSet the kind property valuevoidSet the name property valuetoString()
- 
Field Details- 
JSON_PROPERTY_KIND- See Also:
 
- 
JSON_PROPERTY_NAME- See Also:
 
- 
JSON_PROPERTY_API_GROUP- See Also:
 
 
- 
- 
Constructor Details- 
V1alpha2ResourceClaimParametersReference
 
- 
- 
Method Details- 
getKindKind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example \"ConfigMap\".- Returns:
- the kind property value
 
- 
setKindSet the kind property value- Parameters:
- kind- property value to set
 
- 
kindSet kind in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClaimParametersReference for chaining.
 
- 
getNameName is the name of resource being referenced.- Returns:
- the name property value
 
- 
setNameSet the name property value- Parameters:
- name- property value to set
 
- 
nameSet name in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClaimParametersReference for chaining.
 
- 
getApiGroupAPIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources.- Returns:
- the apiGroup property value
 
- 
setApiGroupSet the apiGroup property value- Parameters:
- apiGroup- property value to set
 
- 
apiGroupSet apiGroup in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClaimParametersReference for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-