public class CustomResourceDefinitionDecorator<T> extends NamedResourceDecorator<T>
ANY, kind, name| Constructor and Description |
|---|
CustomResourceDefinitionDecorator(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
andThenVisit(T item,
io.fabric8.kubernetes.api.model.ObjectMeta resourceMeta)
Visit a part of a Resource.
|
after, andThenVisit, getKind, getName, visitpublic CustomResourceDefinitionDecorator(String name)
public void andThenVisit(T item, io.fabric8.kubernetes.api.model.ObjectMeta resourceMeta)
NamedResourceDecoratorandThenVisit in class NamedResourceDecorator<T>item - the visited itemresourceMeta - the ObjectMeta of the current resource.Copyright © 2015–2020 Red Hat. All rights reserved.