Uses of Class
io.kubernetes.client.openapi.models.V1alpha1PodCertificateRequestList
Packages that use V1alpha1PodCertificateRequestList
-
Uses of V1alpha1PodCertificateRequestList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1PodCertificateRequestListModifier and TypeMethodDescriptionCertificatesV1alpha1Api.listNamespacedPodCertificateRequest(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodCertificateRequestCertificatesV1alpha1Api.listPodCertificateRequestForAllNamespaces(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodCertificateRequestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1PodCertificateRequestListModifier and TypeMethodDescriptionCertificatesV1alpha1Api.listNamespacedPodCertificateRequestWithHttpInfo(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodCertificateRequestCertificatesV1alpha1Api.listPodCertificateRequestForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind PodCertificateRequestMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1PodCertificateRequestListModifier and TypeMethodDescriptionokhttp3.CallCertificatesV1alpha1Api.listNamespacedPodCertificateRequestAsync(String namespace, String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1PodCertificateRequestList> _callback) (asynchronously) list or watch objects of kind PodCertificateRequestokhttp3.CallCertificatesV1alpha1Api.listPodCertificateRequestForAllNamespacesAsync(Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String pretty, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1PodCertificateRequestList> _callback) (asynchronously) list or watch objects of kind PodCertificateRequest -
Uses of V1alpha1PodCertificateRequestList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1PodCertificateRequestListModifier and TypeMethodDescriptionV1alpha1PodCertificateRequestList.addItemsItem(V1alpha1PodCertificateRequest itemsItem) V1alpha1PodCertificateRequestList.apiVersion(String apiVersion) V1alpha1PodCertificateRequestList.items(List<V1alpha1PodCertificateRequest> items) V1alpha1PodCertificateRequestList.metadata(V1ListMeta metadata)