Class ConfigMapNodeConfigSource


  • public final class ConfigMapNodeConfigSource
    extends java.lang.Object
    • Method Detail

      • kubeletConfigKey

        public java.lang.String kubeletConfigKey()
        Returns:
        KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
      • name

        public java.lang.String name()
        Returns:
        Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
      • namespace

        public java.lang.String namespace()
        Returns:
        Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
      • resourceVersion

        public java.util.Optional<java.lang.String> resourceVersion()
        Returns:
        ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
      • uid

        public java.util.Optional<java.lang.String> uid()
        Returns:
        UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.