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