public interface GroupVersionKindFluent<A extends GroupVersionKindFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup() |
String |
getKind() |
String |
getVersion() |
Boolean |
hasGroup() |
Boolean |
hasKind() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewKind(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withVersion(String version) |
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String arg0)
String getKind()
Boolean hasKind()
@Deprecated A withNewKind(String arg0)
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.