Package io.fabric8.kubernetes.api.model
Interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.GroupVersionResourceNested<N>,WatchEventFluent.GroupVersionResourceObjectNested<N>
- All Known Implementing Classes:
GroupVersionResourceBuilder,GroupVersionResourceFluentImpl,KubeSchemaFluentImpl.GroupVersionResourceNestedImpl,WatchEventFluentImpl.GroupVersionResourceObjectNestedImpl
public interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()StringgetResource()StringgetVersion()BooleanhasGroup()BooleanhasResource()BooleanhasVersion()AwithGroup(String group)AwithNewGroup(String arg1)AwithNewGroup(StringBuffer arg1)AwithNewGroup(StringBuilder arg1)AwithNewResource(String arg1)AwithNewResource(StringBuffer arg1)AwithNewResource(StringBuilder arg1)AwithNewVersion(String arg1)AwithNewVersion(StringBuffer arg1)AwithNewVersion(StringBuilder arg1)AwithResource(String resource)AwithVersion(String version)
-
-
-
Method Detail
-
getGroup
String getGroup()
-
hasGroup
Boolean hasGroup()
-
withNewGroup
A withNewGroup(StringBuilder arg1)
-
withNewGroup
A withNewGroup(StringBuffer arg1)
-
getResource
String getResource()
-
hasResource
Boolean hasResource()
-
withNewResource
A withNewResource(StringBuilder arg1)
-
withNewResource
A withNewResource(StringBuffer arg1)
-
getVersion
String getVersion()
-
hasVersion
Boolean hasVersion()
-
withNewVersion
A withNewVersion(StringBuilder arg1)
-
withNewVersion
A withNewVersion(StringBuffer arg1)
-
-