public enum NamespacedPodListInformer extends Enum<NamespacedPodListInformer>
| Enum Constant and Description |
|---|
INFORMER
contains remote collector instances
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(ClusterModuleKubernetesConfig podConfig) |
Optional<List<io.kubernetes.client.openapi.models.V1Pod>> |
listPods() |
static NamespacedPodListInformer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespacedPodListInformer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamespacedPodListInformer INFORMER
public static NamespacedPodListInformer[] values()
for (NamespacedPodListInformer c : NamespacedPodListInformer.values()) System.out.println(c);
public static NamespacedPodListInformer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void init(ClusterModuleKubernetesConfig podConfig)
Copyright © 2020 The Apache Software Foundation. All rights reserved.