Uses of Class
io.kubernetes.client.openapi.models.V1beta1ClusterTrustBundleList
Packages that use V1beta1ClusterTrustBundleList
-
Uses of V1beta1ClusterTrustBundleList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1beta1ClusterTrustBundleListModifier and TypeMethodDescriptionCertificatesV1beta1Api.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 V1beta1ClusterTrustBundleListModifier and TypeMethodDescriptionCertificatesV1beta1Api.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 V1beta1ClusterTrustBundleListModifier and TypeMethodDescriptionokhttp3.Call
CertificatesV1beta1Api.listClusterTrustBundleAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1beta1ClusterTrustBundleList> _callback) (asynchronously) list or watch objects of kind ClusterTrustBundle -
Uses of V1beta1ClusterTrustBundleList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1ClusterTrustBundleListModifier and TypeMethodDescriptionV1beta1ClusterTrustBundleList.addItemsItem
(V1beta1ClusterTrustBundle itemsItem) V1beta1ClusterTrustBundleList.apiVersion
(String apiVersion) V1beta1ClusterTrustBundleList.items
(List<V1beta1ClusterTrustBundle> items) V1beta1ClusterTrustBundleList.metadata
(V1ListMeta metadata)