public abstract class Decorator<T> extends io.fabric8.kubernetes.api.builder.TypedVisitor<T> implements Comparable<Decorator>
| Constructor and Description |
|---|
Decorator() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Decorator>[] |
after() |
Class<? extends Decorator>[] |
before() |
int |
compareTo(Decorator o) |
Copyright © 2015–2021 Red Hat. All rights reserved.