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.APIcreateClusterCIDRRequest.execute()
Execute createClusterCIDR requestNetworkingV1alpha1Api.APIpatchClusterCIDRRequest.execute()
Execute patchClusterCIDR requestNetworkingV1alpha1Api.APIreadClusterCIDRRequest.execute()
Execute readClusterCIDR requestNetworkingV1alpha1Api.APIreplaceClusterCIDRRequest.execute()
Execute replaceClusterCIDR requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.APIcreateClusterCIDRRequest.executeWithHttpInfo()
Execute createClusterCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIpatchClusterCIDRRequest.executeWithHttpInfo()
Execute patchClusterCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIreadClusterCIDRRequest.executeWithHttpInfo()
Execute readClusterCIDR request with HTTP info returnedNetworkingV1alpha1Api.APIreplaceClusterCIDRRequest.executeWithHttpInfo()
Execute replaceClusterCIDR request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionNetworkingV1alpha1Api.createClusterCIDR
(V1alpha1ClusterCIDR body) create a ClusterCIDRNetworkingV1alpha1Api.replaceClusterCIDR
(String name, V1alpha1ClusterCIDR body) replace the specified ClusterCIDRMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1alpha1ClusterCIDRModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1alpha1Api.APIcreateClusterCIDRRequest.executeAsync
(ApiCallback<V1alpha1ClusterCIDR> _callback) Execute createClusterCIDR request (asynchronously)okhttp3.Call
NetworkingV1alpha1Api.APIpatchClusterCIDRRequest.executeAsync
(ApiCallback<V1alpha1ClusterCIDR> _callback) Execute patchClusterCIDR request (asynchronously)okhttp3.Call
NetworkingV1alpha1Api.APIreadClusterCIDRRequest.executeAsync
(ApiCallback<V1alpha1ClusterCIDR> _callback) Execute readClusterCIDR request (asynchronously)okhttp3.Call
NetworkingV1alpha1Api.APIreplaceClusterCIDRRequest.executeAsync
(ApiCallback<V1alpha1ClusterCIDR> _callback) Execute replaceClusterCIDR request (asynchronously) -
Uses of V1alpha1ClusterCIDR in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha1ClusterCIDRModifier and TypeMethodDescriptionV1alpha1ClusterCIDR.apiVersion
(String apiVersion) static V1alpha1ClusterCIDR
Create an instance of V1alpha1ClusterCIDR given an JSON stringV1alpha1ClusterCIDR.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)