Uses of Class
io.kubernetes.client.openapi.models.V1alpha1ClusterTrustBundle
Packages that use V1alpha1ClusterTrustBundle
-
Uses of V1alpha1ClusterTrustBundle in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionCertificatesV1alpha1Api.createClusterTrustBundle(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterTrustBundleCertificatesV1alpha1Api.patchClusterTrustBundle(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterTrustBundleCertificatesV1alpha1Api.readClusterTrustBundle(String name, String pretty) read the specified ClusterTrustBundleCertificatesV1alpha1Api.replaceClusterTrustBundle(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterTrustBundleMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionCertificatesV1alpha1Api.createClusterTrustBundleWithHttpInfo(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterTrustBundleCertificatesV1alpha1Api.patchClusterTrustBundleWithHttpInfo(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterTrustBundleCertificatesV1alpha1Api.readClusterTrustBundleWithHttpInfo(String name, String pretty) read the specified ClusterTrustBundleCertificatesV1alpha1Api.replaceClusterTrustBundleWithHttpInfo(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterTrustBundleMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionCertificatesV1alpha1Api.createClusterTrustBundle(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.createClusterTrustBundleAsync(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterTrustBundle> _callback) (asynchronously) create a ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.createClusterTrustBundleCall(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createClusterTrustBundleCertificatesV1alpha1Api.createClusterTrustBundleWithHttpInfo(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterTrustBundleCertificatesV1alpha1Api.replaceClusterTrustBundle(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.replaceClusterTrustBundleAsync(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterTrustBundle> _callback) (asynchronously) replace the specified ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.replaceClusterTrustBundleCall(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceClusterTrustBundleCertificatesV1alpha1Api.replaceClusterTrustBundleWithHttpInfo(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterTrustBundleMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionokhttp3.CallCertificatesV1alpha1Api.createClusterTrustBundleAsync(V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterTrustBundle> _callback) (asynchronously) create a ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.patchClusterTrustBundleAsync(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1ClusterTrustBundle> _callback) (asynchronously) partially update the specified ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.readClusterTrustBundleAsync(String name, String pretty, ApiCallback<V1alpha1ClusterTrustBundle> _callback) (asynchronously) read the specified ClusterTrustBundleokhttp3.CallCertificatesV1alpha1Api.replaceClusterTrustBundleAsync(String name, V1alpha1ClusterTrustBundle body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterTrustBundle> _callback) (asynchronously) replace the specified ClusterTrustBundle -
Uses of V1alpha1ClusterTrustBundle in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionV1alpha1ClusterTrustBundle.apiVersion(String apiVersion) V1alpha1ClusterTrustBundle.metadata(V1ObjectMeta metadata) V1alpha1ClusterTrustBundle.spec(V1alpha1ClusterTrustBundleSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionV1alpha1ClusterTrustBundleList.getItems()items is a collection of ClusterTrustBundle objectsMethods in io.kubernetes.client.openapi.models with parameters of type V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionV1alpha1ClusterTrustBundleList.addItemsItem(V1alpha1ClusterTrustBundle itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1ClusterTrustBundleModifier and TypeMethodDescriptionV1alpha1ClusterTrustBundleList.items(List<V1alpha1ClusterTrustBundle> items) voidV1alpha1ClusterTrustBundleList.setItems(List<V1alpha1ClusterTrustBundle> items)