Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodTemplate
|
V1PodTemplate |
CoreV1Api.patchNamespacedPodTemplate(String name,
String namespace,
Object body,
String pretty,
String dryRun)
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)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.patchNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
Object body,
String pretty,
String dryRun)
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)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
V1PodTemplate |
CoreV1Api.createNamespacedPodTemplate(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateCall(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.createNamespacedPodTemplateWithHttpInfo(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun)
create a PodTemplate
|
V1PodTemplate |
CoreV1Api.replaceNamespacedPodTemplate(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateAsync(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
replace the specified PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.replaceNamespacedPodTemplateCall(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replaceNamespacedPodTemplate
|
ApiResponse<V1PodTemplate> |
CoreV1Api.replaceNamespacedPodTemplateWithHttpInfo(String name,
String namespace,
V1PodTemplate body,
String pretty,
String dryRun)
replace the specified PodTemplate
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.createNamespacedPodTemplateAsync(String namespace,
V1PodTemplate body,
Boolean includeUninitialized,
String pretty,
String dryRun,
ApiCallback<V1PodTemplate> callback)
(asynchronously)
create a PodTemplate
|
com.squareup.okhttp.Call |
CoreV1Api.patchNamespacedPodTemplateAsync(String name,
String namespace,
Object body,
String pretty,
String dryRun,
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,
String dryRun,
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 © 2018. All rights reserved.