Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1VolumeAttachmentList |
StorageV1beta1Api.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<V1beta1VolumeAttachmentList> |
StorageV1beta1Api.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 |
StorageV1beta1Api.listVolumeAttachmentAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1VolumeAttachmentList> _callback)
(asynchronously) list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
V1beta1VolumeAttachmentList |
V1beta1VolumeAttachmentList.addItemsItem(V1beta1VolumeAttachment itemsItem) |
V1beta1VolumeAttachmentList |
V1beta1VolumeAttachmentList.apiVersion(String apiVersion) |
V1beta1VolumeAttachmentList |
V1beta1VolumeAttachmentListBuilder.build() |
V1beta1VolumeAttachmentList |
V1beta1VolumeAttachmentList.items(List<V1beta1VolumeAttachment> items) |
V1beta1VolumeAttachmentList |
V1beta1VolumeAttachmentList.kind(String kind) |
V1beta1VolumeAttachmentList |
V1beta1VolumeAttachmentList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1beta1VolumeAttachmentListBuilder(V1beta1VolumeAttachmentList instance) |
V1beta1VolumeAttachmentListBuilder(V1beta1VolumeAttachmentList instance,
Boolean validationEnabled) |
V1beta1VolumeAttachmentListBuilder(V1beta1VolumeAttachmentListFluent<?> fluent,
V1beta1VolumeAttachmentList instance) |
V1beta1VolumeAttachmentListBuilder(V1beta1VolumeAttachmentListFluent<?> fluent,
V1beta1VolumeAttachmentList instance,
Boolean validationEnabled) |
V1beta1VolumeAttachmentListFluentImpl(V1beta1VolumeAttachmentList instance) |
Copyright © 2020. All rights reserved.