Harness v0.7.2 published on Tuesday, Apr 15, 2025 by Pulumi
harness.platform.getKubernetesConnector
Explore with Pulumi AI
Datasource for looking up a Kubernetes connector.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as harness from "@pulumi/harness";
const example = harness.platform.getKubernetesConnector({
    identifier: "identifier",
});
import pulumi
import pulumi_harness as harness
example = harness.platform.get_kubernetes_connector(identifier="identifier")
package main
import (
	"github.com/pulumi/pulumi-harness/sdk/go/harness/platform"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := platform.LookupKubernetesConnector(ctx, &platform.LookupKubernetesConnectorArgs{
			Identifier: "identifier",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Harness = Pulumi.Harness;
return await Deployment.RunAsync(() => 
{
    var example = Harness.Platform.GetKubernetesConnector.Invoke(new()
    {
        Identifier = "identifier",
    });
});
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.GetKubernetesConnectorArgs;
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.getKubernetesConnector(GetKubernetesConnectorArgs.builder()
            .identifier("identifier")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: harness:platform:getKubernetesConnector
      arguments:
        identifier: identifier
Using getKubernetesConnector
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 getKubernetesConnector(args: GetKubernetesConnectorArgs, opts?: InvokeOptions): Promise<GetKubernetesConnectorResult>
function getKubernetesConnectorOutput(args: GetKubernetesConnectorOutputArgs, opts?: InvokeOptions): Output<GetKubernetesConnectorResult>def get_kubernetes_connector(identifier: Optional[str] = None,
                             name: Optional[str] = None,
                             org_id: Optional[str] = None,
                             project_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetKubernetesConnectorResult
def get_kubernetes_connector_output(identifier: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             org_id: Optional[pulumi.Input[str]] = None,
                             project_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesConnectorResult]func LookupKubernetesConnector(ctx *Context, args *LookupKubernetesConnectorArgs, opts ...InvokeOption) (*LookupKubernetesConnectorResult, error)
func LookupKubernetesConnectorOutput(ctx *Context, args *LookupKubernetesConnectorOutputArgs, opts ...InvokeOption) LookupKubernetesConnectorResultOutput> Note: This function is named LookupKubernetesConnector in the Go SDK.
public static class GetKubernetesConnector 
{
    public static Task<GetKubernetesConnectorResult> InvokeAsync(GetKubernetesConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetKubernetesConnectorResult> Invoke(GetKubernetesConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesConnectorResult> getKubernetesConnector(GetKubernetesConnectorArgs args, InvokeOptions options)
public static Output<GetKubernetesConnectorResult> getKubernetesConnector(GetKubernetesConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: harness:platform/getKubernetesConnector:getKubernetesConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Identifier string
- Unique identifier of the resource.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- Identifier string
- Unique identifier of the resource.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- identifier String
- Unique identifier of the resource.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
- identifier string
- Unique identifier of the resource.
- name string
- Name of the resource.
- orgId string
- Unique identifier of the organization.
- projectId string
- Unique identifier of the project.
- identifier str
- Unique identifier of the resource.
- name str
- Name of the resource.
- org_id str
- Unique identifier of the organization.
- project_id str
- Unique identifier of the project.
- identifier String
- Unique identifier of the resource.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
getKubernetesConnector Result
The following output properties are available:
- ClientKey List<GetCerts Kubernetes Connector Client Key Cert> 
- Client key and certificate config for the connector.
- DelegateSelectors List<string>
- Selectors to use for the delegate.
- Description string
- Description of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Unique identifier of the resource.
- InheritFrom List<GetDelegates Kubernetes Connector Inherit From Delegate> 
- Credentials are inherited from the delegate.
- OpenidConnects List<GetKubernetes Connector Openid Connect> 
- OpenID configuration for the connector.
- ServiceAccounts List<GetKubernetes Connector Service Account> 
- Service account for the connector.
- List<string>
- Tags to associate with the resource.
- UsernamePasswords List<GetKubernetes Connector Username Password> 
- Username and password for the connector.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- ClientKey []GetCerts Kubernetes Connector Client Key Cert 
- Client key and certificate config for the connector.
- DelegateSelectors []string
- Selectors to use for the delegate.
- Description string
- Description of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Unique identifier of the resource.
- InheritFrom []GetDelegates Kubernetes Connector Inherit From Delegate 
- Credentials are inherited from the delegate.
- OpenidConnects []GetKubernetes Connector Openid Connect 
- OpenID configuration for the connector.
- ServiceAccounts []GetKubernetes Connector Service Account 
- Service account for the connector.
- []string
- Tags to associate with the resource.
- UsernamePasswords []GetKubernetes Connector Username Password 
- Username and password for the connector.
- Name string
- Name of the resource.
- OrgId string
- Unique identifier of the organization.
- ProjectId string
- Unique identifier of the project.
- clientKey List<GetCerts Kubernetes Connector Client Key Cert> 
- Client key and certificate config for the connector.
- delegateSelectors List<String>
- Selectors to use for the delegate.
- description String
- Description of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- Unique identifier of the resource.
- inheritFrom List<GetDelegates Kubernetes Connector Inherit From Delegate> 
- Credentials are inherited from the delegate.
- openidConnects List<GetKubernetes Connector Openid Connect> 
- OpenID configuration for the connector.
- serviceAccounts List<GetKubernetes Connector Service Account> 
- Service account for the connector.
- List<String>
- Tags to associate with the resource.
- usernamePasswords List<GetKubernetes Connector Username Password> 
- Username and password for the connector.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
- clientKey GetCerts Kubernetes Connector Client Key Cert[] 
- Client key and certificate config for the connector.
- delegateSelectors string[]
- Selectors to use for the delegate.
- description string
- Description of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- Unique identifier of the resource.
- inheritFrom GetDelegates Kubernetes Connector Inherit From Delegate[] 
- Credentials are inherited from the delegate.
- openidConnects GetKubernetes Connector Openid Connect[] 
- OpenID configuration for the connector.
- serviceAccounts GetKubernetes Connector Service Account[] 
- Service account for the connector.
- string[]
- Tags to associate with the resource.
- usernamePasswords GetKubernetes Connector Username Password[] 
- Username and password for the connector.
- name string
- Name of the resource.
- orgId string
- Unique identifier of the organization.
- projectId string
- Unique identifier of the project.
- client_key_ Sequence[Getcerts Kubernetes Connector Client Key Cert] 
- Client key and certificate config for the connector.
- delegate_selectors Sequence[str]
- Selectors to use for the delegate.
- description str
- Description of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- Unique identifier of the resource.
- inherit_from_ Sequence[Getdelegates Kubernetes Connector Inherit From Delegate] 
- Credentials are inherited from the delegate.
- openid_connects Sequence[GetKubernetes Connector Openid Connect] 
- OpenID configuration for the connector.
- service_accounts Sequence[GetKubernetes Connector Service Account] 
- Service account for the connector.
- Sequence[str]
- Tags to associate with the resource.
- username_passwords Sequence[GetKubernetes Connector Username Password] 
- Username and password for the connector.
- name str
- Name of the resource.
- org_id str
- Unique identifier of the organization.
- project_id str
- Unique identifier of the project.
- clientKey List<Property Map>Certs 
- Client key and certificate config for the connector.
- delegateSelectors List<String>
- Selectors to use for the delegate.
- description String
- Description of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- Unique identifier of the resource.
- inheritFrom List<Property Map>Delegates 
- Credentials are inherited from the delegate.
- openidConnects List<Property Map>
- OpenID configuration for the connector.
- serviceAccounts List<Property Map>
- Service account for the connector.
- List<String>
- Tags to associate with the resource.
- usernamePasswords List<Property Map>
- Username and password for the connector.
- name String
- Name of the resource.
- orgId String
- Unique identifier of the organization.
- projectId String
- Unique identifier of the project.
Supporting Types
GetKubernetesConnectorClientKeyCert     
- CaCert stringRef 
- Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientCert stringRef 
- Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientKey stringAlgorithm 
- The algorithm used to generate the client key for the connector. Valid values are RSA, EC
- ClientKey stringPassphrase Ref 
- Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientKey stringRef 
- Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- MasterUrl string
- The URL of the Kubernetes cluster.
- CaCert stringRef 
- Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientCert stringRef 
- Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientKey stringAlgorithm 
- The algorithm used to generate the client key for the connector. Valid values are RSA, EC
- ClientKey stringPassphrase Ref 
- Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientKey stringRef 
- Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- MasterUrl string
- The URL of the Kubernetes cluster.
- caCert StringRef 
- Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientCert StringRef 
- Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientKey StringAlgorithm 
- The algorithm used to generate the client key for the connector. Valid values are RSA, EC
- clientKey StringPassphrase Ref 
- Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientKey StringRef 
- Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl String
- The URL of the Kubernetes cluster.
- caCert stringRef 
- Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientCert stringRef 
- Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientKey stringAlgorithm 
- The algorithm used to generate the client key for the connector. Valid values are RSA, EC
- clientKey stringPassphrase Ref 
- Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientKey stringRef 
- Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl string
- The URL of the Kubernetes cluster.
- ca_cert_ strref 
- Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- client_cert_ strref 
- Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- client_key_ stralgorithm 
- The algorithm used to generate the client key for the connector. Valid values are RSA, EC
- client_key_ strpassphrase_ ref 
- Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- client_key_ strref 
- Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- master_url str
- The URL of the Kubernetes cluster.
- caCert StringRef 
- Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientCert StringRef 
- Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientKey StringAlgorithm 
- The algorithm used to generate the client key for the connector. Valid values are RSA, EC
- clientKey StringPassphrase Ref 
- Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientKey StringRef 
- Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl String
- The URL of the Kubernetes cluster.
GetKubernetesConnectorInheritFromDelegate     
- DelegateSelectors List<string>
- Selectors to use for the delegate.
- DelegateSelectors []string
- Selectors to use for the delegate.
- delegateSelectors List<String>
- Selectors to use for the delegate.
- delegateSelectors string[]
- Selectors to use for the delegate.
- delegate_selectors Sequence[str]
- Selectors to use for the delegate.
- delegateSelectors List<String>
- Selectors to use for the delegate.
GetKubernetesConnectorOpenidConnect    
- ClientId stringRef 
- Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- IssuerUrl string
- The URL of the OpenID Connect issuer.
- MasterUrl string
- The URL of the Kubernetes cluster.
- PasswordRef string
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- Scopes List<string>
- Scopes to request for the connector.
- SecretRef string
- Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- Username string
- Username for the connector.
- UsernameRef string
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- ClientId stringRef 
- Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- IssuerUrl string
- The URL of the OpenID Connect issuer.
- MasterUrl string
- The URL of the Kubernetes cluster.
- PasswordRef string
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- Scopes []string
- Scopes to request for the connector.
- SecretRef string
- Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- Username string
- Username for the connector.
- UsernameRef string
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientId StringRef 
- Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- issuerUrl String
- The URL of the OpenID Connect issuer.
- masterUrl String
- The URL of the Kubernetes cluster.
- passwordRef String
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- scopes List<String>
- Scopes to request for the connector.
- secretRef String
- Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username String
- Username for the connector.
- usernameRef String
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientId stringRef 
- Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- issuerUrl string
- The URL of the OpenID Connect issuer.
- masterUrl string
- The URL of the Kubernetes cluster.
- passwordRef string
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- scopes string[]
- Scopes to request for the connector.
- secretRef string
- Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username string
- Username for the connector.
- usernameRef string
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- client_id_ strref 
- Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- issuer_url str
- The URL of the OpenID Connect issuer.
- master_url str
- The URL of the Kubernetes cluster.
- password_ref str
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- scopes Sequence[str]
- Scopes to request for the connector.
- secret_ref str
- Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username str
- Username for the connector.
- username_ref str
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- clientId StringRef 
- Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- issuerUrl String
- The URL of the OpenID Connect issuer.
- masterUrl String
- The URL of the Kubernetes cluster.
- passwordRef String
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- scopes List<String>
- Scopes to request for the connector.
- secretRef String
- Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username String
- Username for the connector.
- usernameRef String
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
GetKubernetesConnectorServiceAccount    
- MasterUrl string
- The URL of the Kubernetes cluster.
- ServiceAccount stringToken Ref 
- Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- MasterUrl string
- The URL of the Kubernetes cluster.
- ServiceAccount stringToken Ref 
- Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl String
- The URL of the Kubernetes cluster.
- serviceAccount StringToken Ref 
- Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl string
- The URL of the Kubernetes cluster.
- serviceAccount stringToken Ref 
- Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- master_url str
- The URL of the Kubernetes cluster.
- service_account_ strtoken_ ref 
- Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl String
- The URL of the Kubernetes cluster.
- serviceAccount StringToken Ref 
- Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
GetKubernetesConnectorUsernamePassword    
- MasterUrl string
- The URL of the Kubernetes cluster.
- PasswordRef string
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- Username string
- Username for the connector.
- UsernameRef string
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- MasterUrl string
- The URL of the Kubernetes cluster.
- PasswordRef string
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- Username string
- Username for the connector.
- UsernameRef string
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl String
- The URL of the Kubernetes cluster.
- passwordRef String
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username String
- Username for the connector.
- usernameRef String
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl string
- The URL of the Kubernetes cluster.
- passwordRef string
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username string
- Username for the connector.
- usernameRef string
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- master_url str
- The URL of the Kubernetes cluster.
- password_ref str
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username str
- Username for the connector.
- username_ref str
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- masterUrl String
- The URL of the Kubernetes cluster.
- passwordRef String
- Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
- username String
- Username for the connector.
- usernameRef String
- Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the harnessTerraform Provider.
