Class V1TypedLocalObjectReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1TypedLocalObjectReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1TypedLocalObjectReference
extends Object
TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.
-
Field Summary
Fields -
Constructor Summary
Constructors -
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 referencedgetName()
Name is the name of resource being referencedint
hashCode()
Set kind in a chainable fashion.Set name in a chainable fashion.void
setApiGroup
(String apiGroup) Set the apiGroup property valuevoid
Set the kind property valuevoid
Set the name property valuetoString()
-
Field Details
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_API_GROUP
- See Also:
-
-
Constructor Details
-
V1TypedLocalObjectReference
-
-
Method Details
-
getKind
Kind is the type of resource being referenced- Returns:
- the kind property value
-
setKind
Set the kind property value- Parameters:
kind
- property value to set
-
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1TypedLocalObjectReference for chaining.
-
getName
Name is the name of resource being referenced- 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 V1TypedLocalObjectReference for chaining.
-
getApiGroup
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.- Returns:
- the apiGroup property value
-
setApiGroup
Set the apiGroup property value- Parameters:
apiGroup
- property value to set
-
apiGroup
Set apiGroup in a chainable fashion.- Returns:
- The same instance of V1TypedLocalObjectReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-