Uses of Class
io.kubernetes.client.openapi.models.V1alpha1PodCertificateRequest
Packages that use V1alpha1PodCertificateRequest
-
Uses of V1alpha1PodCertificateRequest in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionCertificatesV1alpha1Api.APIcreateNamespacedPodCertificateRequestRequest.execute()Execute createNamespacedPodCertificateRequest requestCertificatesV1alpha1Api.APIpatchNamespacedPodCertificateRequestRequest.execute()Execute patchNamespacedPodCertificateRequest requestCertificatesV1alpha1Api.APIpatchNamespacedPodCertificateRequestStatusRequest.execute()Execute patchNamespacedPodCertificateRequestStatus requestCertificatesV1alpha1Api.APIreadNamespacedPodCertificateRequestRequest.execute()Execute readNamespacedPodCertificateRequest requestCertificatesV1alpha1Api.APIreadNamespacedPodCertificateRequestStatusRequest.execute()Execute readNamespacedPodCertificateRequestStatus requestCertificatesV1alpha1Api.APIreplaceNamespacedPodCertificateRequestRequest.execute()Execute replaceNamespacedPodCertificateRequest requestCertificatesV1alpha1Api.APIreplaceNamespacedPodCertificateRequestStatusRequest.execute()Execute replaceNamespacedPodCertificateRequestStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionCertificatesV1alpha1Api.APIcreateNamespacedPodCertificateRequestRequest.executeWithHttpInfo()Execute createNamespacedPodCertificateRequest request with HTTP info returnedCertificatesV1alpha1Api.APIpatchNamespacedPodCertificateRequestRequest.executeWithHttpInfo()Execute patchNamespacedPodCertificateRequest request with HTTP info returnedCertificatesV1alpha1Api.APIpatchNamespacedPodCertificateRequestStatusRequest.executeWithHttpInfo()Execute patchNamespacedPodCertificateRequestStatus request with HTTP info returnedCertificatesV1alpha1Api.APIreadNamespacedPodCertificateRequestRequest.executeWithHttpInfo()Execute readNamespacedPodCertificateRequest request with HTTP info returnedCertificatesV1alpha1Api.APIreadNamespacedPodCertificateRequestStatusRequest.executeWithHttpInfo()Execute readNamespacedPodCertificateRequestStatus request with HTTP info returnedCertificatesV1alpha1Api.APIreplaceNamespacedPodCertificateRequestRequest.executeWithHttpInfo()Execute replaceNamespacedPodCertificateRequest request with HTTP info returnedCertificatesV1alpha1Api.APIreplaceNamespacedPodCertificateRequestStatusRequest.executeWithHttpInfo()Execute replaceNamespacedPodCertificateRequestStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionCertificatesV1alpha1Api.createNamespacedPodCertificateRequest(String namespace, V1alpha1PodCertificateRequest body) create a PodCertificateRequestCertificatesV1alpha1Api.replaceNamespacedPodCertificateRequest(String name, String namespace, V1alpha1PodCertificateRequest body) replace the specified PodCertificateRequestCertificatesV1alpha1Api.replaceNamespacedPodCertificateRequestStatus(String name, String namespace, V1alpha1PodCertificateRequest body) replace status of the specified PodCertificateRequestMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionokhttp3.CallCertificatesV1alpha1Api.APIcreateNamespacedPodCertificateRequestRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute createNamespacedPodCertificateRequest request (asynchronously)okhttp3.CallCertificatesV1alpha1Api.APIpatchNamespacedPodCertificateRequestRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute patchNamespacedPodCertificateRequest request (asynchronously)okhttp3.CallCertificatesV1alpha1Api.APIpatchNamespacedPodCertificateRequestStatusRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute patchNamespacedPodCertificateRequestStatus request (asynchronously)okhttp3.CallCertificatesV1alpha1Api.APIreadNamespacedPodCertificateRequestRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute readNamespacedPodCertificateRequest request (asynchronously)okhttp3.CallCertificatesV1alpha1Api.APIreadNamespacedPodCertificateRequestStatusRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute readNamespacedPodCertificateRequestStatus request (asynchronously)okhttp3.CallCertificatesV1alpha1Api.APIreplaceNamespacedPodCertificateRequestRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute replaceNamespacedPodCertificateRequest request (asynchronously)okhttp3.CallCertificatesV1alpha1Api.APIreplaceNamespacedPodCertificateRequestStatusRequest.executeAsync(ApiCallback<V1alpha1PodCertificateRequest> _callback) Execute replaceNamespacedPodCertificateRequestStatus request (asynchronously) -
Uses of V1alpha1PodCertificateRequest in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionV1alpha1PodCertificateRequest.apiVersion(String apiVersion) Create an instance of V1alpha1PodCertificateRequest given an JSON stringV1alpha1PodCertificateRequest.metadata(V1ObjectMeta metadata) V1alpha1PodCertificateRequest.spec(V1alpha1PodCertificateRequestSpec spec) V1alpha1PodCertificateRequest.status(V1alpha1PodCertificateRequestStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionV1alpha1PodCertificateRequestList.getItems()items is a collection of PodCertificateRequest objectsMethods in io.kubernetes.client.openapi.models with parameters of type V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionV1alpha1PodCertificateRequestList.addItemsItem(V1alpha1PodCertificateRequest itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1PodCertificateRequestModifier and TypeMethodDescriptionV1alpha1PodCertificateRequestList.items(List<V1alpha1PodCertificateRequest> items) voidV1alpha1PodCertificateRequestList.setItems(List<V1alpha1PodCertificateRequest> items)