public interface HelmExpressionFluent<A extends HelmExpressionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getPath() |
Boolean |
hasExpression() |
Boolean |
hasPath() |
A |
withExpression(String expression) |
A |
withPath(String path) |
Copyright © 2018–2023 Red Hat. All rights reserved.