Class IoK8sApiCoreV1ConfigMapNodeConfigSource


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiCoreV1ConfigMapNodeConfigSource
    extends Object
    ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
    • Constructor Detail

      • IoK8sApiCoreV1ConfigMapNodeConfigSource

        public IoK8sApiCoreV1ConfigMapNodeConfigSource()
    • Method Detail

      • getKubeletConfigKey

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

        public void setKubeletConfigKey​(String kubeletConfigKey)
      • getName

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

        public void setName​(String name)
      • getNamespace

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

        public void setNamespace​(String namespace)
      • getResourceVersion

        @Nullable
        public String getResourceVersion()
        ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
        Returns:
        resourceVersion
      • setResourceVersion

        public void setResourceVersion​(String resourceVersion)
      • getUid

        @Nullable
        public String getUid()
        UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.
        Returns:
        uid
      • setUid

        public void setUid​(String uid)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object