Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Service |
CoreV1Api.createNamespacedService(String namespace,
V1Service body,
String pretty)
create a Service
|
V1Service |
CoreV1Api.patchNamespacedService(String name,
String namespace,
Object body,
String pretty)
partially update the specified Service
|
V1Service |
CoreV1Api.patchNamespacedServiceStatus(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Service
|
V1Service |
CoreV1Api.readNamespacedService(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
V1Service |
CoreV1Api.readNamespacedServiceStatus(String name,
String namespace,
String pretty)
read status of the specified Service
|
V1Service |
CoreV1Api.replaceNamespacedService(String name,
String namespace,
V1Service body,
String pretty)
replace the specified Service
|
V1Service |
CoreV1Api.replaceNamespacedServiceStatus(String name,
String namespace,
V1Service body,
String pretty)
replace status of the specified Service
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Service> |
CoreV1Api.createNamespacedServiceWithHttpInfo(String namespace,
V1Service body,
String pretty)
create a Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.readNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.readNamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty)
replace status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty)
replace the specified Service
|
Modifier and Type | Method and Description |
---|---|
V1Service |
CoreV1Api.createNamespacedService(String namespace,
V1Service body,
String pretty)
create a Service
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAsync(String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
create a Service
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceCall(String namespace,
V1Service body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedService
|
ApiResponse<V1Service> |
CoreV1Api.createNamespacedServiceWithHttpInfo(String namespace,
V1Service body,
String pretty)
create a Service
|
V1Service |
CoreV1Api.replaceNamespacedService(String name,
String namespace,
V1Service body,
String pretty)
replace the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAsync(String name,
String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
replace the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceCall(String name,
String namespace,
V1Service body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedService
|
V1Service |
CoreV1Api.replaceNamespacedServiceStatus(String name,
String namespace,
V1Service body,
String pretty)
replace status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceStatusAsync(String name,
String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
replace status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceStatusCall(String name,
String namespace,
V1Service body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty)
replace status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty)
replace the specified Service
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedServiceAsync(String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
create a Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
partially update the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedServiceStatusAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
partially update status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Service> callback)
(asynchronously)
read the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedServiceStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
read status of the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceAsync(String name,
String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
replace the specified Service
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedServiceStatusAsync(String name,
String namespace,
V1Service body,
String pretty,
ApiCallback<V1Service> callback)
(asynchronously)
replace status of the specified Service
|
Modifier and Type | Method and Description |
---|---|
V1Service |
V1Service.apiVersion(String apiVersion) |
V1Service |
V1Service.kind(String kind) |
V1Service |
V1Service.metadata(V1ObjectMeta metadata) |
V1Service |
V1Service.spec(V1ServiceSpec spec) |
V1Service |
V1Service.status(V1ServiceStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Service> |
V1ServiceList.getItems()
List of services
|
Modifier and Type | Method and Description |
---|---|
V1ServiceList |
V1ServiceList.addItemsItem(V1Service itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1ServiceList |
V1ServiceList.items(List<V1Service> items) |
void |
V1ServiceList.setItems(List<V1Service> items) |
Copyright © 2017. All rights reserved.