Uses of Class
io.kubernetes.client.openapi.models.V1alpha1LeaseCandidate
Packages that use V1alpha1LeaseCandidate
-
Uses of V1alpha1LeaseCandidate in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha1Api.APIcreateNamespacedLeaseCandidateRequest.execute()Execute createNamespacedLeaseCandidate requestCoordinationV1alpha1Api.APIpatchNamespacedLeaseCandidateRequest.execute()Execute patchNamespacedLeaseCandidate requestCoordinationV1alpha1Api.APIreadNamespacedLeaseCandidateRequest.execute()Execute readNamespacedLeaseCandidate requestCoordinationV1alpha1Api.APIreplaceNamespacedLeaseCandidateRequest.execute()Execute replaceNamespacedLeaseCandidate requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha1Api.APIcreateNamespacedLeaseCandidateRequest.executeWithHttpInfo()Execute createNamespacedLeaseCandidate request with HTTP info returnedCoordinationV1alpha1Api.APIpatchNamespacedLeaseCandidateRequest.executeWithHttpInfo()Execute patchNamespacedLeaseCandidate request with HTTP info returnedCoordinationV1alpha1Api.APIreadNamespacedLeaseCandidateRequest.executeWithHttpInfo()Execute readNamespacedLeaseCandidate request with HTTP info returnedCoordinationV1alpha1Api.APIreplaceNamespacedLeaseCandidateRequest.executeWithHttpInfo()Execute replaceNamespacedLeaseCandidate request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionCoordinationV1alpha1Api.createNamespacedLeaseCandidate(String namespace, V1alpha1LeaseCandidate body) create a LeaseCandidateCoordinationV1alpha1Api.replaceNamespacedLeaseCandidate(String name, String namespace, V1alpha1LeaseCandidate body) replace the specified LeaseCandidateMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionokhttp3.CallCoordinationV1alpha1Api.APIcreateNamespacedLeaseCandidateRequest.executeAsync(ApiCallback<V1alpha1LeaseCandidate> _callback) Execute createNamespacedLeaseCandidate request (asynchronously)okhttp3.CallCoordinationV1alpha1Api.APIpatchNamespacedLeaseCandidateRequest.executeAsync(ApiCallback<V1alpha1LeaseCandidate> _callback) Execute patchNamespacedLeaseCandidate request (asynchronously)okhttp3.CallCoordinationV1alpha1Api.APIreadNamespacedLeaseCandidateRequest.executeAsync(ApiCallback<V1alpha1LeaseCandidate> _callback) Execute readNamespacedLeaseCandidate request (asynchronously)okhttp3.CallCoordinationV1alpha1Api.APIreplaceNamespacedLeaseCandidateRequest.executeAsync(ApiCallback<V1alpha1LeaseCandidate> _callback) Execute replaceNamespacedLeaseCandidate request (asynchronously) -
Uses of V1alpha1LeaseCandidate in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidate.apiVersion(String apiVersion) static V1alpha1LeaseCandidateCreate an instance of V1alpha1LeaseCandidate given an JSON stringV1alpha1LeaseCandidate.metadata(V1ObjectMeta metadata) V1alpha1LeaseCandidate.spec(V1alpha1LeaseCandidateSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.getItems()items is a list of schema objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.addItemsItem(V1alpha1LeaseCandidate itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1LeaseCandidateModifier and TypeMethodDescriptionV1alpha1LeaseCandidateList.items(List<V1alpha1LeaseCandidate> items) voidV1alpha1LeaseCandidateList.setItems(List<V1alpha1LeaseCandidate> items)