Uses of Class
kubevirt.io.V1APIResourceList
-
Packages that use V1APIResourceList Package Description kubevirt.io -
-
Uses of V1APIResourceList in kubevirt.io
Methods in kubevirt.io that return V1APIResourceList Modifier and Type Method Description V1APIResourceList
V1APIResourceList. addResourcesItem(V1APIResource resourcesItem)
V1APIResourceList
V1APIResourceList. apiVersion(java.lang.String apiVersion)
V1APIResourceList
KubevirtApi. getAPIResources()
Get KubeVirt API ResourcesV1APIResourceList
KubevirtApi. getAPIResources_0()
Get a KubeVirt API resourcesV1APIResourceList
V1APIResourceList. groupVersion(java.lang.String groupVersion)
V1APIResourceList
V1APIResourceList. kind(java.lang.String kind)
V1APIResourceList
V1APIResourceList. resources(java.util.List<V1APIResource> resources)
Methods in kubevirt.io that return types with arguments of type V1APIResourceList Modifier and Type Method Description io.kubernetes.client.ApiResponse<V1APIResourceList>
KubevirtApi. getAPIResources_0WithHttpInfo()
Get a KubeVirt API resourcesio.kubernetes.client.ApiResponse<V1APIResourceList>
KubevirtApi. getAPIResourcesWithHttpInfo()
Get KubeVirt API ResourcesMethod parameters in kubevirt.io with type arguments of type V1APIResourceList Modifier and Type Method Description com.squareup.okhttp.Call
KubevirtApi. getAPIResources_0Async(io.kubernetes.client.ApiCallback<V1APIResourceList> callback)
Get a KubeVirt API resources (asynchronously)com.squareup.okhttp.Call
KubevirtApi. getAPIResourcesAsync(io.kubernetes.client.ApiCallback<V1APIResourceList> callback)
Get KubeVirt API Resources (asynchronously)
-