Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1VolumeAttachmentList |
StorageV1Api.listVolumeAttachment(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1VolumeAttachmentList> |
StorageV1Api.listVolumeAttachmentWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
StorageV1Api.listVolumeAttachmentAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1VolumeAttachmentList> _callback)
(asynchronously) list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
V1VolumeAttachmentList |
V1VolumeAttachmentList.addItemsItem(V1VolumeAttachment itemsItem) |
V1VolumeAttachmentList |
V1VolumeAttachmentList.apiVersion(String apiVersion) |
V1VolumeAttachmentList |
V1VolumeAttachmentListBuilder.build() |
V1VolumeAttachmentList |
V1VolumeAttachmentList.items(List<V1VolumeAttachment> items) |
V1VolumeAttachmentList |
V1VolumeAttachmentList.kind(String kind) |
V1VolumeAttachmentList |
V1VolumeAttachmentList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1VolumeAttachmentListBuilder(V1VolumeAttachmentList instance) |
V1VolumeAttachmentListBuilder(V1VolumeAttachmentList instance,
Boolean validationEnabled) |
V1VolumeAttachmentListBuilder(V1VolumeAttachmentListFluent<?> fluent,
V1VolumeAttachmentList instance) |
V1VolumeAttachmentListBuilder(V1VolumeAttachmentListFluent<?> fluent,
V1VolumeAttachmentList instance,
Boolean validationEnabled) |
V1VolumeAttachmentListFluentImpl(V1VolumeAttachmentList instance) |
Copyright © 2020. All rights reserved.