public static interface Meta.APIResourceListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupVersion()
groupVersion is the group and version this APIResourceList is for.
|
com.google.protobuf.ByteString |
getGroupVersionBytes()
groupVersion is the group and version this APIResourceList is for.
|
Meta.APIResource |
getResources(int index)
resources contains the name of the resources and if they are namespaced.
|
int |
getResourcesCount()
resources contains the name of the resources and if they are namespaced.
|
List<Meta.APIResource> |
getResourcesList()
resources contains the name of the resources and if they are namespaced.
|
Meta.APIResourceOrBuilder |
getResourcesOrBuilder(int index)
resources contains the name of the resources and if they are namespaced.
|
List<? extends Meta.APIResourceOrBuilder> |
getResourcesOrBuilderList()
resources contains the name of the resources and if they are namespaced.
|
boolean |
hasGroupVersion()
groupVersion is the group and version this APIResourceList is for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGroupVersion()
groupVersion is the group and version this APIResourceList is for.
optional string groupVersion = 1;String getGroupVersion()
groupVersion is the group and version this APIResourceList is for.
optional string groupVersion = 1;com.google.protobuf.ByteString getGroupVersionBytes()
groupVersion is the group and version this APIResourceList is for.
optional string groupVersion = 1;List<Meta.APIResource> getResourcesList()
resources contains the name of the resources and if they are namespaced.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;Meta.APIResource getResources(int index)
resources contains the name of the resources and if they are namespaced.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;int getResourcesCount()
resources contains the name of the resources and if they are namespaced.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;List<? extends Meta.APIResourceOrBuilder> getResourcesOrBuilderList()
resources contains the name of the resources and if they are namespaced.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;Meta.APIResourceOrBuilder getResourcesOrBuilder(int index)
resources contains the name of the resources and if they are namespaced.
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;Copyright © 2021. All rights reserved.