Interface InstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
InstallPlanFluent.SpecNested<N>
- All Known Implementing Classes:
InstallPlanFluentImpl.SpecNestedImpl,InstallPlanSpecBuilder,InstallPlanSpecFluentImpl
public interface InstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getApproval
String getApproval()
-
hasApproval
Boolean hasApproval()
-
withNewApproval
A withNewApproval(StringBuilder arg1)
-
withNewApproval
A withNewApproval(StringBuffer arg1)
-
isApproved
Boolean isApproved()
-
hasApproved
Boolean hasApproved()
-
withNewApproved
A withNewApproved(boolean arg1)
-
addAllToClusterServiceVersionNames
A addAllToClusterServiceVersionNames(Collection<String> items)
-
removeAllFromClusterServiceVersionNames
A removeAllFromClusterServiceVersionNames(Collection<String> items)
-
getClusterServiceVersionName
String getClusterServiceVersionName(int index)
-
getFirstClusterServiceVersionName
String getFirstClusterServiceVersionName()
-
getLastClusterServiceVersionName
String getLastClusterServiceVersionName()
-
getMatchingClusterServiceVersionName
String getMatchingClusterServiceVersionName(Predicate<String> predicate)
-
hasMatchingClusterServiceVersionName
Boolean hasMatchingClusterServiceVersionName(Predicate<String> predicate)
-
withClusterServiceVersionNames
A withClusterServiceVersionNames(List<String> clusterServiceVersionNames)
-
withClusterServiceVersionNames
A withClusterServiceVersionNames(String... clusterServiceVersionNames)
-
hasClusterServiceVersionNames
Boolean hasClusterServiceVersionNames()
-
addNewClusterServiceVersionName
A addNewClusterServiceVersionName(StringBuilder arg1)
-
addNewClusterServiceVersionName
A addNewClusterServiceVersionName(StringBuffer arg1)
-
getGeneration
Integer getGeneration()
-
hasGeneration
Boolean hasGeneration()
-
getSource
String getSource()
-
hasSource
Boolean hasSource()
-
withNewSource
A withNewSource(StringBuilder arg1)
-
withNewSource
A withNewSource(StringBuffer arg1)
-
getSourceNamespace
String getSourceNamespace()
-
hasSourceNamespace
Boolean hasSourceNamespace()
-
withNewSourceNamespace
A withNewSourceNamespace(StringBuilder arg1)
-
withNewSourceNamespace
A withNewSourceNamespace(StringBuffer arg1)
-
-