Interface Generated.ConfigMapNodeConfigSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKubeletConfigKey()
      KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
      com.google.protobuf.ByteString getKubeletConfigKeyBytes()
      KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
      String getName()
      Name is the metadata.name of the referenced ConfigMap.
      com.google.protobuf.ByteString getNameBytes()
      Name is the metadata.name of the referenced ConfigMap.
      String getNamespace()
      Namespace is the metadata.namespace of the referenced ConfigMap.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace is the metadata.namespace of the referenced ConfigMap.
      String getResourceVersion()
      ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
      com.google.protobuf.ByteString getResourceVersionBytes()
      ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
      String getUid()
      UID is the metadata.UID of the referenced ConfigMap.
      com.google.protobuf.ByteString getUidBytes()
      UID is the metadata.UID of the referenced ConfigMap.
      boolean hasKubeletConfigKey()
      KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
      boolean hasName()
      Name is the metadata.name of the referenced ConfigMap.
      boolean hasNamespace()
      Namespace is the metadata.namespace of the referenced ConfigMap.
      boolean hasResourceVersion()
      ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
      boolean hasUid()
      UID is the metadata.UID of the referenced ConfigMap.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasNamespace

        boolean hasNamespace()
         Namespace is the metadata.namespace of the referenced ConfigMap.
         This field is required in all cases.
         
        optional string namespace = 1;
        Returns:
        Whether the namespace field is set.
      • getNamespace

        String getNamespace()
         Namespace is the metadata.namespace of the referenced ConfigMap.
         This field is required in all cases.
         
        optional string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace is the metadata.namespace of the referenced ConfigMap.
         This field is required in all cases.
         
        optional string namespace = 1;
        Returns:
        The bytes for namespace.
      • hasName

        boolean hasName()
         Name is the metadata.name of the referenced ConfigMap.
         This field is required in all cases.
         
        optional string name = 2;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Name is the metadata.name of the referenced ConfigMap.
         This field is required in all cases.
         
        optional string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name is the metadata.name of the referenced ConfigMap.
         This field is required in all cases.
         
        optional string name = 2;
        Returns:
        The bytes for name.
      • hasUid

        boolean hasUid()
         UID is the metadata.UID of the referenced ConfigMap.
         This field is forbidden in Node.Spec, and required in Node.Status.
         +optional
         
        optional string uid = 3;
        Returns:
        Whether the uid field is set.
      • getUid

        String getUid()
         UID is the metadata.UID of the referenced ConfigMap.
         This field is forbidden in Node.Spec, and required in Node.Status.
         +optional
         
        optional string uid = 3;
        Returns:
        The uid.
      • getUidBytes

        com.google.protobuf.ByteString getUidBytes()
         UID is the metadata.UID of the referenced ConfigMap.
         This field is forbidden in Node.Spec, and required in Node.Status.
         +optional
         
        optional string uid = 3;
        Returns:
        The bytes for uid.
      • hasResourceVersion

        boolean hasResourceVersion()
         ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
         This field is forbidden in Node.Spec, and required in Node.Status.
         +optional
         
        optional string resourceVersion = 4;
        Returns:
        Whether the resourceVersion field is set.
      • getResourceVersion

        String getResourceVersion()
         ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
         This field is forbidden in Node.Spec, and required in Node.Status.
         +optional
         
        optional string resourceVersion = 4;
        Returns:
        The resourceVersion.
      • getResourceVersionBytes

        com.google.protobuf.ByteString getResourceVersionBytes()
         ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
         This field is forbidden in Node.Spec, and required in Node.Status.
         +optional
         
        optional string resourceVersion = 4;
        Returns:
        The bytes for resourceVersion.
      • hasKubeletConfigKey

        boolean hasKubeletConfigKey()
         KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure
         This field is required in all cases.
         
        optional string kubeletConfigKey = 5;
        Returns:
        Whether the kubeletConfigKey field is set.
      • getKubeletConfigKey

        String getKubeletConfigKey()
         KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure
         This field is required in all cases.
         
        optional string kubeletConfigKey = 5;
        Returns:
        The kubeletConfigKey.
      • getKubeletConfigKeyBytes

        com.google.protobuf.ByteString getKubeletConfigKeyBytes()
         KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure
         This field is required in all cases.
         
        optional string kubeletConfigKey = 5;
        Returns:
        The bytes for kubeletConfigKey.