1. Packages
  2. Harness Provider
  3. API Docs
  4. platform
  5. getGitopsAgentOperatorYaml
Harness v0.5.7 published on Saturday, Mar 8, 2025 by Pulumi

harness.platform.getGitopsAgentOperatorYaml

Explore with Pulumi AI

harness logo
Harness v0.5.7 published on Saturday, Mar 8, 2025 by Pulumi

    Datasource for fetching a Harness Gitops Agent operator manifest YAML.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.harness.platform.PlatformFunctions;
    import com.pulumi.harness.platform.inputs.GetGitopsAgentOperatorYamlArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = PlatformFunctions.getGitopsAgentOperatorYaml(GetGitopsAgentOperatorYamlArgs.builder()
                .identifier("identifier")
                .accountId("account_id")
                .projectId("project_id")
                .orgId("org_id")
                .namespace("namespace")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: harness:platform:getGitopsAgentOperatorYaml
          arguments:
            identifier: identifier
            accountId: account_id
            projectId: project_id
            orgId: org_id
            namespace: namespace
    

    Using getGitopsAgentOperatorYaml

    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 getGitopsAgentOperatorYaml(args: GetGitopsAgentOperatorYamlArgs, opts?: InvokeOptions): Promise<GetGitopsAgentOperatorYamlResult>
    function getGitopsAgentOperatorYamlOutput(args: GetGitopsAgentOperatorYamlOutputArgs, opts?: InvokeOptions): Output<GetGitopsAgentOperatorYamlResult>
    def get_gitops_agent_operator_yaml(ca_data: Optional[str] = None,
                                       identifier: Optional[str] = None,
                                       namespace: Optional[str] = None,
                                       org_id: Optional[str] = None,
                                       private_key: Optional[str] = None,
                                       project_id: Optional[str] = None,
                                       proxies: Optional[Sequence[GetGitopsAgentOperatorYamlProxy]] = None,
                                       skip_crds: Optional[bool] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetGitopsAgentOperatorYamlResult
    def get_gitops_agent_operator_yaml_output(ca_data: Optional[pulumi.Input[str]] = None,
                                       identifier: Optional[pulumi.Input[str]] = None,
                                       namespace: Optional[pulumi.Input[str]] = None,
                                       org_id: Optional[pulumi.Input[str]] = None,
                                       private_key: Optional[pulumi.Input[str]] = None,
                                       project_id: Optional[pulumi.Input[str]] = None,
                                       proxies: Optional[pulumi.Input[Sequence[pulumi.Input[GetGitopsAgentOperatorYamlProxyArgs]]]] = None,
                                       skip_crds: Optional[pulumi.Input[bool]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetGitopsAgentOperatorYamlResult]
    func GetGitopsAgentOperatorYaml(ctx *Context, args *GetGitopsAgentOperatorYamlArgs, opts ...InvokeOption) (*GetGitopsAgentOperatorYamlResult, error)
    func GetGitopsAgentOperatorYamlOutput(ctx *Context, args *GetGitopsAgentOperatorYamlOutputArgs, opts ...InvokeOption) GetGitopsAgentOperatorYamlResultOutput

    > Note: This function is named GetGitopsAgentOperatorYaml in the Go SDK.

    public static class GetGitopsAgentOperatorYaml 
    {
        public static Task<GetGitopsAgentOperatorYamlResult> InvokeAsync(GetGitopsAgentOperatorYamlArgs args, InvokeOptions? opts = null)
        public static Output<GetGitopsAgentOperatorYamlResult> Invoke(GetGitopsAgentOperatorYamlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGitopsAgentOperatorYamlResult> getGitopsAgentOperatorYaml(GetGitopsAgentOperatorYamlArgs args, InvokeOptions options)
    public static Output<GetGitopsAgentOperatorYamlResult> getGitopsAgentOperatorYaml(GetGitopsAgentOperatorYamlArgs args, InvokeOptions options)
    
    fn::invoke:
      function: harness:platform/getGitopsAgentOperatorYaml:getGitopsAgentOperatorYaml
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    Identifier of the GitOps agent.
    Namespace string
    The kubernetes namespace where the agent is installed.
    CaData string
    CA data of the GitOps agent, base64 encoded content of ca chain.
    OrgId string
    Organization identifier of the GitOps agent.
    PrivateKey string
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    ProjectId string
    Project identifier of the GitOps agent.
    Proxies List<GetGitopsAgentOperatorYamlProxy>
    Proxy settings for the GitOps agent.
    SkipCrds bool
    Skip CRDs for the GitOps agent.
    Identifier string
    Identifier of the GitOps agent.
    Namespace string
    The kubernetes namespace where the agent is installed.
    CaData string
    CA data of the GitOps agent, base64 encoded content of ca chain.
    OrgId string
    Organization identifier of the GitOps agent.
    PrivateKey string
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    ProjectId string
    Project identifier of the GitOps agent.
    Proxies []GetGitopsAgentOperatorYamlProxy
    Proxy settings for the GitOps agent.
    SkipCrds bool
    Skip CRDs for the GitOps agent.
    identifier String
    Identifier of the GitOps agent.
    namespace String
    The kubernetes namespace where the agent is installed.
    caData String
    CA data of the GitOps agent, base64 encoded content of ca chain.
    orgId String
    Organization identifier of the GitOps agent.
    privateKey String
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    projectId String
    Project identifier of the GitOps agent.
    proxies List<GetGitopsAgentOperatorYamlProxy>
    Proxy settings for the GitOps agent.
    skipCrds Boolean
    Skip CRDs for the GitOps agent.
    identifier string
    Identifier of the GitOps agent.
    namespace string
    The kubernetes namespace where the agent is installed.
    caData string
    CA data of the GitOps agent, base64 encoded content of ca chain.
    orgId string
    Organization identifier of the GitOps agent.
    privateKey string
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    projectId string
    Project identifier of the GitOps agent.
    proxies GetGitopsAgentOperatorYamlProxy[]
    Proxy settings for the GitOps agent.
    skipCrds boolean
    Skip CRDs for the GitOps agent.
    identifier str
    Identifier of the GitOps agent.
    namespace str
    The kubernetes namespace where the agent is installed.
    ca_data str
    CA data of the GitOps agent, base64 encoded content of ca chain.
    org_id str
    Organization identifier of the GitOps agent.
    private_key str
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    project_id str
    Project identifier of the GitOps agent.
    proxies Sequence[GetGitopsAgentOperatorYamlProxy]
    Proxy settings for the GitOps agent.
    skip_crds bool
    Skip CRDs for the GitOps agent.
    identifier String
    Identifier of the GitOps agent.
    namespace String
    The kubernetes namespace where the agent is installed.
    caData String
    CA data of the GitOps agent, base64 encoded content of ca chain.
    orgId String
    Organization identifier of the GitOps agent.
    privateKey String
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    projectId String
    Project identifier of the GitOps agent.
    proxies List<Property Map>
    Proxy settings for the GitOps agent.
    skipCrds Boolean
    Skip CRDs for the GitOps agent.

    getGitopsAgentOperatorYaml Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Identifier of the GitOps agent.
    Namespace string
    The kubernetes namespace where the agent is installed.
    Yaml string
    The operator manifest YAML of the GitOps agent.
    CaData string
    CA data of the GitOps agent, base64 encoded content of ca chain.
    OrgId string
    Organization identifier of the GitOps agent.
    PrivateKey string
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    ProjectId string
    Project identifier of the GitOps agent.
    Proxies List<GetGitopsAgentOperatorYamlProxy>
    Proxy settings for the GitOps agent.
    SkipCrds bool
    Skip CRDs for the GitOps agent.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Identifier of the GitOps agent.
    Namespace string
    The kubernetes namespace where the agent is installed.
    Yaml string
    The operator manifest YAML of the GitOps agent.
    CaData string
    CA data of the GitOps agent, base64 encoded content of ca chain.
    OrgId string
    Organization identifier of the GitOps agent.
    PrivateKey string
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    ProjectId string
    Project identifier of the GitOps agent.
    Proxies []GetGitopsAgentOperatorYamlProxy
    Proxy settings for the GitOps agent.
    SkipCrds bool
    Skip CRDs for the GitOps agent.
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Identifier of the GitOps agent.
    namespace String
    The kubernetes namespace where the agent is installed.
    yaml String
    The operator manifest YAML of the GitOps agent.
    caData String
    CA data of the GitOps agent, base64 encoded content of ca chain.
    orgId String
    Organization identifier of the GitOps agent.
    privateKey String
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    projectId String
    Project identifier of the GitOps agent.
    proxies List<GetGitopsAgentOperatorYamlProxy>
    Proxy settings for the GitOps agent.
    skipCrds Boolean
    Skip CRDs for the GitOps agent.
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    Identifier of the GitOps agent.
    namespace string
    The kubernetes namespace where the agent is installed.
    yaml string
    The operator manifest YAML of the GitOps agent.
    caData string
    CA data of the GitOps agent, base64 encoded content of ca chain.
    orgId string
    Organization identifier of the GitOps agent.
    privateKey string
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    projectId string
    Project identifier of the GitOps agent.
    proxies GetGitopsAgentOperatorYamlProxy[]
    Proxy settings for the GitOps agent.
    skipCrds boolean
    Skip CRDs for the GitOps agent.
    id str
    The provider-assigned unique ID for this managed resource.
    identifier str
    Identifier of the GitOps agent.
    namespace str
    The kubernetes namespace where the agent is installed.
    yaml str
    The operator manifest YAML of the GitOps agent.
    ca_data str
    CA data of the GitOps agent, base64 encoded content of ca chain.
    org_id str
    Organization identifier of the GitOps agent.
    private_key str
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    project_id str
    Project identifier of the GitOps agent.
    proxies Sequence[GetGitopsAgentOperatorYamlProxy]
    Proxy settings for the GitOps agent.
    skip_crds bool
    Skip CRDs for the GitOps agent.
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Identifier of the GitOps agent.
    namespace String
    The kubernetes namespace where the agent is installed.
    yaml String
    The operator manifest YAML of the GitOps agent.
    caData String
    CA data of the GitOps agent, base64 encoded content of ca chain.
    orgId String
    Organization identifier of the GitOps agent.
    privateKey String
    Private key for the GitOps agent. If provided authentication token will not be regenerated. Must be base64 encoded.
    projectId String
    Project identifier of the GitOps agent.
    proxies List<Property Map>
    Proxy settings for the GitOps agent.
    skipCrds Boolean
    Skip CRDs for the GitOps agent.

    Supporting Types

    GetGitopsAgentOperatorYamlProxy

    Http string
    HTTP proxy settings for the GitOps agent.
    Https string
    HTTPS proxy settings for the GitOps agent.
    Password string
    Password for the proxy.
    Username string
    Username for the proxy.
    Http string
    HTTP proxy settings for the GitOps agent.
    Https string
    HTTPS proxy settings for the GitOps agent.
    Password string
    Password for the proxy.
    Username string
    Username for the proxy.
    http String
    HTTP proxy settings for the GitOps agent.
    https String
    HTTPS proxy settings for the GitOps agent.
    password String
    Password for the proxy.
    username String
    Username for the proxy.
    http string
    HTTP proxy settings for the GitOps agent.
    https string
    HTTPS proxy settings for the GitOps agent.
    password string
    Password for the proxy.
    username string
    Username for the proxy.
    http str
    HTTP proxy settings for the GitOps agent.
    https str
    HTTPS proxy settings for the GitOps agent.
    password str
    Password for the proxy.
    username str
    Username for the proxy.
    http String
    HTTP proxy settings for the GitOps agent.
    https String
    HTTPS proxy settings for the GitOps agent.
    password String
    Password for the proxy.
    username String
    Username for the proxy.

    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.5.7 published on Saturday, Mar 8, 2025 by Pulumi