Interface Generated.SecretProjectionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.KeyToPath getItems​(int index)
      items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
      int getItemsCount()
      items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
      List<Generated.KeyToPath> getItemsList()
      items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
      Generated.KeyToPathOrBuilder getItemsOrBuilder​(int index)
      items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
      List<? extends Generated.KeyToPathOrBuilder> getItemsOrBuilderList()
      items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value.
      Generated.LocalObjectReference getLocalObjectReference()
      optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
      Generated.LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()
      optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
      boolean getOptional()
      optional field specify whether the Secret or its key must be defined +optional
      boolean hasLocalObjectReference()
      optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
      boolean hasOptional()
      optional field specify whether the Secret or its key must be defined +optional
      • 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

      • hasLocalObjectReference

        boolean hasLocalObjectReference()
        optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
        Returns:
        Whether the localObjectReference field is set.
      • getLocalObjectReference

        Generated.LocalObjectReference getLocalObjectReference()
        optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
        Returns:
        The localObjectReference.
      • getItemsList

        List<Generated.KeyToPath> getItemsList()
         items if unspecified, each key-value pair in the Data field of the referenced
         Secret will be projected into the volume as a file whose name is the
         key and content is the value. If specified, the listed keys will be
         projected into the specified paths, and unlisted keys will not be
         present. If a key is specified which is not present in the Secret,
         the volume setup will error unless it is marked optional. Paths must be
         relative and may not contain the '..' path or start with '..'.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.KeyToPath items = 2;
      • getItems

        Generated.KeyToPath getItems​(int index)
         items if unspecified, each key-value pair in the Data field of the referenced
         Secret will be projected into the volume as a file whose name is the
         key and content is the value. If specified, the listed keys will be
         projected into the specified paths, and unlisted keys will not be
         present. If a key is specified which is not present in the Secret,
         the volume setup will error unless it is marked optional. Paths must be
         relative and may not contain the '..' path or start with '..'.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.KeyToPath items = 2;
      • getItemsCount

        int getItemsCount()
         items if unspecified, each key-value pair in the Data field of the referenced
         Secret will be projected into the volume as a file whose name is the
         key and content is the value. If specified, the listed keys will be
         projected into the specified paths, and unlisted keys will not be
         present. If a key is specified which is not present in the Secret,
         the volume setup will error unless it is marked optional. Paths must be
         relative and may not contain the '..' path or start with '..'.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.KeyToPath items = 2;
      • getItemsOrBuilderList

        List<? extends Generated.KeyToPathOrBuilder> getItemsOrBuilderList()
         items if unspecified, each key-value pair in the Data field of the referenced
         Secret will be projected into the volume as a file whose name is the
         key and content is the value. If specified, the listed keys will be
         projected into the specified paths, and unlisted keys will not be
         present. If a key is specified which is not present in the Secret,
         the volume setup will error unless it is marked optional. Paths must be
         relative and may not contain the '..' path or start with '..'.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.KeyToPath items = 2;
      • getItemsOrBuilder

        Generated.KeyToPathOrBuilder getItemsOrBuilder​(int index)
         items if unspecified, each key-value pair in the Data field of the referenced
         Secret will be projected into the volume as a file whose name is the
         key and content is the value. If specified, the listed keys will be
         projected into the specified paths, and unlisted keys will not be
         present. If a key is specified which is not present in the Secret,
         the volume setup will error unless it is marked optional. Paths must be
         relative and may not contain the '..' path or start with '..'.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.KeyToPath items = 2;
      • hasOptional

        boolean hasOptional()
         optional field specify whether the Secret or its key must be defined
         +optional
         
        optional bool optional = 4;
        Returns:
        Whether the optional field is set.
      • getOptional

        boolean getOptional()
         optional field specify whether the Secret or its key must be defined
         +optional
         
        optional bool optional = 4;
        Returns:
        The optional.