Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1alpha1VolumeAttachmentList |
StorageV1alpha1Api.listVolumeAttachment(String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1alpha1VolumeAttachmentList> |
StorageV1alpha1Api.listVolumeAttachmentWithHttpInfo(String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
StorageV1alpha1Api.listVolumeAttachmentAsync(String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1alpha1VolumeAttachmentList> callback)
(asynchronously)
list or watch objects of kind VolumeAttachment
|
Modifier and Type | Method and Description |
---|---|
V1alpha1VolumeAttachmentList |
V1alpha1VolumeAttachmentList.addItemsItem(V1alpha1VolumeAttachment itemsItem) |
V1alpha1VolumeAttachmentList |
V1alpha1VolumeAttachmentList.apiVersion(String apiVersion) |
V1alpha1VolumeAttachmentList |
V1alpha1VolumeAttachmentList.items(List<V1alpha1VolumeAttachment> items) |
V1alpha1VolumeAttachmentList |
V1alpha1VolumeAttachmentList.kind(String kind) |
V1alpha1VolumeAttachmentList |
V1alpha1VolumeAttachmentList.metadata(V1ListMeta metadata) |
Copyright © 2018. All rights reserved.