| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
EtcdSpec |
EtcdSpecBuilder.build() |
EtcdSpec |
EtcdFluent.buildSpec() |
EtcdSpec |
EtcdFluentImpl.buildSpec() |
EtcdSpec |
EtcdFluent.getSpec()
Deprecated.
|
EtcdSpec |
EtcdFluentImpl.getSpec()
Deprecated.
|
EtcdSpec |
Etcd.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
EtcdFluent.SpecNested<A> |
EtcdFluent.editOrNewSpecLike(EtcdSpec item) |
EtcdFluent.SpecNested<A> |
EtcdFluentImpl.editOrNewSpecLike(EtcdSpec item) |
void |
Etcd.setSpec(EtcdSpec spec) |
EtcdFluent.SpecNested<A> |
EtcdFluent.withNewSpecLike(EtcdSpec item) |
EtcdFluent.SpecNested<A> |
EtcdFluentImpl.withNewSpecLike(EtcdSpec item) |
A |
EtcdFluent.withSpec(EtcdSpec spec) |
A |
EtcdFluentImpl.withSpec(EtcdSpec spec) |
| Constructor and Description |
|---|
Etcd(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
EtcdSpec spec,
EtcdStatus status) |
EtcdSpecBuilder(EtcdSpec instance) |
EtcdSpecBuilder(EtcdSpec instance,
Boolean validationEnabled) |
EtcdSpecBuilder(EtcdSpecFluent<?> fluent,
EtcdSpec instance) |
EtcdSpecBuilder(EtcdSpecFluent<?> fluent,
EtcdSpec instance,
Boolean validationEnabled) |
EtcdSpecFluentImpl(EtcdSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.