Class V1NodeConfigSource
java.lang.Object
io.kubernetes.client.openapi.models.V1NodeConfigSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1NodeConfigSource
extends Object
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigMap
(V1ConfigMapNodeConfigSource configMap) boolean
Get configMapint
hashCode()
void
setConfigMap
(V1ConfigMapNodeConfigSource configMap) toString()
-
Field Details
-
SERIALIZED_NAME_CONFIG_MAP
- See Also:
-
-
Constructor Details
-
V1NodeConfigSource
public V1NodeConfigSource()
-
-
Method Details