@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ConfigMapNodeConfigSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_KUBELET_CONFIG_KEY |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_NAMESPACE |
static String |
SERIALIZED_NAME_RESOURCE_VERSION |
static String |
SERIALIZED_NAME_UID |
Constructor and Description |
---|
V1ConfigMapNodeConfigSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKubeletConfigKey()
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the
KubeletConfiguration structure This field is required in all cases.
|
String |
getName()
Name is the metadata.name of the referenced ConfigMap.
|
String |
getNamespace()
Namespace is the metadata.namespace of the referenced ConfigMap.
|
String |
getResourceVersion()
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
|
String |
getUid()
UID is the metadata.UID of the referenced ConfigMap.
|
int |
hashCode() |
V1ConfigMapNodeConfigSource |
kubeletConfigKey(String kubeletConfigKey) |
V1ConfigMapNodeConfigSource |
name(String name) |
V1ConfigMapNodeConfigSource |
namespace(String namespace) |
V1ConfigMapNodeConfigSource |
resourceVersion(String resourceVersion) |
void |
setKubeletConfigKey(String kubeletConfigKey) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setResourceVersion(String resourceVersion) |
void |
setUid(String uid) |
String |
toString() |
V1ConfigMapNodeConfigSource |
uid(String uid) |
public static final String SERIALIZED_NAME_KUBELET_CONFIG_KEY
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAMESPACE
public static final String SERIALIZED_NAME_RESOURCE_VERSION
public static final String SERIALIZED_NAME_UID
public V1ConfigMapNodeConfigSource kubeletConfigKey(String kubeletConfigKey)
public String getKubeletConfigKey()
public void setKubeletConfigKey(String kubeletConfigKey)
public V1ConfigMapNodeConfigSource name(String name)
public String getName()
public void setName(String name)
public V1ConfigMapNodeConfigSource namespace(String namespace)
public String getNamespace()
public void setNamespace(String namespace)
public V1ConfigMapNodeConfigSource resourceVersion(String resourceVersion)
@Nullable public String getResourceVersion()
public void setResourceVersion(String resourceVersion)
public V1ConfigMapNodeConfigSource uid(String uid)
@Nullable public String getUid()
public void setUid(String uid)
Copyright © 2020. All rights reserved.