public interface InstallPlanSpecFluent<A extends InstallPlanSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
String getApproval()
Boolean hasApproval()
@Deprecated A withNewApproval(String arg0)
Boolean getApproved()
Boolean hasApproved()
A addAllToClusterServiceVersionNames(Collection<String> items)
A removeAllFromClusterServiceVersionNames(Collection<String> items)
String getClusterServiceVersionName(int index)
String getFirstClusterServiceVersionName()
String getLastClusterServiceVersionName()
String getMatchingClusterServiceVersionName(Predicate<String> predicate)
Boolean hasMatchingClusterServiceVersionName(Predicate<String> predicate)
A withClusterServiceVersionNames(List<String> clusterServiceVersionNames)
A withClusterServiceVersionNames(String... clusterServiceVersionNames)
Boolean hasClusterServiceVersionNames()
Integer getGeneration()
Boolean hasGeneration()
String getSource()
Boolean hasSource()
@Deprecated A withNewSource(String arg0)
String getSourceNamespace()
Boolean hasSourceNamespace()
@Deprecated A withNewSourceNamespace(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.