| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.openshift.api.model.machineconfig.v1 |
| Modifier and Type | Method and Description |
|---|---|
KubeletConfig |
ValidationSchema.getKubeletConfig() |
KubeletConfig |
KubeSchema.getKubeletConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSchema.setKubeletConfig(KubeletConfig kubeletConfig) |
void |
KubeSchema.setKubeletConfig(KubeletConfig kubeletConfig) |
| Constructor and Description |
|---|
KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
ContainerRuntimeConfig containerRuntimeConfig,
ContainerRuntimeConfigList containerRuntimeConfigList,
ControllerConfig controllerConfig,
ControllerConfigList controllerConfigList,
io.fabric8.kubernetes.api.model.version.Info info,
KubeletConfig kubeletConfig,
KubeletConfigList kubeletConfigList,
MachineConfig machineConfig,
MachineConfigList machineConfigList,
MachineConfigPool machineConfigPool,
MachineConfigPoolList machineConfigPoolList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta) |
ValidationSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup,
io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList,
io.fabric8.kubernetes.api.model.KubernetesList baseKubernetesList,
ContainerRuntimeConfig containerRuntimeConfig,
ContainerRuntimeConfigList containerRuntimeConfigList,
ControllerConfig controllerConfig,
ControllerConfigList controllerConfigList,
io.fabric8.kubernetes.api.model.version.Info info,
KubeletConfig kubeletConfig,
KubeletConfigList kubeletConfigList,
MachineConfig machineConfig,
MachineConfigList machineConfigList,
MachineConfigPool machineConfigPool,
MachineConfigPoolList machineConfigPoolList,
io.fabric8.kubernetes.api.model.ObjectMeta objectMeta,
io.fabric8.kubernetes.api.model.Patch patch,
io.fabric8.kubernetes.api.model.Status status,
String time,
io.fabric8.kubernetes.api.model.TypeMeta typeMeta) |
| Modifier and Type | Method and Description |
|---|---|
KubeletConfig |
KubeletConfigBuilder.build() |
KubeletConfig |
KubeletConfigListFluent.buildFirstItem() |
KubeletConfig |
KubeletConfigListFluent.buildItem(int index) |
KubeletConfig |
KubeletConfigListFluent.buildLastItem() |
KubeletConfig |
KubeletConfigListFluent.buildMatchingItem(Predicate<KubeletConfigBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<KubeletConfig> |
KubeletConfigListFluent.buildItems() |
List<KubeletConfig> |
KubeletConfigList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
KubeletConfigListFluent.ItemsNested<A> |
KubeletConfigListFluent.addNewItemLike(KubeletConfig item) |
A |
KubeletConfigListFluent.addToItems(int index,
KubeletConfig item) |
A |
KubeletConfigListFluent.addToItems(KubeletConfig... items) |
protected void |
KubeletConfigFluent.copyInstance(KubeletConfig instance) |
A |
KubeletConfigListFluent.removeFromItems(KubeletConfig... items) |
KubeletConfigListFluent.ItemsNested<A> |
KubeletConfigListFluent.setNewItemLike(int index,
KubeletConfig item) |
A |
KubeletConfigListFluent.setToItems(int index,
KubeletConfig item) |
A |
KubeletConfigListFluent.withItems(KubeletConfig... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
KubeletConfigListFluent.addAllToItems(Collection<KubeletConfig> items) |
A |
KubeletConfigListFluent.removeAllFromItems(Collection<KubeletConfig> items) |
void |
KubeletConfigList.setItems(List<KubeletConfig> items) |
A |
KubeletConfigListFluent.withItems(List<KubeletConfig> items) |
| Constructor and Description |
|---|
KubeletConfigBuilder(KubeletConfig instance) |
KubeletConfigBuilder(KubeletConfigFluent<?> fluent,
KubeletConfig instance) |
KubeletConfigFluent(KubeletConfig instance) |
| Constructor and Description |
|---|
KubeletConfigList(String apiVersion,
List<KubeletConfig> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.