Interface V1.DownwardAPIProjectionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getItems(int index)
    Items is a list of DownwardAPIVolume file +optional
    int
    Items is a list of DownwardAPIVolume file +optional
    Items is a list of DownwardAPIVolume file +optional
    getItemsOrBuilder(int index)
    Items is a list of DownwardAPIVolume file +optional
    Items is a list of DownwardAPIVolume file +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 Details

    • getItemsList

       Items is a list of DownwardAPIVolume file
       +optional
       
      repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;
    • getItems

      V1.DownwardAPIVolumeFile getItems(int index)
       Items is a list of DownwardAPIVolume file
       +optional
       
      repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;
    • getItemsCount

      int getItemsCount()
       Items is a list of DownwardAPIVolume file
       +optional
       
      repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;
    • getItemsOrBuilderList

      List<? extends V1.DownwardAPIVolumeFileOrBuilder> getItemsOrBuilderList()
       Items is a list of DownwardAPIVolume file
       +optional
       
      repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;
    • getItemsOrBuilder

      V1.DownwardAPIVolumeFileOrBuilder getItemsOrBuilder(int index)
       Items is a list of DownwardAPIVolume file
       +optional
       
      repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;