public interface EventTypeSpecFluent<A extends EventTypeSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getBroker() |
String |
getDescription() |
String |
getSchema() |
String |
getSchemaData() |
String |
getSource() |
String |
getType() |
Boolean |
hasBroker() |
Boolean |
hasDescription() |
Boolean |
hasSchema() |
Boolean |
hasSchemaData() |
Boolean |
hasSource() |
Boolean |
hasType() |
A |
withBroker(String broker) |
A |
withDescription(String description) |
A |
withNewBroker(String arg0)
Deprecated.
|
A |
withNewDescription(String arg0)
Deprecated.
|
A |
withNewSchema(String arg0)
Deprecated.
|
A |
withNewSchemaData(String arg0)
Deprecated.
|
A |
withNewSource(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withSchema(String schema) |
A |
withSchemaData(String schemaData) |
A |
withSource(String source) |
A |
withType(String type) |
String getBroker()
Boolean hasBroker()
@Deprecated A withNewBroker(String arg0)
String getDescription()
Boolean hasDescription()
@Deprecated A withNewDescription(String arg0)
String getSchema()
Boolean hasSchema()
@Deprecated A withNewSchema(String arg0)
String getSchemaData()
Boolean hasSchemaData()
@Deprecated A withNewSchemaData(String arg0)
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.