Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
String pretty)
create a PodTemplate
|
V1PodTemplate |
CoreV1Api.patchNamespacedPodTemplate(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodTemplate
|
V1PodTemplate |
CoreV1Api.readNamespacedPodTemplate(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodTemplate
|
V1PodTemplate |
CoreV1Api.replaceNamespacedPodTemplate(String name,
String namespace,
V1PodTemplate body,
String pretty)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
String pretty)
create a PodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.patchNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
Object body,
String pretty)
partially update the specified PodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.readNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified PodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.replaceNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1PodTemplate body,
String pretty)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
String pretty)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateCall(String namespace,
V1PodTemplate body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
String pretty)
create a PodTemplate
|
V1PodTemplate |
CoreV1Api.replaceNamespacedPodTemplate(String name,
String namespace,
V1PodTemplate body,
String pretty)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateCall(String name,
String namespace,
V1PodTemplate body,
String pretty,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.replaceNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1PodTemplate body,
String pretty)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodTemplateAsync(String name,
String namespace,
Object body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
partially update the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.readNamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
read the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
V1PodTemplate |
V1PodTemplate.apiVersion(String apiVersion) |
V1PodTemplate |
V1PodTemplate.kind(String kind) |
V1PodTemplate |
V1PodTemplate.metadata(V1ObjectMeta metadata) |
V1PodTemplate |
V1PodTemplate.template(V1PodTemplateSpec template) |
Modifier and Type | Method and Description |
---|---|
List<V1PodTemplate> |
V1PodTemplateList.getItems()
List of pod templates
|
Modifier and Type | Method and Description |
---|---|
V1PodTemplateList |
V1PodTemplateList.addItemsItem(V1PodTemplate itemsItem) |
Modifier and Type | Method and Description |
---|---|
V1PodTemplateList |
V1PodTemplateList.items(List<V1PodTemplate> items) |
void |
V1PodTemplateList.setItems(List<V1PodTemplate> items) |
Copyright © 2018. All rights reserved.