| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1Ingress |
NetworkingV1Api.createNamespacedIngress(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an Ingress
|
V1Ingress |
NetworkingV1Api.patchNamespacedIngress(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified Ingress
|
V1Ingress |
NetworkingV1Api.patchNamespacedIngressStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified Ingress
|
V1Ingress |
NetworkingV1Api.readNamespacedIngress(String name,
String namespace,
String pretty)
read the specified Ingress
|
V1Ingress |
NetworkingV1Api.readNamespacedIngressStatus(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
V1Ingress |
NetworkingV1Api.replaceNamespacedIngress(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Ingress
|
V1Ingress |
NetworkingV1Api.replaceNamespacedIngressStatus(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Ingress
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1Ingress> |
NetworkingV1Api.createNamespacedIngressWithHttpInfo(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.patchNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.patchNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force)
partially update the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.readNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.readNamespacedIngressWithHttpInfo(String name,
String namespace,
String pretty)
read the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.replaceNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Ingress
|
| Modifier and Type | Method and Description |
|---|---|
V1Ingress |
NetworkingV1Api.createNamespacedIngress(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an Ingress
|
okhttp3.Call |
NetworkingV1Api.createNamespacedIngressAsync(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Ingress> _callback)
(asynchronously) create an Ingress
|
okhttp3.Call |
NetworkingV1Api.createNamespacedIngressCall(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for createNamespacedIngress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.createNamespacedIngressWithHttpInfo(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
create an Ingress
|
V1Ingress |
NetworkingV1Api.replaceNamespacedIngress(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressAsync(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Ingress> _callback)
(asynchronously) replace the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressCall(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedIngress
|
V1Ingress |
NetworkingV1Api.replaceNamespacedIngressStatus(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressStatusAsync(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Ingress> _callback)
(asynchronously) replace status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressStatusCall(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback _callback)
Build call for replaceNamespacedIngressStatus
|
ApiResponse<V1Ingress> |
NetworkingV1Api.replaceNamespacedIngressStatusWithHttpInfo(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace status of the specified Ingress
|
ApiResponse<V1Ingress> |
NetworkingV1Api.replaceNamespacedIngressWithHttpInfo(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation)
replace the specified Ingress
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
NetworkingV1Api.createNamespacedIngressAsync(String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Ingress> _callback)
(asynchronously) create an Ingress
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedIngressAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Ingress> _callback)
(asynchronously) partially update the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.patchNamespacedIngressStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
Boolean force,
ApiCallback<V1Ingress> _callback)
(asynchronously) partially update status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.readNamespacedIngressAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Ingress> _callback)
(asynchronously) read the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.readNamespacedIngressStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Ingress> _callback)
(asynchronously) read status of the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressAsync(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Ingress> _callback)
(asynchronously) replace the specified Ingress
|
okhttp3.Call |
NetworkingV1Api.replaceNamespacedIngressStatusAsync(String name,
String namespace,
V1Ingress body,
String pretty,
String dryRun,
String fieldManager,
String fieldValidation,
ApiCallback<V1Ingress> _callback)
(asynchronously) replace status of the specified Ingress
|
| Modifier and Type | Method and Description |
|---|---|
V1Ingress |
V1Ingress.apiVersion(String apiVersion) |
V1Ingress |
V1Ingress.kind(String kind) |
V1Ingress |
V1Ingress.metadata(V1ObjectMeta metadata) |
V1Ingress |
V1Ingress.spec(V1IngressSpec spec) |
V1Ingress |
V1Ingress.status(V1IngressStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<V1Ingress> |
V1IngressList.getItems()
Items is the list of Ingress.
|
| Modifier and Type | Method and Description |
|---|---|
V1IngressList |
V1IngressList.addItemsItem(V1Ingress itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
V1IngressList |
V1IngressList.items(List<V1Ingress> items) |
void |
V1IngressList.setItems(List<V1Ingress> items) |
Copyright © 2022. All rights reserved.