Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Binding |
CoreV1Api.createNamespacedBinding(String namespace,
V1Binding body,
String pretty)
create a Binding
|
V1Binding |
CoreV1Api.createNamespacedPodBinding(String name,
String namespace,
V1Binding body,
String pretty)
create binding of a Pod
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedBindingWithHttpInfo(String namespace,
V1Binding body,
String pretty)
create a Binding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedPodBindingWithHttpInfo(String name,
String namespace,
V1Binding body,
String pretty)
create binding of a Pod
|
Modifier and Type | Method and Description |
---|---|
V1Binding |
CoreV1Api.createNamespacedBinding(String namespace,
V1Binding body,
String pretty)
create a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingAsync(String namespace,
V1Binding body,
String pretty,
ApiCallback<V1Binding> callback)
(asynchronously)
create a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingCall(String namespace,
V1Binding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedBinding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedBindingWithHttpInfo(String namespace,
V1Binding body,
String pretty)
create a Binding
|
V1Binding |
CoreV1Api.createNamespacedPodBinding(String name,
String namespace,
V1Binding body,
String pretty)
create binding of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodBindingAsync(String name,
String namespace,
V1Binding body,
String pretty,
ApiCallback<V1Binding> callback)
(asynchronously)
create binding of a Pod
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodBindingCall(String name,
String namespace,
V1Binding body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodBinding
|
ApiResponse<V1Binding> |
CoreV1Api.createNamespacedPodBindingWithHttpInfo(String name,
String namespace,
V1Binding body,
String pretty)
create binding of a Pod
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedBindingAsync(String namespace,
V1Binding body,
String pretty,
ApiCallback<V1Binding> callback)
(asynchronously)
create a Binding
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodBindingAsync(String name,
String namespace,
V1Binding body,
String pretty,
ApiCallback<V1Binding> callback)
(asynchronously)
create binding of a Pod
|
Modifier and Type | Method and Description |
---|---|
V1Binding |
V1Binding.apiVersion(String apiVersion) |
V1Binding |
V1Binding.kind(String kind) |
V1Binding |
V1Binding.metadata(V1ObjectMeta metadata) |
V1Binding |
V1Binding.target(V1ObjectReference target) |
Copyright © 2017. All rights reserved.