Package io.fabric8.kubernetes.api.model
Interface GroupVersionForDiscoveryFluent<A extends GroupVersionForDiscoveryFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
APIGroupFluent.PreferredVersionNested<N>
,APIGroupFluent.VersionsNested<N>
,WatchEventFluent.GroupVersionForDiscoveryObjectNested<N>
- All Known Implementing Classes:
APIGroupFluentImpl.PreferredVersionNestedImpl
,APIGroupFluentImpl.VersionsNestedImpl
,GroupVersionForDiscoveryBuilder
,GroupVersionForDiscoveryFluentImpl
,WatchEventFluentImpl.GroupVersionForDiscoveryObjectNestedImpl
public interface GroupVersionForDiscoveryFluent<A extends GroupVersionForDiscoveryFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGroupVersion()
String
getVersion()
Boolean
hasGroupVersion()
Boolean
hasVersion()
A
withGroupVersion(String groupVersion)
A
withNewGroupVersion(String arg1)
A
withNewGroupVersion(StringBuffer arg1)
A
withNewGroupVersion(StringBuilder arg1)
A
withNewVersion(String arg1)
A
withNewVersion(StringBuffer arg1)
A
withNewVersion(StringBuilder arg1)
A
withVersion(String version)
-
-
-
Method Detail
-
getGroupVersion
String getGroupVersion()
-
hasGroupVersion
Boolean hasGroupVersion()
-
withNewGroupVersion
A withNewGroupVersion(StringBuilder arg1)
-
withNewGroupVersion
A withNewGroupVersion(StringBuffer arg1)
-
getVersion
String getVersion()
-
hasVersion
Boolean hasVersion()
-
withNewVersion
A withNewVersion(StringBuilder arg1)
-
withNewVersion
A withNewVersion(StringBuffer arg1)
-
-