Class V1ConfigMapNodeConfigSourceFluentImpl<A extends V1ConfigMapNodeConfigSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ConfigMapNodeConfigSourceFluent<A>
- Direct Known Subclasses:
V1ConfigMapNodeConfigSourceBuilder
public class V1ConfigMapNodeConfigSourceFluentImpl<A extends V1ConfigMapNodeConfigSourceFluent<A>>
extends BaseFluent<A>
implements V1ConfigMapNodeConfigSourceFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ConfigMapNodeConfigSourceFluentImpl
(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getUid()
int
hashCode()
hasName()
hasUid()
toString()
withKubeletConfigKey
(String kubeletConfigKey) withNamespace
(String namespace) withResourceVersion
(String resourceVersion) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ConfigMapNodeConfigSourceFluentImpl
public V1ConfigMapNodeConfigSourceFluentImpl() -
V1ConfigMapNodeConfigSourceFluentImpl
public V1ConfigMapNodeConfigSourceFluentImpl(io.kubernetes.client.openapi.models.V1ConfigMapNodeConfigSource instance)
-
-
Method Details
-
getKubeletConfigKey
- Specified by:
getKubeletConfigKey
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
withKubeletConfigKey
- Specified by:
withKubeletConfigKey
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
hasKubeletConfigKey
- Specified by:
hasKubeletConfigKey
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
getNamespace
- Specified by:
getNamespace
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
withNamespace
- Specified by:
withNamespace
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
hasNamespace
- Specified by:
hasNamespace
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersion
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersion
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersion
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
getUid
- Specified by:
getUid
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
withUid
- Specified by:
withUid
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
hasUid
- Specified by:
hasUid
in interfaceV1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
-
toString
-