Package | Description |
---|---|
io.fabric8.kubernetes.api.pipelines |
Modifier and Type | Method and Description |
---|---|
Pipeline |
PipelineConfiguration.getPipeline(JobEnvironment jobEnvironment) |
static Pipeline |
Pipelines.getPipeline(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
String namespace,
JobEnvironment jobEnvironment)
Looks up the pipeline kind based on the configuration in the given kubernetes namespace.
|
static Pipeline |
Pipelines.getPipeline(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
String namespace,
Map<String,String> jobEnvironment)
Looks up the pipeline kind based on the configuration in the given kubernetes namespace.
|
static Pipeline |
Pipelines.getPipeline(Map<String,String> jobEnvironment)
Looks up the pipeline kind based on the configuration in the given kubernetes namespace.
|
Pipeline |
PipelineConfiguration.getPipeline(Map<String,String> jobEnvironmentMap) |
static Pipeline |
Pipelines.getPipeline(String namespace,
Map<String,String> jobEnvironment)
Looks up the pipeline kind based on the configuration in the given kubernetes namespace.
|
Copyright © 2011–2018 Red Hat. All rights reserved.