public interface CloudEventAttributesFluent<A extends CloudEventAttributesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getSource() |
String |
getType() |
Boolean |
hasSource() |
Boolean |
hasType() |
A |
withNewSource(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withSource(String source) |
A |
withType(String type) |
String getSource()
Boolean hasSource()
@Deprecated A withNewSource(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.