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)
The passed in options may be modified as a side-effect of this call.
Values that already exist at this context, such as the labels and fields will be overridden
on the passed in options regardless of initial values.
listOptions - ListOptions is the query options to a standard REST list call.Copyright © 2015–2023 Red Hat. All rights reserved.