Interface V1.NamespaceListOrBuilder

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

public static interface V1.NamespaceListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getItems(int index)
    Items is the list of Namespace objects in the list.
    int
    Items is the list of Namespace objects in the list.
    Items is the list of Namespace objects in the list.
    getItemsOrBuilder(int index)
    Items is the list of Namespace objects in the list.
    Items is the list of Namespace objects in the list.
    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.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    • getMetadata

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

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

      List<V1.Namespace> getItemsList()
       Items is the list of Namespace objects in the list.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
       
      repeated .k8s.io.api.core.v1.Namespace items = 2;
    • getItems

      V1.Namespace getItems(int index)
       Items is the list of Namespace objects in the list.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
       
      repeated .k8s.io.api.core.v1.Namespace items = 2;
    • getItemsCount

      int getItemsCount()
       Items is the list of Namespace objects in the list.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
       
      repeated .k8s.io.api.core.v1.Namespace items = 2;
    • getItemsOrBuilderList

      List<? extends V1.NamespaceOrBuilder> getItemsOrBuilderList()
       Items is the list of Namespace objects in the list.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
       
      repeated .k8s.io.api.core.v1.Namespace items = 2;
    • getItemsOrBuilder

      V1.NamespaceOrBuilder getItemsOrBuilder(int index)
       Items is the list of Namespace objects in the list.
       More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
       
      repeated .k8s.io.api.core.v1.Namespace items = 2;