Viewing docs for Harness v0.11.7
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Viewing docs for Harness v0.11.7
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Data source for retrieving a Harness ClusterOrchestrator.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
variables:
example:
fn::invoke:
function: harness:cluster:getOrchestrator
arguments:
identifier: identifier
Using getOrchestrator
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOrchestrator(args: GetOrchestratorArgs, opts?: InvokeOptions): Promise<GetOrchestratorResult>
function getOrchestratorOutput(args: GetOrchestratorOutputArgs, opts?: InvokeOptions): Output<GetOrchestratorResult>def get_orchestrator(cluster_endpoint: Optional[str] = None,
k8s_connector_id: Optional[str] = None,
name: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrchestratorResult
def get_orchestrator_output(cluster_endpoint: Optional[pulumi.Input[str]] = None,
k8s_connector_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrchestratorResult]func LookupOrchestrator(ctx *Context, args *LookupOrchestratorArgs, opts ...InvokeOption) (*LookupOrchestratorResult, error)
func LookupOrchestratorOutput(ctx *Context, args *LookupOrchestratorOutputArgs, opts ...InvokeOption) LookupOrchestratorResultOutput> Note: This function is named LookupOrchestrator in the Go SDK.
public static class GetOrchestrator
{
public static Task<GetOrchestratorResult> InvokeAsync(GetOrchestratorArgs args, InvokeOptions? opts = null)
public static Output<GetOrchestratorResult> Invoke(GetOrchestratorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrchestratorResult> getOrchestrator(GetOrchestratorArgs args, InvokeOptions options)
public static Output<GetOrchestratorResult> getOrchestrator(GetOrchestratorArgs args, InvokeOptions options)
fn::invoke:
function: harness:cluster/getOrchestrator:getOrchestrator
arguments:
# arguments dictionaryThe following arguments are supported:
- Cluster
Endpoint string - Endpoint of the k8s cluster being onboarded under the orchestrator
- Name string
- Name of the Orchestrator
- K8s
Connector stringId - ID of the Harness Kubernetes Connector Being used
- Region string
- Region of the k8s cluster
- Cluster
Endpoint string - Endpoint of the k8s cluster being onboarded under the orchestrator
- Name string
- Name of the Orchestrator
- K8s
Connector stringId - ID of the Harness Kubernetes Connector Being used
- Region string
- Region of the k8s cluster
- cluster
Endpoint String - Endpoint of the k8s cluster being onboarded under the orchestrator
- name String
- Name of the Orchestrator
- k8s
Connector StringId - ID of the Harness Kubernetes Connector Being used
- region String
- Region of the k8s cluster
- cluster
Endpoint string - Endpoint of the k8s cluster being onboarded under the orchestrator
- name string
- Name of the Orchestrator
- k8s
Connector stringId - ID of the Harness Kubernetes Connector Being used
- region string
- Region of the k8s cluster
- cluster_
endpoint str - Endpoint of the k8s cluster being onboarded under the orchestrator
- name str
- Name of the Orchestrator
- k8s_
connector_ strid - ID of the Harness Kubernetes Connector Being used
- region str
- Region of the k8s cluster
- cluster
Endpoint String - Endpoint of the k8s cluster being onboarded under the orchestrator
- name String
- Name of the Orchestrator
- k8s
Connector StringId - ID of the Harness Kubernetes Connector Being used
- region String
- Region of the k8s cluster
getOrchestrator Result
The following output properties are available:
- Cluster
Endpoint string - Endpoint of the k8s cluster being onboarded under the orchestrator
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the Orchestrator
- K8s
Connector stringId - ID of the Harness Kubernetes Connector Being used
- Region string
- Region of the k8s cluster
- Cluster
Endpoint string - Endpoint of the k8s cluster being onboarded under the orchestrator
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Name of the Orchestrator
- K8s
Connector stringId - ID of the Harness Kubernetes Connector Being used
- Region string
- Region of the k8s cluster
- cluster
Endpoint String - Endpoint of the k8s cluster being onboarded under the orchestrator
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the Orchestrator
- k8s
Connector StringId - ID of the Harness Kubernetes Connector Being used
- region String
- Region of the k8s cluster
- cluster
Endpoint string - Endpoint of the k8s cluster being onboarded under the orchestrator
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Name of the Orchestrator
- k8s
Connector stringId - ID of the Harness Kubernetes Connector Being used
- region string
- Region of the k8s cluster
- cluster_
endpoint str - Endpoint of the k8s cluster being onboarded under the orchestrator
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Name of the Orchestrator
- k8s_
connector_ strid - ID of the Harness Kubernetes Connector Being used
- region str
- Region of the k8s cluster
- cluster
Endpoint String - Endpoint of the k8s cluster being onboarded under the orchestrator
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Name of the Orchestrator
- k8s
Connector StringId - ID of the Harness Kubernetes Connector Being used
- region String
- Region of the k8s cluster
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harnessTerraform Provider.
Viewing docs for Harness v0.11.7
published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
