Interface V1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1NodeConfigSourceFluent.ConfigMapNested<N>
- All Known Implementing Classes:
V1ConfigMapNodeConfigSourceBuilder
,V1ConfigMapNodeConfigSourceFluentImpl
public interface V1ConfigMapNodeConfigSourceFluent<A extends V1ConfigMapNodeConfigSourceFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getUid()
hasName()
hasUid()
withKubeletConfigKey
(String kubeletConfigKey) withNamespace
(String namespace) withResourceVersion
(String resourceVersion)
-
Method Details
-
getKubeletConfigKey
String getKubeletConfigKey() -
withKubeletConfigKey
-
hasKubeletConfigKey
Boolean hasKubeletConfigKey() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getNamespace
String getNamespace() -
withNamespace
-
hasNamespace
Boolean hasNamespace() -
getResourceVersion
String getResourceVersion() -
withResourceVersion
-
hasResourceVersion
Boolean hasResourceVersion() -
getUid
String getUid() -
withUid
-
hasUid
Boolean hasUid()
-