Package io.fabric8.knative.eventing.v1
Interface TriggerFilterFluent<A extends TriggerFilterFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
TriggerSpecFluent.FilterNested<N>
- All Known Implementing Classes:
TriggerFilterBuilder,TriggerFilterFluentImpl,TriggerSpecFluentImpl.FilterNestedImpl
public interface TriggerFilterFluent<A extends TriggerFilterFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToAttributes(String key, String value)AaddToAttributes(Map<String,String> map)Map<String,String>getAttributes()BooleanhasAttributes()AremoveFromAttributes(String key)AremoveFromAttributes(Map<String,String> map)AwithAttributes(Map<String,String> attributes)
-
-
-
Method Detail
-
hasAttributes
Boolean hasAttributes()
-
-