Package io.kubernetes.client.proto
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 TypeMethodDescriptiongetItems
(int index) Items is a list of DownwardAPIVolume file +optionalint
Items is a list of DownwardAPIVolume file +optionalItems is a list of DownwardAPIVolume file +optionalgetItemsOrBuilder
(int index) Items is a list of DownwardAPIVolume file +optionalList<? extends V1.DownwardAPIVolumeFileOrBuilder>
Items is a list of DownwardAPIVolume file +optionalMethods 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
List<V1.DownwardAPIVolumeFile> getItemsList()Items is a list of DownwardAPIVolume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;
-
getItems
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
Items is a list of DownwardAPIVolume file +optional
repeated .k8s.io.api.core.v1.DownwardAPIVolumeFile items = 1;
-