public interface FilteredResourceList<T extends io.fabric8.kubernetes.api.model.HasMetadata,L extends io.fabric8.kubernetes.api.model.KubernetesResourceList>
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
L |
list() |
FilteredResourceList<T,L> |
withField(String key,
String value) |
FilteredResourceList<T,L> |
withFields(Map<String,String> labels) |
FilteredResourceList<T,L> |
withLabel(String key,
String value) |
FilteredResourceList<T,L> |
withLabels(Map<String,String> labels) |
L list() throws KubernetesClientException
KubernetesClientExceptionvoid delete()
throws KubernetesClientException
KubernetesClientExceptionFilteredResourceList<T,L> withLabels(Map<String,String> labels) throws KubernetesClientException
KubernetesClientExceptionFilteredResourceList<T,L> withLabel(String key, String value) throws KubernetesClientException
KubernetesClientExceptionFilteredResourceList<T,L> withFields(Map<String,String> labels) throws KubernetesClientException
KubernetesClientExceptionFilteredResourceList<T,L> withField(String key, String value) throws KubernetesClientException
KubernetesClientExceptionCopyright © 2015 Red Hat. All rights reserved.