Class V1alpha2ResourceClassParametersReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha2ResourceClassParametersReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha2ResourceClassParametersReference
extends Object
ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet apiGroup in a chainable fashion.boolean
APIGroup 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.Namespace that contains the referenced resource.int
hashCode()
Set kind in a chainable fashion.Set name in a chainable fashion.Set namespace in a chainable fashion.void
setApiGroup
(String apiGroup) Set the apiGroup property valuevoid
Set the kind property valuevoid
Set the name property valuevoid
setNamespace
(String namespace) Set the namespace property valuetoString()
-
Field Details
-
JSON_PROPERTY_API_GROUP
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
-
Constructor Details
-
V1alpha2ResourceClassParametersReference
-
-
Method Details
-
getApiGroup
APIGroup 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
-
setApiGroup
Set the apiGroup property value -
apiGroup
Set apiGroup in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClassParametersReference for chaining.
-
getKind
Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata.- Returns:
- the kind property value
-
setKind
Set the kind property value -
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClassParametersReference for chaining.
-
getName
Name is the name of resource being referenced.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClassParametersReference for chaining.
-
getNamespace
Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources.- Returns:
- the namespace property value
-
setNamespace
Set the namespace property value -
namespace
Set namespace in a chainable fashion.- Returns:
- The same instance of V1alpha2ResourceClassParametersReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-