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,DoneableGroupVersionForDiscovery,GroupVersionForDiscoveryBuilder,GroupVersionForDiscoveryFluentImpl,WatchEventFluentImpl.GroupVersionForDiscoveryObjectNestedImpl
public interface GroupVersionForDiscoveryFluent<A extends GroupVersionForDiscoveryFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetGroupVersion()StringgetVersion()BooleanhasGroupVersion()BooleanhasVersion()AwithGroupVersion(String groupVersion)AwithNewGroupVersion(String arg1)AwithNewGroupVersion(StringBuffer arg1)AwithNewGroupVersion(StringBuilder arg1)AwithNewVersion(String arg1)AwithNewVersion(StringBuffer arg1)AwithNewVersion(StringBuilder arg1)AwithVersion(String version)
-
Method Details
-
getGroupVersion
String getGroupVersion() -
withGroupVersion
-
hasGroupVersion
Boolean hasGroupVersion() -
withNewGroupVersion
-
withNewGroupVersion
-
withNewGroupVersion
-
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
withNewVersion
-
withNewVersion
-
withNewVersion
-