Interface PackageChannelFluent<A extends PackageChannelFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
PackageManifestFluent.ChannelsNested<N>
- All Known Implementing Classes:
PackageChannelBuilder,PackageChannelFluentImpl,PackageManifestFluentImpl.ChannelsNestedImpl
public interface PackageChannelFluent<A extends PackageChannelFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCurrentCSV()StringgetName()BooleanhasCurrentCSV()BooleanhasName()AwithCurrentCSV(String currentCSV)AwithName(String name)AwithNewCurrentCSV(String arg1)AwithNewCurrentCSV(StringBuffer arg1)AwithNewCurrentCSV(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Method Detail
-
getCurrentCSV
String getCurrentCSV()
-
hasCurrentCSV
Boolean hasCurrentCSV()
-
withNewCurrentCSV
A withNewCurrentCSV(StringBuilder arg1)
-
withNewCurrentCSV
A withNewCurrentCSV(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-