Package io.kubernetes.client.proto
Interface V1.PodTemplateListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PodTemplateList,V1.PodTemplateList.Builder
- Enclosing class:
- V1
public static interface V1.PodTemplateListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) List of pod templatesintList of pod templatesList of pod templatesgetItemsOrBuilder(int index) List of pod templatesList<? extends V1.PodTemplateOrBuilder>List of pod templatesStandard list metadata.Standard list metadata.booleanStandard list metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<V1.PodTemplate> getItemsList()List of pod templates
repeated .k8s.io.api.core.v1.PodTemplate items = 2; -
getItems
List of pod templates
repeated .k8s.io.api.core.v1.PodTemplate items = 2; -
getItemsCount
int getItemsCount()List of pod templates
repeated .k8s.io.api.core.v1.PodTemplate items = 2; -
getItemsOrBuilderList
List<? extends V1.PodTemplateOrBuilder> getItemsOrBuilderList()List of pod templates
repeated .k8s.io.api.core.v1.PodTemplate items = 2; -
getItemsOrBuilder
List of pod templates
repeated .k8s.io.api.core.v1.PodTemplate items = 2;
-