public interface KameletSpecFluent<A extends KameletSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KameletSpecFluent.AuthorizationNested<N> |
@Deprecated AuthorizationSpec getAuthorization()
AuthorizationSpec buildAuthorization()
A withAuthorization(AuthorizationSpec authorization)
Boolean hasAuthorization()
KameletSpecFluent.AuthorizationNested<A> withNewAuthorization()
KameletSpecFluent.AuthorizationNested<A> withNewAuthorizationLike(AuthorizationSpec item)
KameletSpecFluent.AuthorizationNested<A> editAuthorization()
KameletSpecFluent.AuthorizationNested<A> editOrNewAuthorization()
KameletSpecFluent.AuthorizationNested<A> editOrNewAuthorizationLike(AuthorizationSpec item)
io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps getDefinition()
A withDefinition(io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps definition)
Boolean hasDefinition()
A addAllToDependencies(Collection<String> items)
A removeAllFromDependencies(Collection<String> items)
String getFirstDependency()
String getLastDependency()
Boolean hasDependencies()
com.fasterxml.jackson.databind.JsonNode getFlow()
A withFlow(com.fasterxml.jackson.databind.JsonNode flow)
Boolean hasFlow()
A addToSources(io.fabric8.camelk.v1.SourceSpec... items)
A addAllToSources(Collection<io.fabric8.camelk.v1.SourceSpec> items)
A removeFromSources(io.fabric8.camelk.v1.SourceSpec... items)
A removeAllFromSources(Collection<io.fabric8.camelk.v1.SourceSpec> items)
List<io.fabric8.camelk.v1.SourceSpec> getSources()
io.fabric8.camelk.v1.SourceSpec getSource(Integer index)
io.fabric8.camelk.v1.SourceSpec getFirstSource()
io.fabric8.camelk.v1.SourceSpec getLastSource()
io.fabric8.camelk.v1.SourceSpec getMatchingSource(Predicate<io.fabric8.camelk.v1.SourceSpec> predicate)
A withSources(io.fabric8.camelk.v1.SourceSpec... sources)
Boolean hasSources()
Boolean hasTemplate()
A addToTypes(String key, EventTypeSpec value)
A addToTypes(Map<String,EventTypeSpec> map)
A removeFromTypes(Map<String,EventTypeSpec> map)
Map<String,EventTypeSpec> getTypes()
<K,V> A withTypes(Map<String,EventTypeSpec> types)
Boolean hasTypes()
Copyright © 2015–2022 Red Hat. All rights reserved.