Package io.fabric8.knative.messaging.v1
Interface ChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ChannelSpecFluent.ChannelTemplateNested<N>,SequenceSpecFluent.ChannelTemplateNested<N>
- All Known Implementing Classes:
ChannelSpecFluentImpl.ChannelTemplateNestedImpl,ChannelTemplateSpecBuilder,ChannelTemplateSpecFluentImpl,SequenceSpecFluentImpl.ChannelTemplateNestedImpl
public interface ChannelTemplateSpecFluent<A extends ChannelTemplateSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToSpec(String key, Object value)AaddToSpec(Map<String,Object> map)StringgetApiVersion()StringgetKind()Map<String,Object>getSpec()BooleanhasApiVersion()BooleanhasKind()BooleanhasSpec()AremoveFromSpec(String key)AremoveFromSpec(Map<String,Object> map)AwithApiVersion(String apiVersion)AwithKind(String kind)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithSpec(Map<String,Object> spec)
-
-
-
Method Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
hasSpec
Boolean hasSpec()
-
-