Package io.kubernetes.client.proto
Interface V1.EndpointsListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.EndpointsList,V1.EndpointsList.Builder
- Enclosing class:
- V1
public static interface V1.EndpointsListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) List of endpoints.intList of endpoints.List of endpoints.getItemsOrBuilder(int index) List of endpoints.List<? extends V1.EndpointsOrBuilder>List of endpoints.Standard 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.Endpoints> getItemsList()List of endpoints.
repeated .k8s.io.api.core.v1.Endpoints items = 2; -
getItems
List of endpoints.
repeated .k8s.io.api.core.v1.Endpoints items = 2; -
getItemsCount
int getItemsCount()List of endpoints.
repeated .k8s.io.api.core.v1.Endpoints items = 2; -
getItemsOrBuilderList
List<? extends V1.EndpointsOrBuilder> getItemsOrBuilderList()List of endpoints.
repeated .k8s.io.api.core.v1.Endpoints items = 2; -
getItemsOrBuilder
List of endpoints.
repeated .k8s.io.api.core.v1.Endpoints items = 2;
-