public static interface V1.NamespaceListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.Namespace |
getItems(int index)
Items is the list of Namespace objects in the list.
|
int |
getItemsCount()
Items is the list of Namespace objects in the list.
|
List<V1.Namespace> |
getItemsList()
Items is the list of Namespace objects in the list.
|
V1.NamespaceOrBuilder |
getItemsOrBuilder(int index)
Items is the list of Namespace objects in the list.
|
List<? extends V1.NamespaceOrBuilder> |
getItemsOrBuilderList()
Items is the list of Namespace objects in the list.
|
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. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMeta getMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;Meta.ListMetaOrBuilder getMetadataOrBuilder()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;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;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;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;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;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;Copyright © 2018. All rights reserved.