Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Service |
CoreV1Api.createNamespacedService(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
create a Service
|
V1Service |
CoreV1Api.patchNamespacedService(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Service
|
V1Service |
CoreV1Api.patchNamespacedServiceStatus(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Service
|
V1Service |
CoreV1Api.readNamespacedService(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
V1Service |
CoreV1Api.readNamespacedServiceStatus(String name,
String namespace,
String pretty)
read status of the specified Service
|
V1Service |
CoreV1Api.replaceNamespacedService(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Service
|
V1Service |
CoreV1Api.replaceNamespacedServiceStatus(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Service
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1Service> |
CoreV1Api.createNamespacedServiceWithHttpInfo(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
create a Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.patchNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force)
partially update the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.readNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
String pretty)
read status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.readNamespacedServiceWithHttpInfo(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export)
read the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Service
|
Modifier and Type | Method and Description |
---|---|
V1Service |
CoreV1Api.createNamespacedService(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
create a Service
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAsync(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) create a Service
|
okhttp3.Call |
CoreV1Api.createNamespacedServiceCall(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for createNamespacedService
|
ApiResponse<V1Service> |
CoreV1Api.createNamespacedServiceWithHttpInfo(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
create a Service
|
V1Service |
CoreV1Api.replaceNamespacedService(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAsync(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) replace the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceCall(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedService
|
V1Service |
CoreV1Api.replaceNamespacedServiceStatus(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceStatusAsync(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) replace status of the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceStatusCall(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback _callback)
Build call for replaceNamespacedServiceStatus
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceStatusWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace status of the specified Service
|
ApiResponse<V1Service> |
CoreV1Api.replaceNamespacedServiceWithHttpInfo(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager)
replace the specified Service
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.createNamespacedServiceAsync(String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) create a Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Service> _callback)
(asynchronously) partially update the specified Service
|
okhttp3.Call |
CoreV1Api.patchNamespacedServiceStatusAsync(String name,
String namespace,
V1Patch body,
String pretty,
String dryRun,
String fieldManager,
Boolean force,
ApiCallback<V1Service> _callback)
(asynchronously) partially update status of the specified Service
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceAsync(String name,
String namespace,
String pretty,
Boolean exact,
Boolean export,
ApiCallback<V1Service> _callback)
(asynchronously) read the specified Service
|
okhttp3.Call |
CoreV1Api.readNamespacedServiceStatusAsync(String name,
String namespace,
String pretty,
ApiCallback<V1Service> _callback)
(asynchronously) read status of the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceAsync(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) replace the specified Service
|
okhttp3.Call |
CoreV1Api.replaceNamespacedServiceStatusAsync(String name,
String namespace,
V1Service body,
String pretty,
String dryRun,
String fieldManager,
ApiCallback<V1Service> _callback)
(asynchronously) replace status of the specified Service
|
Modifier and Type | Method and Description |
---|---|
V1Service |
V1Service.apiVersion(String apiVersion) |
V1Service |
V1ServiceBuilder.build() |
V1Service |
V1ServiceListFluentImpl.buildFirstItem() |
V1Service |
V1ServiceListFluent.buildFirstItem() |
V1Service |
V1ServiceListFluentImpl.buildItem(int index) |
V1Service |
V1ServiceListFluent.buildItem(int index) |
V1Service |
V1ServiceListFluentImpl.buildLastItem() |
V1Service |
V1ServiceListFluent.buildLastItem() |
V1Service |
V1ServiceListFluentImpl.buildMatchingItem(Predicate<V1ServiceBuilder> predicate) |
V1Service |
V1ServiceListFluent.buildMatchingItem(Predicate<V1ServiceBuilder> predicate) |
V1Service |
V1Service.kind(String kind) |
V1Service |
V1Service.metadata(V1ObjectMeta metadata) |
V1Service |
V1Service.spec(V1ServiceSpec spec) |
V1Service |
V1Service.status(V1ServiceStatus status) |
Modifier and Type | Method and Description |
---|---|
List<V1Service> |
V1ServiceListFluentImpl.buildItems() |
List<V1Service> |
V1ServiceListFluent.buildItems() |
List<V1Service> |
V1ServiceListFluentImpl.getItems()
Deprecated.
|
List<V1Service> |
V1ServiceListFluent.getItems()
Deprecated.
|
List<V1Service> |
V1ServiceList.getItems()
List of services
|
Modifier and Type | Method and Description |
---|---|
V1ServiceList |
V1ServiceList.addItemsItem(V1Service itemsItem) |
V1ServiceListFluent.ItemsNested<A> |
V1ServiceListFluentImpl.addNewItemLike(V1Service item) |
V1ServiceListFluent.ItemsNested<A> |
V1ServiceListFluent.addNewItemLike(V1Service item) |
A |
V1ServiceListFluentImpl.addToItems(int index,
V1Service item) |
A |
V1ServiceListFluent.addToItems(int index,
V1Service item) |
A |
V1ServiceListFluentImpl.addToItems(V1Service... items) |
A |
V1ServiceListFluent.addToItems(V1Service... items) |
A |
V1ServiceListFluentImpl.removeFromItems(V1Service... items) |
A |
V1ServiceListFluent.removeFromItems(V1Service... items) |
V1ServiceListFluent.ItemsNested<A> |
V1ServiceListFluentImpl.setNewItemLike(int index,
V1Service item) |
V1ServiceListFluent.ItemsNested<A> |
V1ServiceListFluent.setNewItemLike(int index,
V1Service item) |
A |
V1ServiceListFluentImpl.setToItems(int index,
V1Service item) |
A |
V1ServiceListFluent.setToItems(int index,
V1Service item) |
A |
V1ServiceListFluentImpl.withItems(V1Service... items) |
A |
V1ServiceListFluent.withItems(V1Service... items) |
Modifier and Type | Method and Description |
---|---|
A |
V1ServiceListFluentImpl.addAllToItems(Collection<V1Service> items) |
A |
V1ServiceListFluent.addAllToItems(Collection<V1Service> items) |
V1ServiceList |
V1ServiceList.items(List<V1Service> items) |
A |
V1ServiceListFluentImpl.removeAllFromItems(Collection<V1Service> items) |
A |
V1ServiceListFluent.removeAllFromItems(Collection<V1Service> items) |
void |
V1ServiceList.setItems(List<V1Service> items) |
A |
V1ServiceListFluentImpl.withItems(List<V1Service> items) |
A |
V1ServiceListFluent.withItems(List<V1Service> items) |
Constructor and Description |
---|
V1ServiceBuilder(V1Service instance) |
V1ServiceBuilder(V1Service instance,
Boolean validationEnabled) |
V1ServiceBuilder(V1ServiceFluent<?> fluent,
V1Service instance) |
V1ServiceBuilder(V1ServiceFluent<?> fluent,
V1Service instance,
Boolean validationEnabled) |
V1ServiceFluentImpl(V1Service instance) |
Copyright © 2022. All rights reserved.