public interface TypeMetaFluent<A extends TypeMetaFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion() |
String |
getKind() |
Boolean |
hasApiVersion() |
Boolean |
hasKind() |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.