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 Details

    • getKubeletConfigKey

      String getKubeletConfigKey()
    • withKubeletConfigKey

      A withKubeletConfigKey(String kubeletConfigKey)
    • hasKubeletConfigKey

      Boolean hasKubeletConfigKey()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getNamespace

      String getNamespace()
    • withNamespace

      A withNamespace(String namespace)
    • hasNamespace

      Boolean hasNamespace()
    • getResourceVersion

      String getResourceVersion()
    • withResourceVersion

      A withResourceVersion(String resourceVersion)
    • hasResourceVersion

      Boolean hasResourceVersion()
    • getUid

      String getUid()
    • withUid

      A withUid(String uid)
    • hasUid

      Boolean hasUid()