Interface Generated.APIResourceListOrBuilder

    • Method Detail

      • hasGroupVersion

        boolean hasGroupVersion()
         groupVersion is the group and version this APIResourceList is for.
         
        optional string groupVersion = 1;
        Returns:
        Whether the groupVersion field is set.
      • getGroupVersion

        String getGroupVersion()
         groupVersion is the group and version this APIResourceList is for.
         
        optional string groupVersion = 1;
        Returns:
        The groupVersion.
      • getGroupVersionBytes

        com.google.protobuf.ByteString getGroupVersionBytes()
         groupVersion is the group and version this APIResourceList is for.
         
        optional string groupVersion = 1;
        Returns:
        The bytes for groupVersion.
      • getResourcesList

        List<Generated.APIResource> getResourcesList()
         resources contains the name of the resources and if they are namespaced.
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
      • getResources

        Generated.APIResource getResources​(int index)
         resources contains the name of the resources and if they are namespaced.
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
      • getResourcesCount

        int getResourcesCount()
         resources contains the name of the resources and if they are namespaced.
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
      • getResourcesOrBuilderList

        List<? extends Generated.APIResourceOrBuilder> getResourcesOrBuilderList()
         resources contains the name of the resources and if they are namespaced.
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;
      • getResourcesOrBuilder

        Generated.APIResourceOrBuilder getResourcesOrBuilder​(int index)
         resources contains the name of the resources and if they are namespaced.
         +listType=atomic
         
        repeated .k8s.io.apimachinery.pkg.apis.meta.v1.APIResource resources = 2;