public interface Listable<T>
| Modifier and Type | Method and Description |
|---|---|
T |
list() |
T |
list(Integer limitVal,
String continueVal)
Deprecated.
: Please use
list(ListOptions) instead |
T |
list(io.fabric8.kubernetes.api.model.ListOptions listOptions)
List resource from Kubernetes API server.
|
T list()
@Deprecated T list(Integer limitVal, String continueVal)
list(ListOptions) insteadlimitVal - number of resources to listcontinueVal - an offset to pick listing fromT list(io.fabric8.kubernetes.api.model.ListOptions listOptions)
listOptions - ListOptions is the query options to a standard REST list call.Copyright © 2015–2021 Red Hat. All rights reserved.