Package net.stickycode.kuuty.model.v18
Class IoK8sApiAuthenticationV1BoundObjectReference
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAuthenticationV1BoundObjectReference
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAuthenticationV1BoundObjectReference extends Object
BoundObjectReference is a reference to an object that a token is bound to.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_API_VERSIONstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_UID
-
Constructor Summary
Constructors Constructor Description IoK8sApiAuthenticationV1BoundObjectReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiAuthenticationV1BoundObjectReferenceapiVersion(String apiVersion)booleanequals(Object o)StringgetApiVersion()API version of the referent.StringgetKind()Kind of the referent.StringgetName()Name of the referent.StringgetUid()UID of the referent.inthashCode()IoK8sApiAuthenticationV1BoundObjectReferencekind(String kind)IoK8sApiAuthenticationV1BoundObjectReferencename(String name)voidsetApiVersion(String apiVersion)voidsetKind(String kind)voidsetName(String name)voidsetUid(String uid)StringtoString()IoK8sApiAuthenticationV1BoundObjectReferenceuid(String uid)
-
-
-
Field Detail
-
JSON_PROPERTY_API_VERSION
public static final String JSON_PROPERTY_API_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_KIND
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UID
public static final String JSON_PROPERTY_UID
- See Also:
- Constant Field Values
-
-
Method Detail
-
apiVersion
public IoK8sApiAuthenticationV1BoundObjectReference apiVersion(String apiVersion)
-
getApiVersion
@Nullable public String getApiVersion()
API version of the referent.- Returns:
- apiVersion
-
setApiVersion
public void setApiVersion(String apiVersion)
-
kind
public IoK8sApiAuthenticationV1BoundObjectReference kind(String kind)
-
getKind
@Nullable public String getKind()
Kind of the referent. Valid kinds are 'Pod' and 'Secret'.- Returns:
- kind
-
setKind
public void setKind(String kind)
-
name
public IoK8sApiAuthenticationV1BoundObjectReference name(String name)
-
getName
@Nullable public String getName()
Name of the referent.- Returns:
- name
-
setName
public void setName(String name)
-
uid
public IoK8sApiAuthenticationV1BoundObjectReference uid(String uid)
-
getUid
@Nullable public String getUid()
UID of the referent.- Returns:
- uid
-
setUid
public void setUid(String uid)
-
-