Interface V1.ConfigMapNodeConfigSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ConfigMapNodeConfigSource, V1.ConfigMapNodeConfigSource.Builder
Enclosing class:
V1

public static interface V1.ConfigMapNodeConfigSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
    com.google.protobuf.ByteString
    KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
    Name is the metadata.name of the referenced ConfigMap.
    com.google.protobuf.ByteString
    Name is the metadata.name of the referenced ConfigMap.
    Namespace is the metadata.namespace of the referenced ConfigMap.
    com.google.protobuf.ByteString
    Namespace is the metadata.namespace of the referenced ConfigMap.
    ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
    com.google.protobuf.ByteString
    ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
    UID is the metadata.UID of the referenced ConfigMap.
    com.google.protobuf.ByteString
    UID is the metadata.UID of the referenced ConfigMap.
    boolean
    KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
    boolean
    Name is the metadata.name of the referenced ConfigMap.
    boolean
    Namespace is the metadata.namespace of the referenced ConfigMap.
    boolean
    ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.
    boolean
    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 Details

    • hasNamespace

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

      String getNamespace()
       Namespace is the metadata.namespace of the referenced ConfigMap.
       This field is required in all cases.
       
      optional string namespace = 1;
    • 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;
    • hasName

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

      String getName()
       Name is the metadata.name of the referenced ConfigMap.
       This field is required in all cases.
       
      optional string name = 2;
    • 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;
    • 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;
    • 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;
    • 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;
    • 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;
    • 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;
    • 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;
    • 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;
    • 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;
    • 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;