Uses of Class
io.kubernetes.client.openapi.models.V1Ingress
Packages that use V1Ingress
-
Uses of V1Ingress in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1IngressModifier and TypeMethodDescriptionNetworkingV1Api.APIcreateNamespacedIngressRequest.execute()
Execute createNamespacedIngress requestNetworkingV1Api.APIpatchNamespacedIngressRequest.execute()
Execute patchNamespacedIngress requestNetworkingV1Api.APIpatchNamespacedIngressStatusRequest.execute()
Execute patchNamespacedIngressStatus requestNetworkingV1Api.APIreadNamespacedIngressRequest.execute()
Execute readNamespacedIngress requestNetworkingV1Api.APIreadNamespacedIngressStatusRequest.execute()
Execute readNamespacedIngressStatus requestNetworkingV1Api.APIreplaceNamespacedIngressRequest.execute()
Execute replaceNamespacedIngress requestNetworkingV1Api.APIreplaceNamespacedIngressStatusRequest.execute()
Execute replaceNamespacedIngressStatus requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1IngressModifier and TypeMethodDescriptionNetworkingV1Api.APIcreateNamespacedIngressRequest.executeWithHttpInfo()
Execute createNamespacedIngress request with HTTP info returnedNetworkingV1Api.APIpatchNamespacedIngressRequest.executeWithHttpInfo()
Execute patchNamespacedIngress request with HTTP info returnedNetworkingV1Api.APIpatchNamespacedIngressStatusRequest.executeWithHttpInfo()
Execute patchNamespacedIngressStatus request with HTTP info returnedNetworkingV1Api.APIreadNamespacedIngressRequest.executeWithHttpInfo()
Execute readNamespacedIngress request with HTTP info returnedNetworkingV1Api.APIreadNamespacedIngressStatusRequest.executeWithHttpInfo()
Execute readNamespacedIngressStatus request with HTTP info returnedNetworkingV1Api.APIreplaceNamespacedIngressRequest.executeWithHttpInfo()
Execute replaceNamespacedIngress request with HTTP info returnedNetworkingV1Api.APIreplaceNamespacedIngressStatusRequest.executeWithHttpInfo()
Execute replaceNamespacedIngressStatus request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1IngressModifier and TypeMethodDescriptionNetworkingV1Api.createNamespacedIngress
(String namespace, V1Ingress body) create an IngressNetworkingV1Api.replaceNamespacedIngress
(String name, String namespace, V1Ingress body) replace the specified IngressNetworkingV1Api.replaceNamespacedIngressStatus
(String name, String namespace, V1Ingress body) replace status of the specified IngressMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1IngressModifier and TypeMethodDescriptionokhttp3.Call
NetworkingV1Api.APIcreateNamespacedIngressRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute createNamespacedIngress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIpatchNamespacedIngressRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute patchNamespacedIngress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIpatchNamespacedIngressStatusRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute patchNamespacedIngressStatus request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreadNamespacedIngressRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute readNamespacedIngress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreadNamespacedIngressStatusRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute readNamespacedIngressStatus request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreplaceNamespacedIngressRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute replaceNamespacedIngress request (asynchronously)okhttp3.Call
NetworkingV1Api.APIreplaceNamespacedIngressStatusRequest.executeAsync
(ApiCallback<V1Ingress> _callback) Execute replaceNamespacedIngressStatus request (asynchronously) -
Uses of V1Ingress in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1IngressModifier and TypeMethodDescriptionV1Ingress.apiVersion
(String apiVersion) static V1Ingress
Create an instance of V1Ingress given an JSON stringV1Ingress.metadata
(V1ObjectMeta metadata) V1Ingress.spec
(V1IngressSpec spec) V1Ingress.status
(V1IngressStatus status) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1IngressMethods in io.kubernetes.client.openapi.models with parameters of type V1IngressMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1Ingress