public class V1NodeConfigSourceFluentImpl<A extends V1NodeConfigSourceFluent<A>> extends BaseFluent<A> implements V1NodeConfigSourceFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1NodeConfigSourceFluentImpl.ConfigMapNestedImpl<N> |
V1NodeConfigSourceFluent.ConfigMapNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1NodeConfigSourceFluentImpl() |
V1NodeConfigSourceFluentImpl(io.kubernetes.client.openapi.models.V1NodeConfigSource instance) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource |
buildConfigMap() |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
editConfigMap() |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
editOrNewConfigMap() |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
editOrNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource item) |
boolean |
equals(Object o) |
io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource |
getConfigMap()
Deprecated.
|
Boolean |
hasConfigMap() |
int |
hashCode() |
A |
withConfigMap(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource configMap) |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
withNewConfigMap() |
V1NodeConfigSourceFluent.ConfigMapNested<A> |
withNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource item) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1NodeConfigSourceFluentImpl()
public V1NodeConfigSourceFluentImpl(io.kubernetes.client.openapi.models.V1NodeConfigSource instance)
@Deprecated public io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource getConfigMap()
getConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource buildConfigMap()
buildConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public A withConfigMap(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource configMap)
withConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public Boolean hasConfigMap()
hasConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public V1NodeConfigSourceFluent.ConfigMapNested<A> withNewConfigMap()
withNewConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public V1NodeConfigSourceFluent.ConfigMapNested<A> withNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource item)
withNewConfigMapLike
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public V1NodeConfigSourceFluent.ConfigMapNested<A> editConfigMap()
editConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public V1NodeConfigSourceFluent.ConfigMapNested<A> editOrNewConfigMap()
editOrNewConfigMap
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
public V1NodeConfigSourceFluent.ConfigMapNested<A> editOrNewConfigMapLike(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource item)
editOrNewConfigMapLike
in interface V1NodeConfigSourceFluent<A extends V1NodeConfigSourceFluent<A>>
Copyright © 2021. All rights reserved.