Package io.kubernetes.client.proto
Interface V1beta1Apps.DeploymentListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apps.DeploymentList,V1beta1Apps.DeploymentList.Builder
- Enclosing class:
- V1beta1Apps
public static interface V1beta1Apps.DeploymentListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetItems(int index) Items is the list of Deployments.intItems is the list of Deployments.Items is the list of Deployments.getItemsOrBuilder(int index) Items is the list of Deployments.List<? extends V1beta1Apps.DeploymentOrBuilder>Items is the list of Deployments.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. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadata
Meta.ListMeta getMetadata()Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getMetadataOrBuilder
Meta.ListMetaOrBuilder getMetadataOrBuilder()Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; -
getItemsList
List<V1beta1Apps.Deployment> getItemsList()Items is the list of Deployments.
repeated .k8s.io.api.apps.v1beta1.Deployment items = 2; -
getItems
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1beta1.Deployment items = 2; -
getItemsCount
int getItemsCount()Items is the list of Deployments.
repeated .k8s.io.api.apps.v1beta1.Deployment items = 2; -
getItemsOrBuilderList
List<? extends V1beta1Apps.DeploymentOrBuilder> getItemsOrBuilderList()Items is the list of Deployments.
repeated .k8s.io.api.apps.v1beta1.Deployment items = 2; -
getItemsOrBuilder
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1beta1.Deployment items = 2;
-