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:
DoneableGroupVersionKind,GroupVersionKindBuilder,GroupVersionKindFluentImpl,KubeSchemaFluentImpl.GroupVersionKindNestedImpl,WatchEventFluentImpl.GroupVersionKindObjectNestedImpl
public interface GroupVersionKindFluent<A extends GroupVersionKindFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getGroup
String getGroup() -
withGroup
-
hasGroup
Boolean hasGroup() -
withNewGroup
-
withNewGroup
-
withNewGroup
-
getKind
String getKind() -
withKind
-
hasKind
Boolean hasKind() -
withNewKind
-
withNewKind
-
withNewKind
-
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
withNewVersion
-
withNewVersion
-
withNewVersion
-