Interface V1Apps.StatefulSetListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Apps.StatefulSetList, V1Apps.StatefulSetList.Builder
Enclosing class:
V1Apps

public static interface V1Apps.StatefulSetListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       Standard list's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getMetadata

      Meta.ListMeta getMetadata()
       Standard list's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ListMetaOrBuilder getMetadataOrBuilder()
       Standard list's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getItemsList

      List<V1Apps.StatefulSet> getItemsList()
       Items is the list of stateful sets.
       
      repeated .k8s.io.api.apps.v1.StatefulSet items = 2;
    • getItems

      V1Apps.StatefulSet getItems(int index)
       Items is the list of stateful sets.
       
      repeated .k8s.io.api.apps.v1.StatefulSet items = 2;
    • getItemsCount

      int getItemsCount()
       Items is the list of stateful sets.
       
      repeated .k8s.io.api.apps.v1.StatefulSet items = 2;
    • getItemsOrBuilderList

      List<? extends V1Apps.StatefulSetOrBuilder> getItemsOrBuilderList()
       Items is the list of stateful sets.
       
      repeated .k8s.io.api.apps.v1.StatefulSet items = 2;
    • getItemsOrBuilder

      V1Apps.StatefulSetOrBuilder getItemsOrBuilder(int index)
       Items is the list of stateful sets.
       
      repeated .k8s.io.api.apps.v1.StatefulSet items = 2;