public interface V1ObjectFieldSelectorFluent<A extends V1ObjectFieldSelectorFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getApiVersion() |
String |
getFieldPath() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewFieldPath(String original)
Deprecated.
|
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String original)
String getFieldPath()
Boolean hasFieldPath()
@Deprecated A withNewFieldPath(String original)
Copyright © 2021. All rights reserved.