Interface InstallModeFluent<A extends InstallModeFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ClusterServiceVersionSpecFluent.InstallModesNested<N>
- All Known Implementing Classes:
ClusterServiceVersionSpecFluentImpl.InstallModesNestedImpl,InstallModeBuilder,InstallModeFluentImpl
public interface InstallModeFluent<A extends InstallModeFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()BooleanhasSupported()BooleanhasType()BooleanisSupported()AwithNewSupported(boolean arg1)AwithNewSupported(String arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithSupported(Boolean supported)AwithType(String type)
-
-
-
Method Detail
-
isSupported
Boolean isSupported()
-
hasSupported
Boolean hasSupported()
-
withNewSupported
A withNewSupported(boolean arg1)
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-