Class V1BoundObjectReference
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1BoundObjectReference
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1BoundObjectReference
extends Object
BoundObjectReference is a reference to an object that a token is bound to.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion
(String apiVersion) Set apiVersion in a chainable fashion.boolean
API version of the referent.getKind()
Kind of the referent.getName()
Name of the referent.getUid()
UID of the referent.int
hashCode()
Set kind in a chainable fashion.Set name in a chainable fashion.void
setApiVersion
(String apiVersion) Set the apiVersion property valuevoid
Set the kind property valuevoid
Set the name property valuevoid
Set the uid property valuetoString()
Set uid in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_API_VERSION
- See Also:
-
JSON_PROPERTY_KIND
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_UID
- See Also:
-
-
Constructor Details
-
V1BoundObjectReference
public V1BoundObjectReference()
-
-
Method Details
-
getApiVersion
API version of the referent.- Returns:
- the apiVersion property value
-
setApiVersion
Set the apiVersion property value -
apiVersion
Set apiVersion in a chainable fashion.- Returns:
- The same instance of V1BoundObjectReference for chaining.
-
getKind
Kind of the referent. Valid kinds are 'Pod' and 'Secret'.- Returns:
- the kind property value
-
setKind
Set the kind property value -
kind
Set kind in a chainable fashion.- Returns:
- The same instance of V1BoundObjectReference for chaining.
-
getName
Name of the referent.- Returns:
- the name property value
-
setName
Set the name property value -
name
Set name in a chainable fashion.- Returns:
- The same instance of V1BoundObjectReference for chaining.
-
getUid
UID of the referent.- Returns:
- the uid property value
-
setUid
Set the uid property value -
uid
Set uid in a chainable fashion.- Returns:
- The same instance of V1BoundObjectReference for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-