| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.console.v1 |
| Modifier and Type | Method and Description |
|---|---|
ConsoleNotificationSpec |
ConsoleNotificationSpecBuilder.build() |
ConsoleNotificationSpec |
ConsoleNotificationFluent.buildSpec() |
ConsoleNotificationSpec |
ConsoleNotificationFluentImpl.buildSpec() |
ConsoleNotificationSpec |
ConsoleNotificationFluent.getSpec()
Deprecated.
|
ConsoleNotificationSpec |
ConsoleNotificationFluentImpl.getSpec()
Deprecated.
|
ConsoleNotificationSpec |
ConsoleNotification.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ConsoleNotificationFluent.SpecNested<A> |
ConsoleNotificationFluent.editOrNewSpecLike(ConsoleNotificationSpec item) |
ConsoleNotificationFluent.SpecNested<A> |
ConsoleNotificationFluentImpl.editOrNewSpecLike(ConsoleNotificationSpec item) |
void |
ConsoleNotification.setSpec(ConsoleNotificationSpec spec) |
ConsoleNotificationFluent.SpecNested<A> |
ConsoleNotificationFluent.withNewSpecLike(ConsoleNotificationSpec item) |
ConsoleNotificationFluent.SpecNested<A> |
ConsoleNotificationFluentImpl.withNewSpecLike(ConsoleNotificationSpec item) |
A |
ConsoleNotificationFluent.withSpec(ConsoleNotificationSpec spec) |
A |
ConsoleNotificationFluentImpl.withSpec(ConsoleNotificationSpec spec) |
| Constructor and Description |
|---|
ConsoleNotification(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ConsoleNotificationSpec spec) |
ConsoleNotificationSpecBuilder(ConsoleNotificationSpec instance) |
ConsoleNotificationSpecBuilder(ConsoleNotificationSpec instance,
Boolean validationEnabled) |
ConsoleNotificationSpecBuilder(ConsoleNotificationSpecFluent<?> fluent,
ConsoleNotificationSpec instance) |
ConsoleNotificationSpecBuilder(ConsoleNotificationSpecFluent<?> fluent,
ConsoleNotificationSpec instance,
Boolean validationEnabled) |
ConsoleNotificationSpecFluentImpl(ConsoleNotificationSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.