public interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
String |
getVerb() |
Boolean |
hasPath() |
Boolean |
hasVerb() |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewVerb(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withVerb(String verb) |
String getPath()
Boolean hasPath()
@Deprecated A withNewPath(String arg0)
String getVerb()
Boolean hasVerb()
@Deprecated A withNewVerb(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.