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 String
getGroup()
String
getResource()
String
getVersion()
Boolean
hasGroup()
Boolean
hasResource()
Boolean
hasVersion()
A
withGroup(String group)
A
withNewGroup(String arg1)
A
withNewGroup(StringBuffer arg1)
A
withNewGroup(StringBuilder arg1)
A
withNewResource(String arg1)
A
withNewResource(StringBuffer arg1)
A
withNewResource(StringBuilder arg1)
A
withNewVersion(String arg1)
A
withNewVersion(StringBuffer arg1)
A
withNewVersion(StringBuilder arg1)
A
withResource(String resource)
A
withVersion(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
-