Uses of Class
io.kubernetes.client.openapi.models.V1alpha1ClusterCIDR
Packages that use V1alpha1ClusterCIDR
-
Uses of V1alpha1ClusterCIDR in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1alpha1ClusterCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createClusterCIDR
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterCIDRNetworkingV1alpha1Api.patchClusterCIDR
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterCIDRNetworkingV1alpha1Api.readClusterCIDR
(String name, String pretty) read the specified ClusterCIDRNetworkingV1alpha1Api.replaceClusterCIDR
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterCIDRMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createClusterCIDRWithHttpInfo
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterCIDRNetworkingV1alpha1Api.patchClusterCIDRWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ClusterCIDRNetworkingV1alpha1Api.readClusterCIDRWithHttpInfo
(String name, String pretty) read the specified ClusterCIDRNetworkingV1alpha1Api.replaceClusterCIDRWithHttpInfo
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterCIDRMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createClusterCIDR
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.createClusterCIDRAsync
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) create a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.createClusterCIDRCall
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createClusterCIDRNetworkingV1alpha1Api.createClusterCIDRWithHttpInfo
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ClusterCIDRNetworkingV1alpha1Api.replaceClusterCIDR
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.replaceClusterCIDRAsync
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) replace the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.replaceClusterCIDRCall
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceClusterCIDRNetworkingV1alpha1Api.replaceClusterCIDRWithHttpInfo
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ClusterCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.createClusterCIDRAsync
(V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) create a ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.patchClusterCIDRAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) partially update the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.readClusterCIDRAsync
(String name, String pretty, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) read the specified ClusterCIDRokhttp3.Call
NetworkingV1alpha1Api.replaceClusterCIDRAsync
(String name, V1alpha1ClusterCIDR body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1alpha1ClusterCIDR> _callback) (asynchronously) replace the specified ClusterCIDR -
Uses of V1alpha1ClusterCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ClusterCIDRModifier and TypeMethodDescriptionV1alpha1ClusterCIDR.apiVersion
(String apiVersion) V1alpha1ClusterCIDR.metadata
(V1ObjectMeta metadata) V1alpha1ClusterCIDR.spec
(V1alpha1ClusterCIDRSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionV1alpha1ClusterCIDRList.getItems()
Items is the list of ClusterCIDRs.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionV1alpha1ClusterCIDRList.addItemsItem
(V1alpha1ClusterCIDR itemsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionV1alpha1ClusterCIDRList.items
(List<V1alpha1ClusterCIDR> items) void
V1alpha1ClusterCIDRList.setItems
(List<V1alpha1ClusterCIDR> items)