1. Packages
  2. Harness
  3. API Docs
  4. platform
  5. getOverrides
Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi

harness.platform.getOverrides

Explore with Pulumi AI

harness logo
Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi

    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:

    getOverrides Result

    The following output properties are available:

    ClusterId string
    EnvId string
    GitDetails GetOverridesGitDetails
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    InfraId string
    ServiceId string
    Type string
    Yaml string
    OrgId string
    ProjectId string
    ClusterId string
    EnvId string
    GitDetails GetOverridesGitDetails
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    InfraId string
    ServiceId string
    Type string
    Yaml string
    OrgId string
    ProjectId string
    clusterId String
    envId String
    gitDetails GetOverridesGitDetails
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    infraId String
    serviceId String
    type String
    yaml String
    orgId String
    projectId String
    clusterId string
    envId string
    gitDetails GetOverridesGitDetails
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    infraId string
    serviceId string
    type string
    yaml string
    orgId string
    projectId string
    cluster_id str
    env_id str
    git_details GetOverridesGitDetails
    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
    clusterId String
    envId String
    gitDetails Property Map
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    infraId String
    serviceId String
    type String
    yaml String
    orgId String
    projectId String

    Supporting Types

    GetOverridesGitDetails

    Branch string
    Name of the branch.
    LoadFromCache bool
    Load service yaml from fallback branch
    LoadFromFallbackBranch bool
    Load service yaml from fallback branch
    RepoName string
    Repo name of remote service override
    Branch string
    Name of the branch.
    LoadFromCache bool
    Load service yaml from fallback branch
    LoadFromFallbackBranch bool
    Load service yaml from fallback branch
    RepoName string
    Repo name of remote service override
    branch String
    Name of the branch.
    loadFromCache Boolean
    Load service yaml from fallback branch
    loadFromFallbackBranch Boolean
    Load service yaml from fallback branch
    repoName String
    Repo name of remote service override
    branch string
    Name of the branch.
    loadFromCache boolean
    Load service yaml from fallback branch
    loadFromFallbackBranch boolean
    Load service yaml from fallback branch
    repoName string
    Repo name of remote service override
    branch str
    Name of the branch.
    load_from_cache bool
    Load service yaml from fallback branch
    load_from_fallback_branch bool
    Load service yaml from fallback branch
    repo_name str
    Repo name of remote service override
    branch String
    Name of the branch.
    loadFromCache Boolean
    Load service yaml from fallback branch
    loadFromFallbackBranch Boolean
    Load service yaml from fallback branch
    repoName 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.
    harness logo
    Harness v0.3.2 published on Monday, Sep 16, 2024 by Pulumi