Uses of Class
io.kubernetes.client.openapi.models.V1LimitRange
Packages that use V1LimitRange
-
Uses of V1LimitRange in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1LimitRangeModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedLimitRangeRequest.execute()
Execute createNamespacedLimitRange requestCoreV1Api.APIpatchNamespacedLimitRangeRequest.execute()
Execute patchNamespacedLimitRange requestCoreV1Api.APIreadNamespacedLimitRangeRequest.execute()
Execute readNamespacedLimitRange requestCoreV1Api.APIreplaceNamespacedLimitRangeRequest.execute()
Execute replaceNamespacedLimitRange requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1LimitRangeModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedLimitRangeRequest.executeWithHttpInfo()
Execute createNamespacedLimitRange request with HTTP info returnedCoreV1Api.APIpatchNamespacedLimitRangeRequest.executeWithHttpInfo()
Execute patchNamespacedLimitRange request with HTTP info returnedCoreV1Api.APIreadNamespacedLimitRangeRequest.executeWithHttpInfo()
Execute readNamespacedLimitRange request with HTTP info returnedCoreV1Api.APIreplaceNamespacedLimitRangeRequest.executeWithHttpInfo()
Execute replaceNamespacedLimitRange request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1LimitRangeModifier and TypeMethodDescriptionCoreV1Api.createNamespacedLimitRange
(String namespace, V1LimitRange body) create a LimitRangeCoreV1Api.replaceNamespacedLimitRange
(String name, String namespace, V1LimitRange body) replace the specified LimitRangeMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1LimitRangeModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedLimitRangeRequest.executeAsync
(ApiCallback<V1LimitRange> _callback) Execute createNamespacedLimitRange request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedLimitRangeRequest.executeAsync
(ApiCallback<V1LimitRange> _callback) Execute patchNamespacedLimitRange request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedLimitRangeRequest.executeAsync
(ApiCallback<V1LimitRange> _callback) Execute readNamespacedLimitRange request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedLimitRangeRequest.executeAsync
(ApiCallback<V1LimitRange> _callback) Execute replaceNamespacedLimitRange request (asynchronously) -
Uses of V1LimitRange in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1LimitRangeModifier and TypeMethodDescriptionV1LimitRange.apiVersion
(String apiVersion) static V1LimitRange
Create an instance of V1LimitRange given an JSON stringV1LimitRange.metadata
(V1ObjectMeta metadata) V1LimitRange.spec
(V1LimitRangeSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1LimitRangeModifier and TypeMethodDescriptionV1LimitRangeList.getItems()
Items is a list of LimitRange objects.Methods in io.kubernetes.client.openapi.models with parameters of type V1LimitRangeMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1LimitRangeModifier and TypeMethodDescriptionV1LimitRangeList.items
(List<V1LimitRange> items) void
V1LimitRangeList.setItems
(List<V1LimitRange> items)