Package io.fabric8.kubernetes.api.model
Interface GroupVersionKindFluent<A extends GroupVersionKindFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.GroupVersionKindNested<N>,WatchEventFluent.GroupVersionKindObjectNested<N>
- All Known Implementing Classes:
GroupVersionKindBuilder,GroupVersionKindFluentImpl,KubeSchemaFluentImpl.GroupVersionKindNestedImpl,WatchEventFluentImpl.GroupVersionKindObjectNestedImpl
public interface GroupVersionKindFluent<A extends GroupVersionKindFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()StringgetKind()StringgetVersion()BooleanhasGroup()BooleanhasKind()BooleanhasVersion()AwithGroup(String group)AwithKind(String kind)AwithNewGroup(String arg1)AwithNewGroup(StringBuffer arg1)AwithNewGroup(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewVersion(String arg1)AwithNewVersion(StringBuffer arg1)AwithNewVersion(StringBuilder arg1)AwithVersion(String version)
-
-
-
Method Detail
-
getGroup
String getGroup()
-
hasGroup
Boolean hasGroup()
-
withNewGroup
A withNewGroup(StringBuilder arg1)
-
withNewGroup
A withNewGroup(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getVersion
String getVersion()
-
hasVersion
Boolean hasVersion()
-
withNewVersion
A withNewVersion(StringBuilder arg1)
-
withNewVersion
A withNewVersion(StringBuffer arg1)
-
-