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 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

      V1Apps.Deployment getItems(int index)
       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

      V1Apps.DeploymentOrBuilder getItemsOrBuilder(int index)
       Items is the list of Deployments.
       
      repeated .k8s.io.api.apps.v1.Deployment items = 2;