Class V1BoundObjectReference
java.lang.Object
io.kubernetes.client.openapi.models.V1BoundObjectReference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1BoundObjectReference
extends Object
BoundObjectReference is a reference to an object that a token is bound to.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) booleanAPI version of the referent.getKind()Kind of the referent.getName()Name of the referent.getUid()UID of the referent.inthashCode()voidsetApiVersion(String apiVersion) voidvoidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_UID
- See Also:
-
-
Constructor Details
-
V1BoundObjectReference
public V1BoundObjectReference()
-
-
Method Details
-
apiVersion
-
getApiVersion
API version of the referent.- Returns:
- apiVersion
-
setApiVersion
-
kind
-
getKind
Kind of the referent. Valid kinds are 'Pod' and 'Secret'.- Returns:
- kind
-
setKind
-
name
-
getName
Name of the referent.- Returns:
- name
-
setName
-
uid
-
getUid
UID of the referent.- Returns:
- uid
-
setUid
-
equals
-
hashCode
public int hashCode() -
toString
-