Interface V1Apps.ControllerRevisionListOrBuilder

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

public static interface V1Apps.ControllerRevisionListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getItems(int index)
    Items is the list of ControllerRevisions
    int
    Items is the list of ControllerRevisions
    Items is the list of ControllerRevisions
    getItemsOrBuilder(int index)
    Items is the list of ControllerRevisions
    Items is the list of ControllerRevisions
    More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
    More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
    boolean
    More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional

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

       Items is the list of ControllerRevisions
       
      repeated .k8s.io.api.apps.v1.ControllerRevision items = 2;
    • getItems

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

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

      List<? extends V1Apps.ControllerRevisionOrBuilder> getItemsOrBuilderList()
       Items is the list of ControllerRevisions
       
      repeated .k8s.io.api.apps.v1.ControllerRevision items = 2;
    • getItemsOrBuilder

      V1Apps.ControllerRevisionOrBuilder getItemsOrBuilder(int index)
       Items is the list of ControllerRevisions
       
      repeated .k8s.io.api.apps.v1.ControllerRevision items = 2;