| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
KubeAPIServerSpec |
KubeAPIServerSpecBuilder.build() |
KubeAPIServerSpec |
KubeAPIServerFluentImpl.buildSpec() |
KubeAPIServerSpec |
KubeAPIServerFluent.buildSpec() |
KubeAPIServerSpec |
KubeAPIServerFluentImpl.getSpec()
Deprecated.
|
KubeAPIServerSpec |
KubeAPIServerFluent.getSpec()
Deprecated.
|
KubeAPIServerSpec |
KubeAPIServer.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
KubeAPIServerFluent.SpecNested<A> |
KubeAPIServerFluentImpl.editOrNewSpecLike(KubeAPIServerSpec item) |
KubeAPIServerFluent.SpecNested<A> |
KubeAPIServerFluent.editOrNewSpecLike(KubeAPIServerSpec item) |
void |
KubeAPIServer.setSpec(KubeAPIServerSpec spec) |
KubeAPIServerFluent.SpecNested<A> |
KubeAPIServerFluentImpl.withNewSpecLike(KubeAPIServerSpec item) |
KubeAPIServerFluent.SpecNested<A> |
KubeAPIServerFluent.withNewSpecLike(KubeAPIServerSpec item) |
A |
KubeAPIServerFluentImpl.withSpec(KubeAPIServerSpec spec) |
A |
KubeAPIServerFluent.withSpec(KubeAPIServerSpec spec) |
| Constructor and Description |
|---|
KubeAPIServer(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
KubeAPIServerSpec spec,
KubeAPIServerStatus status) |
KubeAPIServerSpecBuilder(KubeAPIServerSpec instance) |
KubeAPIServerSpecBuilder(KubeAPIServerSpec instance,
Boolean validationEnabled) |
KubeAPIServerSpecBuilder(KubeAPIServerSpecFluent<?> fluent,
KubeAPIServerSpec instance) |
KubeAPIServerSpecBuilder(KubeAPIServerSpecFluent<?> fluent,
KubeAPIServerSpec instance,
Boolean validationEnabled) |
KubeAPIServerSpecFluentImpl(KubeAPIServerSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.