| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.machineconfig.v1 |
| Modifier and Type | Method and Description |
|---|---|
KubeletConfigSpec |
KubeletConfigSpecBuilder.build() |
KubeletConfigSpec |
KubeletConfigFluent.buildSpec() |
KubeletConfigSpec |
KubeletConfigFluentImpl.buildSpec() |
KubeletConfigSpec |
KubeletConfigFluent.getSpec()
Deprecated.
|
KubeletConfigSpec |
KubeletConfigFluentImpl.getSpec()
Deprecated.
|
KubeletConfigSpec |
KubeletConfig.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
KubeletConfigFluent.SpecNested<A> |
KubeletConfigFluent.editOrNewSpecLike(KubeletConfigSpec item) |
KubeletConfigFluent.SpecNested<A> |
KubeletConfigFluentImpl.editOrNewSpecLike(KubeletConfigSpec item) |
void |
KubeletConfig.setSpec(KubeletConfigSpec spec) |
KubeletConfigFluent.SpecNested<A> |
KubeletConfigFluent.withNewSpecLike(KubeletConfigSpec item) |
KubeletConfigFluent.SpecNested<A> |
KubeletConfigFluentImpl.withNewSpecLike(KubeletConfigSpec item) |
A |
KubeletConfigFluent.withSpec(KubeletConfigSpec spec) |
A |
KubeletConfigFluentImpl.withSpec(KubeletConfigSpec spec) |
| Constructor and Description |
|---|
KubeletConfig(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
KubeletConfigSpec spec,
KubeletConfigStatus status) |
KubeletConfigSpecBuilder(KubeletConfigSpec instance) |
KubeletConfigSpecBuilder(KubeletConfigSpec instance,
Boolean validationEnabled) |
KubeletConfigSpecBuilder(KubeletConfigSpecFluent<?> fluent,
KubeletConfigSpec instance) |
KubeletConfigSpecBuilder(KubeletConfigSpecFluent<?> fluent,
KubeletConfigSpec instance,
Boolean validationEnabled) |
KubeletConfigSpecFluentImpl(KubeletConfigSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.