Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi
harness.platform.getOverrides
Explore with Pulumi AI
Using getOverrides
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 getOverrides(args: GetOverridesArgs, opts?: InvokeOptions): Promise<GetOverridesResult>
function getOverridesOutput(args: GetOverridesOutputArgs, opts?: InvokeOptions): Output<GetOverridesResult>
def get_overrides(git_details: Optional[GetOverridesGitDetails] = None,
identifier: Optional[str] = None,
org_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOverridesResult
def get_overrides_output(git_details: Optional[pulumi.Input[GetOverridesGitDetailsArgs]] = None,
identifier: Optional[pulumi.Input[str]] = None,
org_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOverridesResult]
func LookupOverrides(ctx *Context, args *LookupOverridesArgs, opts ...InvokeOption) (*LookupOverridesResult, error)
func LookupOverridesOutput(ctx *Context, args *LookupOverridesOutputArgs, opts ...InvokeOption) LookupOverridesResultOutput
> Note: This function is named LookupOverrides
in the Go SDK.
public static class GetOverrides
{
public static Task<GetOverridesResult> InvokeAsync(GetOverridesArgs args, InvokeOptions? opts = null)
public static Output<GetOverridesResult> Invoke(GetOverridesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOverridesResult> getOverrides(GetOverridesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: harness:platform/getOverrides:getOverrides
arguments:
# arguments dictionary
The following arguments are supported:
- Identifier string
- Git
Details GetOverrides Git Details - Org
Id string - Project
Id string
- Identifier string
- Git
Details GetOverrides Git Details - Org
Id string - Project
Id string
- identifier String
- git
Details GetOverrides Git Details - org
Id String - project
Id String
- identifier string
- git
Details GetOverrides Git Details - org
Id string - project
Id string
- identifier String
- git
Details Property Map - org
Id String - project
Id String
getOverrides Result
The following output properties are available:
- Cluster
Id string - Env
Id string - Git
Details GetOverrides Git Details - Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Infra
Id string - Service
Id string - Type string
- Yaml string
- Org
Id string - Project
Id string
- Cluster
Id string - Env
Id string - Git
Details GetOverrides Git Details - Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Infra
Id string - Service
Id string - Type string
- Yaml string
- Org
Id string - Project
Id string
- cluster
Id String - env
Id String - git
Details GetOverrides Git Details - id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- infra
Id String - service
Id String - type String
- yaml String
- org
Id String - project
Id String
- cluster
Id string - env
Id string - git
Details GetOverrides Git Details - id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- infra
Id string - service
Id string - type string
- yaml string
- org
Id string - project
Id string
- cluster_
id str - env_
id str - git_
details GetOverrides Git Details - id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- infra_
id str - service_
id str - type str
- yaml str
- org_
id str - project_
id str
- cluster
Id String - env
Id String - git
Details Property Map - id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- infra
Id String - service
Id String - type String
- yaml String
- org
Id String - project
Id String
Supporting Types
GetOverridesGitDetails
- Branch string
- Name of the branch.
- Load
From boolCache - Load service yaml from fallback branch
- Load
From boolFallback Branch - Load service yaml from fallback branch
- Repo
Name string - Repo name of remote service override
- Branch string
- Name of the branch.
- Load
From boolCache - Load service yaml from fallback branch
- Load
From boolFallback Branch - Load service yaml from fallback branch
- Repo
Name string - Repo name of remote service override
- branch String
- Name of the branch.
- load
From BooleanCache - Load service yaml from fallback branch
- load
From BooleanFallback Branch - Load service yaml from fallback branch
- repo
Name String - Repo name of remote service override
- branch string
- Name of the branch.
- load
From booleanCache - Load service yaml from fallback branch
- load
From booleanFallback Branch - Load service yaml from fallback branch
- repo
Name string - Repo name of remote service override
- branch str
- Name of the branch.
- load_
from_ boolcache - Load service yaml from fallback branch
- load_
from_ boolfallback_ branch - Load service yaml from fallback branch
- repo_
name str - Repo name of remote service override
- branch String
- Name of the branch.
- load
From BooleanCache - Load service yaml from fallback branch
- load
From BooleanFallback Branch - Load service yaml from fallback branch
- repo
Name String - Repo name of remote service override
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harness
Terraform Provider.