| Package | Description |
|---|---|
| io.fabric8.kubernetes.client | |
| io.fabric8.kubernetes.client.extended.run |
| Modifier and Type | Method and Description |
|---|---|
RunOperations |
KubernetesClient.run()
Run a Pod (core/v1)
|
RunOperations |
NamespacedKubernetesClientAdapter.run() |
| Modifier and Type | Method and Description |
|---|---|
RunOperations |
RunOperations.inNamespace(String namespace)
Specify namespace for the operation
|
RunOperations |
RunOperations.withImage(String image)
Specify image for the Pod
|
RunOperations |
RunOperations.withName(String name)
Specify name for the Pod
|
RunOperations |
RunOperations.withRunConfig(RunConfig generatorRunConfig)
Deprecated.
use
withNewRunConfig() instead |
Copyright © 2015–2023 Red Hat. All rights reserved.