Uses of Class
io.fabric8.kubernetes.client.extended.run.RunOperations
-
Packages that use RunOperations Package Description io.fabric8.kubernetes.client io.fabric8.kubernetes.client.extended.run -
-
Uses of RunOperations in io.fabric8.kubernetes.client
Methods in io.fabric8.kubernetes.client that return RunOperations Modifier and Type Method Description RunOperationsKubernetesClient. run()Run a Pod (core/v1)RunOperationsNamespacedKubernetesClientAdapter. run() -
Uses of RunOperations in io.fabric8.kubernetes.client.extended.run
Methods in io.fabric8.kubernetes.client.extended.run that return RunOperations Modifier and Type Method Description RunOperationsRunOperations. inNamespace(String namespace)Specify namespace for the operationRunOperationsRunOperations. withImage(String image)Specify image for the PodRunOperationsRunOperations. withName(String name)Specify name for the PodRunOperationsRunOperations. withRunConfig(RunConfig generatorRunConfig)Deprecated.usewithNewRunConfig()instead
-