Class V1NodeConfigSource
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeConfigSource
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfigMap
(V1ConfigMapNodeConfigSource configMap) Set configMap in a chainable fashion.boolean
int
hashCode()
void
setConfigMap
(V1ConfigMapNodeConfigSource configMap) Set the configMap property valuetoString()
-
Field Details
-
JSON_PROPERTY_CONFIG_MAP
- See Also:
-
-
Constructor Details
-
V1NodeConfigSource
public V1NodeConfigSource()
-
-
Method Details
-
getConfigMap
- Returns:
- the configMap property value
-
setConfigMap
Set the configMap property value -
configMap
Set configMap in a chainable fashion.- Returns:
- The same instance of V1NodeConfigSource for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-