| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
create a PodTemplate
|
V1PodTemplate |
CoreV1Api.deleteNamespacedPodTemplate(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodTemplate
|
V1PodTemplate |
CoreV1Api.patchNamespacedPodTemplate(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified PodTemplate
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
create a PodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.deleteNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body)
delete a PodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.patchNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
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,
String dryRun,
String fieldManager)
replace the specified PodTemplate
|
| Modifier and Type | Method and Description |
|---|---|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
create a PodTemplate
|
okhttp3.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) create a PodTemplate
|
okhttp3.Call |
CoreV1Api.createNamespacedPodTemplateCall(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
create a PodTemplate
|
V1PodTemplate |
CoreV1Api.replaceNamespacedPodTemplate(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) replace the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodTemplateCall(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.replaceNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager)
replace the specified PodTemplate
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) create a PodTemplate
|
okhttp3.Call |
CoreV1Api.deleteNamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
String dryRun,
Integer gracePeriodSeconds,
Boolean orphanDependents,
String propagationPolicy,
V1DeleteOptions body,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) delete a PodTemplate
|
okhttp3.Call |
CoreV1Api.patchNamespacedPodTemplateAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) partially update the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.readNamespacedPodTemplateAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1PodTemplate> _callback)
(asynchronously) read the specified PodTemplate
|
okhttp3.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
String fieldManager,
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 © 2021. All rights reserved.