Uses of Class
io.kubernetes.client.openapi.models.V1VolumeAttachmentList
Packages that use V1VolumeAttachmentList
-
Uses of V1VolumeAttachmentList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1VolumeAttachmentListModifier and TypeMethodDescriptionStorageV1Api.listVolumeAttachment
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind VolumeAttachmentMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1VolumeAttachmentListModifier and TypeMethodDescriptionStorageV1Api.listVolumeAttachmentWithHttpInfo
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch) list or watch objects of kind VolumeAttachmentMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1VolumeAttachmentListModifier and TypeMethodDescriptionokhttp3.Call
StorageV1Api.listVolumeAttachmentAsync
(String pretty, Boolean allowWatchBookmarks, String _continue, String fieldSelector, String labelSelector, Integer limit, String resourceVersion, String resourceVersionMatch, Boolean sendInitialEvents, Integer timeoutSeconds, Boolean watch, ApiCallback<V1VolumeAttachmentList> _callback) (asynchronously) list or watch objects of kind VolumeAttachment -
Uses of V1VolumeAttachmentList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1VolumeAttachmentListModifier and TypeMethodDescriptionV1VolumeAttachmentList.addItemsItem
(V1VolumeAttachment itemsItem) V1VolumeAttachmentList.apiVersion
(String apiVersion) V1VolumeAttachmentList.items
(List<V1VolumeAttachment> items) V1VolumeAttachmentList.metadata
(V1ListMeta metadata)