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 |
V1PodTemplateBuilder.build() |
V1PodTemplate |
V1PodTemplateListFluent.buildFirstItem() |
V1PodTemplate |
V1PodTemplateListFluentImpl.buildFirstItem() |
V1PodTemplate |
V1PodTemplateListFluent.buildItem(int index) |
V1PodTemplate |
V1PodTemplateListFluentImpl.buildItem(int index) |
V1PodTemplate |
V1PodTemplateListFluent.buildLastItem() |
V1PodTemplate |
V1PodTemplateListFluentImpl.buildLastItem() |
V1PodTemplate |
V1PodTemplateListFluent.buildMatchingItem(Predicate<V1PodTemplateBuilder> predicate) |
V1PodTemplate |
V1PodTemplateListFluentImpl.buildMatchingItem(Predicate<V1PodTemplateBuilder> predicate) |
V1PodTemplate |
V1PodTemplate.kind(String kind) |
V1PodTemplate |
V1PodTemplate.metadata(V1ObjectMeta metadata) |
V1PodTemplate |
V1PodTemplate.template(V1PodTemplateSpec template) |
Modifier and Type | Method and Description |
---|---|
List<V1PodTemplate> |
V1PodTemplateListFluent.buildItems() |
List<V1PodTemplate> |
V1PodTemplateListFluentImpl.buildItems() |
List<V1PodTemplate> |
V1PodTemplateListFluent.getItems()
Deprecated.
|
List<V1PodTemplate> |
V1PodTemplateListFluentImpl.getItems()
Deprecated.
|
List<V1PodTemplate> |
V1PodTemplateList.getItems()
List of pod templates
|
Modifier and Type | Method and Description |
---|---|
V1PodTemplateList |
V1PodTemplateList.addItemsItem(V1PodTemplate itemsItem) |
V1PodTemplateListFluent.ItemsNested<A> |
V1PodTemplateListFluent.addNewItemLike(V1PodTemplate item) |
V1PodTemplateListFluent.ItemsNested<A> |
V1PodTemplateListFluentImpl.addNewItemLike(V1PodTemplate item) |
A |
V1PodTemplateListFluent.addToItems(int index,
V1PodTemplate item) |
A |
V1PodTemplateListFluentImpl.addToItems(int index,
V1PodTemplate item) |
A |
V1PodTemplateListFluent.addToItems(V1PodTemplate... items) |
A |
V1PodTemplateListFluentImpl.addToItems(V1PodTemplate... items) |
A |
V1PodTemplateListFluent.removeFromItems(V1PodTemplate... items) |
A |
V1PodTemplateListFluentImpl.removeFromItems(V1PodTemplate... items) |
V1PodTemplateListFluent.ItemsNested<A> |
V1PodTemplateListFluent.setNewItemLike(int index,
V1PodTemplate item) |
V1PodTemplateListFluent.ItemsNested<A> |
V1PodTemplateListFluentImpl.setNewItemLike(int index,
V1PodTemplate item) |
A |
V1PodTemplateListFluent.setToItems(int index,
V1PodTemplate item) |
A |
V1PodTemplateListFluentImpl.setToItems(int index,
V1PodTemplate item) |
A |
V1PodTemplateListFluent.withItems(V1PodTemplate... items) |
A |
V1PodTemplateListFluentImpl.withItems(V1PodTemplate... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1PodTemplateListFluent.addAllToItems(Collection<V1PodTemplate> items) |
A |
V1PodTemplateListFluentImpl.addAllToItems(Collection<V1PodTemplate> items) |
V1PodTemplateList |
V1PodTemplateList.items(List<V1PodTemplate> items) |
A |
V1PodTemplateListFluent.removeAllFromItems(Collection<V1PodTemplate> items) |
A |
V1PodTemplateListFluentImpl.removeAllFromItems(Collection<V1PodTemplate> items) |
void |
V1PodTemplateList.setItems(List<V1PodTemplate> items) |
A |
V1PodTemplateListFluent.withItems(List<V1PodTemplate> items) |
A |
V1PodTemplateListFluentImpl.withItems(List<V1PodTemplate> items) |
Constructor and Description |
---|
V1PodTemplateBuilder(V1PodTemplate instance) |
V1PodTemplateBuilder(V1PodTemplate instance,
Boolean validationEnabled) |
V1PodTemplateBuilder(V1PodTemplateFluent<?> fluent,
V1PodTemplate instance) |
V1PodTemplateBuilder(V1PodTemplateFluent<?> fluent,
V1PodTemplate instance,
Boolean validationEnabled) |
V1PodTemplateFluentImpl(V1PodTemplate instance) |
Copyright © 2020. All rights reserved.