public static interface V1Apps.DeploymentListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1Apps.Deployment |
getItems(int index)
Items is the list of Deployments.
|
int |
getItemsCount()
Items is the list of Deployments.
|
List<V1Apps.Deployment> |
getItemsList()
Items is the list of Deployments.
|
V1Apps.DeploymentOrBuilder |
getItemsOrBuilder(int index)
Items is the list of Deployments.
|
List<? extends V1Apps.DeploymentOrBuilder> |
getItemsOrBuilderList()
Items is the list of Deployments.
|
Meta.ListMeta |
getMetadata()
Standard list metadata.
|
Meta.ListMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata.
|
boolean |
hasMetadata()
Standard list metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMeta getMetadata()
Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMetaOrBuilder getMetadataOrBuilder()
Standard list metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;List<V1Apps.Deployment> getItemsList()
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1.Deployment items = 2;V1Apps.Deployment getItems(int index)
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1.Deployment items = 2;int getItemsCount()
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1.Deployment items = 2;List<? extends V1Apps.DeploymentOrBuilder> getItemsOrBuilderList()
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1.Deployment items = 2;V1Apps.DeploymentOrBuilder getItemsOrBuilder(int index)
Items is the list of Deployments.
repeated .k8s.io.api.apps.v1.Deployment items = 2;Copyright © 2019. All rights reserved.