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:
DoneableGroupVersionResource,GroupVersionResourceBuilder,GroupVersionResourceFluentImpl,KubeSchemaFluentImpl.GroupVersionResourceNestedImpl,WatchEventFluentImpl.GroupVersionResourceObjectNestedImpl
public interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>> extends Fluent<A>
-
Method Summary
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 Details
-
getGroup
String getGroup() -
withGroup
-
hasGroup
Boolean hasGroup() -
withNewGroup
-
withNewGroup
-
withNewGroup
-
getResource
String getResource() -
withResource
-
hasResource
Boolean hasResource() -
withNewResource
-
withNewResource
-
withNewResource
-
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
withNewVersion
-
withNewVersion
-
withNewVersion
-