Class V1beta1ParentReference
java.lang.Object
io.kubernetes.client.openapi.models.V1beta1ParentReference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1beta1ParentReference
extends Object
ParentReference describes a reference to a parent object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getGroup()
Group is the group of the object being referenced.getName()
Name is the name of the object being referenced.Namespace is the namespace of the object being referenced.Resource is the resource of the object being referenced.int
hashCode()
void
void
void
setNamespace
(String namespace) void
setResource
(String resource) toString()
-
Field Details
-
SERIALIZED_NAME_GROUP
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NAMESPACE
- See Also:
-
SERIALIZED_NAME_RESOURCE
- See Also:
-
-
Constructor Details
-
V1beta1ParentReference
public V1beta1ParentReference()
-
-
Method Details
-
group
-
getGroup
Group is the group of the object being referenced.- Returns:
- group
-
setGroup
-
name
-
getName
Name is the name of the object being referenced.- Returns:
- name
-
setName
-
namespace
-
getNamespace
Namespace is the namespace of the object being referenced.- Returns:
- namespace
-
setNamespace
-
resource
-
getResource
Resource is the resource of the object being referenced.- Returns:
- resource
-
setResource
-
equals
-
hashCode
public int hashCode() -
toString
-