public class ResourcesPrinterHelper<X> extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
static ResourcesPrinterHelper<io.fabric8.openshift.api.model.BuildConfig> |
forBCs(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.openshift.api.model.Build> |
forBuilds(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.ConfigMap> |
forConfigMaps(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.openshift.api.model.DeploymentConfig> |
forDCs(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Event> |
forEvents(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.openshift.api.model.ImageStream> |
forISs(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Pod> |
forPods(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.openshift.api.model.Route> |
forRoutes(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Secret> |
forSecrets(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Service> |
forServices(Path filePath) |
static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.apps.StatefulSet> |
forStatefulSet(Path filePath) |
void |
row(LinkedHashMap<String,String> map) |
void |
row(X resource) |
public static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Event> forEvents(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Pod> forPods(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.openshift.api.model.DeploymentConfig> forDCs(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.openshift.api.model.Route> forRoutes(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.ConfigMap> forConfigMaps(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Service> forServices(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.Secret> forSecrets(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.openshift.api.model.Build> forBuilds(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.openshift.api.model.BuildConfig> forBCs(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.openshift.api.model.ImageStream> forISs(Path filePath)
public static ResourcesPrinterHelper<io.fabric8.kubernetes.api.model.apps.StatefulSet> forStatefulSet(Path filePath)
public void row(X resource)
public void row(LinkedHashMap<String,String> map)
public void close()
throws IOException
close in interface AutoCloseableIOExceptionpublic void flush()
throws IOException
IOExceptionCopyright © 2025. All rights reserved.