Uses of Class
io.kubernetes.client.openapi.models.V1alpha1ClusterTrustBundleList
Packages that use V1alpha1ClusterTrustBundleList
-
Uses of V1alpha1ClusterTrustBundleList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1ClusterTrustBundleListModifier and TypeMethodDescriptionCertificatesV1alpha1Api.listClusterTrustBundle
(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 ClusterTrustBundleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1ClusterTrustBundleListModifier and TypeMethodDescriptionCertificatesV1alpha1Api.listClusterTrustBundleWithHttpInfo
(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 ClusterTrustBundleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1ClusterTrustBundleListModifier and TypeMethodDescriptionokhttp3.Call
CertificatesV1alpha1Api.listClusterTrustBundleAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1alpha1ClusterTrustBundleList> _callback) (asynchronously) list or watch objects of kind ClusterTrustBundle -
Uses of V1alpha1ClusterTrustBundleList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ClusterTrustBundleListModifier and TypeMethodDescriptionV1alpha1ClusterTrustBundleList.addItemsItem
(V1alpha1ClusterTrustBundle itemsItem) V1alpha1ClusterTrustBundleList.apiVersion
(String apiVersion) V1alpha1ClusterTrustBundleList.items
(List<V1alpha1ClusterTrustBundle> items) V1alpha1ClusterTrustBundleList.metadata
(V1ListMeta metadata)