Class V1RoleRef
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1RoleRef
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1RoleRef
extends Object
RoleRef contains information that points to the role being used
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet apiGroup in a chainable fashion.boolean
APIGroup is the group for the resource being referencedgetKind()
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_API_GROUP
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
V1RoleRef
-
-
Method Details
-
getApiGroup
APIGroup is the group for the resource being referenced- Returns:
- the apiGroup property value
-
setApiGroup
Set the apiGroup property value -
apiGroup
Set apiGroup in a chainable fashion.- Returns:
- The same instance of V1RoleRef for chaining.
-
getKind
Kind is the type of resource being referenced- Returns:
- the kind property value
-
setKind
Set the kind property value -
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1RoleRef 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 V1RoleRef for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-