@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ResourceAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_GROUP |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NAMESPACE |
static String |
SERIALIZED_NAME_RESOURCE |
static String |
SERIALIZED_NAME_SUBRESOURCE |
static String |
SERIALIZED_NAME_VERB |
static String |
SERIALIZED_NAME_VERSION |
Constructor and Description |
---|
V1ResourceAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroup()
Group is the API Group of the Resource.
|
String |
getName()
Name is the name of the resource being requested for a \"get\" or deleted for a
\"delete\".
|
String |
getNamespace()
Namespace is the namespace of the action being requested.
|
String |
getResource()
Resource is one of the existing resource types.
|
String |
getSubresource()
Subresource is one of the existing resource types.
|
String |
getVerb()
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.
|
String |
getVersion()
Version is the API Version of the Resource.
|
V1ResourceAttributes |
group(String group) |
int |
hashCode() |
V1ResourceAttributes |
name(String name) |
V1ResourceAttributes |
namespace(String namespace) |
V1ResourceAttributes |
resource(String resource) |
void |
setGroup(String group) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setResource(String resource) |
void |
setSubresource(String subresource) |
void |
setVerb(String verb) |
void |
setVersion(String version) |
V1ResourceAttributes |
subresource(String subresource) |
String |
toString() |
V1ResourceAttributes |
verb(String verb) |
V1ResourceAttributes |
version(String version) |
public static final String SERIALIZED_NAME_GROUP
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAMESPACE
public static final String SERIALIZED_NAME_RESOURCE
public static final String SERIALIZED_NAME_SUBRESOURCE
public static final String SERIALIZED_NAME_VERB
public static final String SERIALIZED_NAME_VERSION
public V1ResourceAttributes group(String group)
@Nullable public String getGroup()
public void setGroup(String group)
public V1ResourceAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public V1ResourceAttributes namespace(String namespace)
@Nullable public String getNamespace()
public void setNamespace(String namespace)
public V1ResourceAttributes resource(String resource)
@Nullable public String getResource()
public void setResource(String resource)
public V1ResourceAttributes subresource(String subresource)
@Nullable public String getSubresource()
public void setSubresource(String subresource)
public V1ResourceAttributes verb(String verb)
@Nullable public String getVerb()
public void setVerb(String verb)
public V1ResourceAttributes version(String version)
@Nullable public String getVersion()
public void setVersion(String version)
Copyright © 2020. All rights reserved.