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.APIcreateIngressClassRequest.execute()Execute createIngressClass requestNetworkingV1Api.APIpatchIngressClassRequest.execute()Execute patchIngressClass requestNetworkingV1Api.APIreadIngressClassRequest.execute()Execute readIngressClass requestNetworkingV1Api.APIreplaceIngressClassRequest.execute()Execute replaceIngressClass requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IngressClassModifier and TypeMethodDescriptionNetworkingV1Api.APIcreateIngressClassRequest.executeWithHttpInfo()Execute createIngressClass request with HTTP info returnedNetworkingV1Api.APIpatchIngressClassRequest.executeWithHttpInfo()Execute patchIngressClass request with HTTP info returnedNetworkingV1Api.APIreadIngressClassRequest.executeWithHttpInfo()Execute readIngressClass request with HTTP info returnedNetworkingV1Api.APIreplaceIngressClassRequest.executeWithHttpInfo()Execute replaceIngressClass request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1IngressClassModifier and TypeMethodDescriptionNetworkingV1Api.createIngressClass(V1IngressClass body) create an IngressClassNetworkingV1Api.replaceIngressClass(String name, V1IngressClass body) replace the specified IngressClassMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IngressClassModifier and TypeMethodDescriptionokhttp3.CallNetworkingV1Api.APIcreateIngressClassRequest.executeAsync(ApiCallback<V1IngressClass> _callback) Execute createIngressClass request (asynchronously)okhttp3.CallNetworkingV1Api.APIpatchIngressClassRequest.executeAsync(ApiCallback<V1IngressClass> _callback) Execute patchIngressClass request (asynchronously)okhttp3.CallNetworkingV1Api.APIreadIngressClassRequest.executeAsync(ApiCallback<V1IngressClass> _callback) Execute readIngressClass request (asynchronously)okhttp3.CallNetworkingV1Api.APIreplaceIngressClassRequest.executeAsync(ApiCallback<V1IngressClass> _callback) Execute replaceIngressClass request (asynchronously) -
Uses of V1IngressClass in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressClassModifier and TypeMethodDescriptionV1IngressClass.apiVersion(String apiVersion) static V1IngressClassCreate an instance of V1IngressClass given an JSON stringV1IngressClass.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) voidV1IngressClassList.setItems(List<V1IngressClass> items)