@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1OwnerReference extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_BLOCK_OWNER_DELETION |
static String |
SERIALIZED_NAME_CONTROLLER |
static String |
SERIALIZED_NAME_KIND |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_UID |
Constructor and Description |
---|
V1OwnerReference() |
Modifier and Type | Method and Description |
---|---|
V1OwnerReference |
apiVersion(String apiVersion) |
V1OwnerReference |
blockOwnerDeletion(Boolean blockOwnerDeletion) |
V1OwnerReference |
controller(Boolean controller) |
boolean |
equals(Object o) |
String |
getApiVersion()
API version of the referent.
|
Boolean |
getBlockOwnerDeletion()
If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner
cannot be deleted from the key-value store until this reference is removed.
|
Boolean |
getController()
If true, this reference points to the managing controller.
|
String |
getKind()
Kind of the referent.
|
String |
getName()
Name of the referent.
|
String |
getUid()
UID of the referent.
|
int |
hashCode() |
V1OwnerReference |
kind(String kind) |
V1OwnerReference |
name(String name) |
void |
setApiVersion(String apiVersion) |
void |
setBlockOwnerDeletion(Boolean blockOwnerDeletion) |
void |
setController(Boolean controller) |
void |
setKind(String kind) |
void |
setName(String name) |
void |
setUid(String uid) |
String |
toString() |
V1OwnerReference |
uid(String uid) |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_BLOCK_OWNER_DELETION
public static final String SERIALIZED_NAME_CONTROLLER
public static final String SERIALIZED_NAME_KIND
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_UID
public V1OwnerReference apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1OwnerReference blockOwnerDeletion(Boolean blockOwnerDeletion)
@Nullable public Boolean getBlockOwnerDeletion()
public void setBlockOwnerDeletion(Boolean blockOwnerDeletion)
public V1OwnerReference controller(Boolean controller)
@Nullable public Boolean getController()
public void setController(Boolean controller)
public V1OwnerReference kind(String kind)
public String getKind()
public void setKind(String kind)
public V1OwnerReference name(String name)
public String getName()
public void setName(String name)
public V1OwnerReference uid(String uid)
public String getUid()
public void setUid(String uid)
Copyright © 2020. All rights reserved.