Uses of Class
io.kubernetes.client.openapi.models.V1IngressClass
Packages that use V1IngressClass
-
Uses of V1IngressClass in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1IngressClassModifier and TypeMethodDescriptionNetworkingV1Api.createIngressClass
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressClassNetworkingV1Api.patchIngressClass
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IngressClassNetworkingV1Api.readIngressClass
(String name, String pretty) read the specified IngressClassNetworkingV1Api.replaceIngressClass
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressClassMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IngressClassModifier and TypeMethodDescriptionNetworkingV1Api.createIngressClassWithHttpInfo
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressClassNetworkingV1Api.patchIngressClassWithHttpInfo
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified IngressClassNetworkingV1Api.readIngressClassWithHttpInfo
(String name, String pretty) read the specified IngressClassNetworkingV1Api.replaceIngressClassWithHttpInfo
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressClassMethods in io.kubernetes.client.openapi.apis with parameters of type V1IngressClassModifier and TypeMethodDescriptionNetworkingV1Api.createIngressClass
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressClassokhttp3.Call
NetworkingV1Api.createIngressClassAsync
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1IngressClass> _callback) (asynchronously) create an IngressClassokhttp3.Call
NetworkingV1Api.createIngressClassCall
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createIngressClassNetworkingV1Api.createIngressClassWithHttpInfo
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) create an IngressClassNetworkingV1Api.replaceIngressClass
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressClassokhttp3.Call
NetworkingV1Api.replaceIngressClassAsync
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1IngressClass> _callback) (asynchronously) replace the specified IngressClassokhttp3.Call
NetworkingV1Api.replaceIngressClassCall
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceIngressClassNetworkingV1Api.replaceIngressClassWithHttpInfo
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified IngressClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IngressClassModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.createIngressClassAsync
(V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1IngressClass> _callback) (asynchronously) create an IngressClassokhttp3.Call
NetworkingV1Api.patchIngressClassAsync
(String name, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1IngressClass> _callback) (asynchronously) partially update the specified IngressClassokhttp3.Call
NetworkingV1Api.readIngressClassAsync
(String name, String pretty, ApiCallback<V1IngressClass> _callback) (asynchronously) read the specified IngressClassokhttp3.Call
NetworkingV1Api.replaceIngressClassAsync
(String name, V1IngressClass body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1IngressClass> _callback) (asynchronously) replace the specified IngressClass -
Uses of V1IngressClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressClassModifier and TypeMethodDescriptionV1IngressClass.apiVersion
(String apiVersion) V1IngressClass.metadata
(V1ObjectMeta metadata) V1IngressClass.spec
(V1IngressClassSpec spec) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1IngressClassModifier and TypeMethodDescriptionV1IngressClassList.getItems()
Items is the list of IngressClasses.Methods in io.kubernetes.client.openapi.models with parameters of type V1IngressClassMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1IngressClassModifier and TypeMethodDescriptionV1IngressClassList.items
(List<V1IngressClass> items) void
V1IngressClassList.setItems
(List<V1IngressClass> items)