public abstract class AbstractCustomResourceHandler extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractCustomResourceHandler.PrinterColumnHandler |
| Constructor and Description |
|---|
AbstractCustomResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract Stream<Map.Entry<? extends io.fabric8.kubernetes.api.model.HasMetadata,Set<String>>> |
finish() |
abstract void |
handle(CustomResourceInfo config,
ResolvingContext resolvingContext) |
protected void |
handlePrinterColumns(AbstractJsonSchema<?,?> resolver,
AbstractCustomResourceHandler.PrinterColumnHandler handler) |
public abstract void handle(CustomResourceInfo config, ResolvingContext resolvingContext)
protected void handlePrinterColumns(AbstractJsonSchema<?,?> resolver, AbstractCustomResourceHandler.PrinterColumnHandler handler)
Copyright © 2015–2024 Red Hat. All rights reserved.