| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ProxySpec |
ProxySpecBuilder.build() |
ProxySpec |
ProxyFluent.buildSpec() |
ProxySpec |
ProxyFluentImpl.buildSpec() |
ProxySpec |
ProxyFluent.getSpec()
Deprecated.
|
ProxySpec |
ProxyFluentImpl.getSpec()
Deprecated.
|
ProxySpec |
Proxy.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ProxyFluent.SpecNested<A> |
ProxyFluent.editOrNewSpecLike(ProxySpec item) |
ProxyFluent.SpecNested<A> |
ProxyFluentImpl.editOrNewSpecLike(ProxySpec item) |
void |
Proxy.setSpec(ProxySpec spec) |
ProxyFluent.SpecNested<A> |
ProxyFluent.withNewSpecLike(ProxySpec item) |
ProxyFluent.SpecNested<A> |
ProxyFluentImpl.withNewSpecLike(ProxySpec item) |
A |
ProxyFluent.withSpec(ProxySpec spec) |
A |
ProxyFluentImpl.withSpec(ProxySpec spec) |
| Constructor and Description |
|---|
Proxy(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ProxySpec spec,
ProxyStatus status) |
ProxySpecBuilder(ProxySpec instance) |
ProxySpecBuilder(ProxySpec instance,
Boolean validationEnabled) |
ProxySpecBuilder(ProxySpecFluent<?> fluent,
ProxySpec instance) |
ProxySpecBuilder(ProxySpecFluent<?> fluent,
ProxySpec instance,
Boolean validationEnabled) |
ProxySpecFluentImpl(ProxySpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.