1. Packages
  2. Octopusdeploy Provider
  3. API Docs
  4. getKubernetesClusterDeploymentTargets
octopusdeploy 0.43.1 published on Wednesday, Apr 30, 2025 by octopusdeploylabs

octopusdeploy.getKubernetesClusterDeploymentTargets

Explore with Pulumi AI

octopusdeploy logo
octopusdeploy 0.43.1 published on Wednesday, Apr 30, 2025 by octopusdeploylabs

    Provides information about existing Kubernetes cluster deployment targets.

    Using getKubernetesClusterDeploymentTargets

    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 getKubernetesClusterDeploymentTargets(args: GetKubernetesClusterDeploymentTargetsArgs, opts?: InvokeOptions): Promise<GetKubernetesClusterDeploymentTargetsResult>
    function getKubernetesClusterDeploymentTargetsOutput(args: GetKubernetesClusterDeploymentTargetsOutputArgs, opts?: InvokeOptions): Output<GetKubernetesClusterDeploymentTargetsResult>
    def get_kubernetes_cluster_deployment_targets(deployment_id: Optional[str] = None,
                                                  environments: Optional[Sequence[str]] = None,
                                                  health_statuses: Optional[Sequence[str]] = None,
                                                  ids: Optional[Sequence[str]] = None,
                                                  is_disabled: Optional[bool] = None,
                                                  name: Optional[str] = None,
                                                  partial_name: Optional[str] = None,
                                                  roles: Optional[Sequence[str]] = None,
                                                  shell_names: Optional[Sequence[str]] = None,
                                                  skip: Optional[float] = None,
                                                  space_id: Optional[str] = None,
                                                  take: Optional[float] = None,
                                                  tenant_tags: Optional[Sequence[str]] = None,
                                                  tenants: Optional[Sequence[str]] = None,
                                                  thumbprint: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetKubernetesClusterDeploymentTargetsResult
    def get_kubernetes_cluster_deployment_targets_output(deployment_id: Optional[pulumi.Input[str]] = None,
                                                  environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  health_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  is_disabled: Optional[pulumi.Input[bool]] = None,
                                                  name: Optional[pulumi.Input[str]] = None,
                                                  partial_name: Optional[pulumi.Input[str]] = None,
                                                  roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  shell_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  skip: Optional[pulumi.Input[float]] = None,
                                                  space_id: Optional[pulumi.Input[str]] = None,
                                                  take: Optional[pulumi.Input[float]] = None,
                                                  tenant_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  tenants: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                  thumbprint: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesClusterDeploymentTargetsResult]
    func GetKubernetesClusterDeploymentTargets(ctx *Context, args *GetKubernetesClusterDeploymentTargetsArgs, opts ...InvokeOption) (*GetKubernetesClusterDeploymentTargetsResult, error)
    func GetKubernetesClusterDeploymentTargetsOutput(ctx *Context, args *GetKubernetesClusterDeploymentTargetsOutputArgs, opts ...InvokeOption) GetKubernetesClusterDeploymentTargetsResultOutput

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

    public static class GetKubernetesClusterDeploymentTargets 
    {
        public static Task<GetKubernetesClusterDeploymentTargetsResult> InvokeAsync(GetKubernetesClusterDeploymentTargetsArgs args, InvokeOptions? opts = null)
        public static Output<GetKubernetesClusterDeploymentTargetsResult> Invoke(GetKubernetesClusterDeploymentTargetsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKubernetesClusterDeploymentTargetsResult> getKubernetesClusterDeploymentTargets(GetKubernetesClusterDeploymentTargetsArgs args, InvokeOptions options)
    public static Output<GetKubernetesClusterDeploymentTargetsResult> getKubernetesClusterDeploymentTargets(GetKubernetesClusterDeploymentTargetsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: octopusdeploy:index/getKubernetesClusterDeploymentTargets:getKubernetesClusterDeploymentTargets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeploymentId string
    A filter to search by deployment ID.
    Environments List<string>
    A filter to search by a list of environment IDs.
    HealthStatuses List<string>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Ids List<string>
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles List<string>
    A filter to search by a list of role IDs.
    ShellNames List<string>
    A list of shell names to match in the query and/or search
    Skip double
    A filter to specify the number of items to skip in the response.
    SpaceId string
    The space ID associated with this resource.
    Take double
    A filter to specify the number of items to take (or return) in the response.
    TenantTags List<string>
    A filter to search by a list of tenant tags.
    Tenants List<string>
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    DeploymentId string
    A filter to search by deployment ID.
    Environments []string
    A filter to search by a list of environment IDs.
    HealthStatuses []string
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Ids []string
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles []string
    A filter to search by a list of role IDs.
    ShellNames []string
    A list of shell names to match in the query and/or search
    Skip float64
    A filter to specify the number of items to skip in the response.
    SpaceId string
    The space ID associated with this resource.
    Take float64
    A filter to specify the number of items to take (or return) in the response.
    TenantTags []string
    A filter to search by a list of tenant tags.
    Tenants []string
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Double
    A filter to specify the number of items to skip in the response.
    spaceId String
    The space ID associated with this resource.
    take Double
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search
    deploymentId string
    A filter to search by deployment ID.
    environments string[]
    A filter to search by a list of environment IDs.
    healthStatuses string[]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids string[]
    A filter to search by a list of IDs.
    isDisabled boolean
    A filter to search by the disabled status of a resource.
    name string
    A filter to search by name.
    partialName string
    A filter to search by the partial match of a name.
    roles string[]
    A filter to search by a list of role IDs.
    shellNames string[]
    A list of shell names to match in the query and/or search
    skip number
    A filter to specify the number of items to skip in the response.
    spaceId string
    The space ID associated with this resource.
    take number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags string[]
    A filter to search by a list of tenant tags.
    tenants string[]
    A filter to search by a list of tenant IDs.
    thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    deployment_id str
    A filter to search by deployment ID.
    environments Sequence[str]
    A filter to search by a list of environment IDs.
    health_statuses Sequence[str]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids Sequence[str]
    A filter to search by a list of IDs.
    is_disabled bool
    A filter to search by the disabled status of a resource.
    name str
    A filter to search by name.
    partial_name str
    A filter to search by the partial match of a name.
    roles Sequence[str]
    A filter to search by a list of role IDs.
    shell_names Sequence[str]
    A list of shell names to match in the query and/or search
    skip float
    A filter to specify the number of items to skip in the response.
    space_id str
    The space ID associated with this resource.
    take float
    A filter to specify the number of items to take (or return) in the response.
    tenant_tags Sequence[str]
    A filter to search by a list of tenant tags.
    tenants Sequence[str]
    A filter to search by a list of tenant IDs.
    thumbprint str
    The thumbprint of the deployment target to match in the query and/or search
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Number
    A filter to specify the number of items to skip in the response.
    spaceId String
    The space ID associated with this resource.
    take Number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search

    getKubernetesClusterDeploymentTargets Result

    The following output properties are available:

    Id string
    An auto-generated identifier that includes the timestamp when this data source was last modified.
    KubernetesClusterDeploymentTargets List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTarget>
    A list of Kubernetes cluster deployment targets that match the filter(s).
    SpaceId string
    The space ID associated with this resource.
    DeploymentId string
    A filter to search by deployment ID.
    Environments List<string>
    A filter to search by a list of environment IDs.
    HealthStatuses List<string>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Ids List<string>
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles List<string>
    A filter to search by a list of role IDs.
    ShellNames List<string>
    A list of shell names to match in the query and/or search
    Skip double
    A filter to specify the number of items to skip in the response.
    Take double
    A filter to specify the number of items to take (or return) in the response.
    TenantTags List<string>
    A filter to search by a list of tenant tags.
    Tenants List<string>
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    Id string
    An auto-generated identifier that includes the timestamp when this data source was last modified.
    KubernetesClusterDeploymentTargets []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTarget
    A list of Kubernetes cluster deployment targets that match the filter(s).
    SpaceId string
    The space ID associated with this resource.
    DeploymentId string
    A filter to search by deployment ID.
    Environments []string
    A filter to search by a list of environment IDs.
    HealthStatuses []string
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    Ids []string
    A filter to search by a list of IDs.
    IsDisabled bool
    A filter to search by the disabled status of a resource.
    Name string
    A filter to search by name.
    PartialName string
    A filter to search by the partial match of a name.
    Roles []string
    A filter to search by a list of role IDs.
    ShellNames []string
    A list of shell names to match in the query and/or search
    Skip float64
    A filter to specify the number of items to skip in the response.
    Take float64
    A filter to specify the number of items to take (or return) in the response.
    TenantTags []string
    A filter to search by a list of tenant tags.
    Tenants []string
    A filter to search by a list of tenant IDs.
    Thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    id String
    An auto-generated identifier that includes the timestamp when this data source was last modified.
    kubernetesClusterDeploymentTargets List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTarget>
    A list of Kubernetes cluster deployment targets that match the filter(s).
    spaceId String
    The space ID associated with this resource.
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Double
    A filter to specify the number of items to skip in the response.
    take Double
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search
    id string
    An auto-generated identifier that includes the timestamp when this data source was last modified.
    kubernetesClusterDeploymentTargets GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTarget[]
    A list of Kubernetes cluster deployment targets that match the filter(s).
    spaceId string
    The space ID associated with this resource.
    deploymentId string
    A filter to search by deployment ID.
    environments string[]
    A filter to search by a list of environment IDs.
    healthStatuses string[]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids string[]
    A filter to search by a list of IDs.
    isDisabled boolean
    A filter to search by the disabled status of a resource.
    name string
    A filter to search by name.
    partialName string
    A filter to search by the partial match of a name.
    roles string[]
    A filter to search by a list of role IDs.
    shellNames string[]
    A list of shell names to match in the query and/or search
    skip number
    A filter to specify the number of items to skip in the response.
    take number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags string[]
    A filter to search by a list of tenant tags.
    tenants string[]
    A filter to search by a list of tenant IDs.
    thumbprint string
    The thumbprint of the deployment target to match in the query and/or search
    id str
    An auto-generated identifier that includes the timestamp when this data source was last modified.
    kubernetes_cluster_deployment_targets Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTarget]
    A list of Kubernetes cluster deployment targets that match the filter(s).
    space_id str
    The space ID associated with this resource.
    deployment_id str
    A filter to search by deployment ID.
    environments Sequence[str]
    A filter to search by a list of environment IDs.
    health_statuses Sequence[str]
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids Sequence[str]
    A filter to search by a list of IDs.
    is_disabled bool
    A filter to search by the disabled status of a resource.
    name str
    A filter to search by name.
    partial_name str
    A filter to search by the partial match of a name.
    roles Sequence[str]
    A filter to search by a list of role IDs.
    shell_names Sequence[str]
    A list of shell names to match in the query and/or search
    skip float
    A filter to specify the number of items to skip in the response.
    take float
    A filter to specify the number of items to take (or return) in the response.
    tenant_tags Sequence[str]
    A filter to search by a list of tenant tags.
    tenants Sequence[str]
    A filter to search by a list of tenant IDs.
    thumbprint str
    The thumbprint of the deployment target to match in the query and/or search
    id String
    An auto-generated identifier that includes the timestamp when this data source was last modified.
    kubernetesClusterDeploymentTargets List<Property Map>
    A list of Kubernetes cluster deployment targets that match the filter(s).
    spaceId String
    The space ID associated with this resource.
    deploymentId String
    A filter to search by deployment ID.
    environments List<String>
    A filter to search by a list of environment IDs.
    healthStatuses List<String>
    A filter to search by a list of health statuses of resources. Valid health statuses are HasWarnings, Healthy, Unavailable, Unhealthy, or Unknown.
    ids List<String>
    A filter to search by a list of IDs.
    isDisabled Boolean
    A filter to search by the disabled status of a resource.
    name String
    A filter to search by name.
    partialName String
    A filter to search by the partial match of a name.
    roles List<String>
    A filter to search by a list of role IDs.
    shellNames List<String>
    A list of shell names to match in the query and/or search
    skip Number
    A filter to specify the number of items to skip in the response.
    take Number
    A filter to specify the number of items to take (or return) in the response.
    tenantTags List<String>
    A filter to search by a list of tenant tags.
    tenants List<String>
    A filter to search by a list of tenant IDs.
    thumbprint String
    The thumbprint of the deployment target to match in the query and/or search

    Supporting Types

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTarget

    Authentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAuthentication>
    AwsAccountAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAwsAccountAuthentication>
    AzureServicePrincipalAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAzureServicePrincipalAuthentication>
    CertificateAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetCertificateAuthentication>
    ClusterCertificate string
    ClusterCertificatePath string
    ClusterUrl string
    ContainerOptions string
    Containers List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetContainer>
    DefaultWorkerPoolId string
    Endpoints List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpoint>
    Environments List<string>
    GcpAccountAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetGcpAccountAuthentication>
    HasLatestCalamari bool
    HealthStatus string
    Id string
    IsDisabled bool
    IsInProcess bool
    MachinePolicyId string
    Name string
    Namespace string
    OperatingSystem string
    PodAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetPodAuthentication>
    ProxyId string
    Roles List<string>
    RunningInContainer bool
    ShellName string
    ShellVersion string
    SkipTlsVerification bool
    SpaceId string
    Status string
    StatusSummary string
    TenantTags List<string>
    TenantedDeploymentParticipation string
    Tenants List<string>
    Thumbprint string
    Uri string
    Authentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAuthentication
    AwsAccountAuthentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAwsAccountAuthentication
    AzureServicePrincipalAuthentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAzureServicePrincipalAuthentication
    CertificateAuthentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetCertificateAuthentication
    ClusterCertificate string
    ClusterCertificatePath string
    ClusterUrl string
    ContainerOptions string
    Containers []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetContainer
    DefaultWorkerPoolId string
    Endpoints []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpoint
    Environments []string
    GcpAccountAuthentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetGcpAccountAuthentication
    HasLatestCalamari bool
    HealthStatus string
    Id string
    IsDisabled bool
    IsInProcess bool
    MachinePolicyId string
    Name string
    Namespace string
    OperatingSystem string
    PodAuthentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetPodAuthentication
    ProxyId string
    Roles []string
    RunningInContainer bool
    ShellName string
    ShellVersion string
    SkipTlsVerification bool
    SpaceId string
    Status string
    StatusSummary string
    TenantTags []string
    TenantedDeploymentParticipation string
    Tenants []string
    Thumbprint string
    Uri string
    authentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAuthentication>
    awsAccountAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAwsAccountAuthentication>
    azureServicePrincipalAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAzureServicePrincipalAuthentication>
    certificateAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetCertificateAuthentication>
    clusterCertificate String
    clusterCertificatePath String
    clusterUrl String
    containerOptions String
    containers List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetContainer>
    defaultWorkerPoolId String
    endpoints List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpoint>
    environments List<String>
    gcpAccountAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetGcpAccountAuthentication>
    hasLatestCalamari Boolean
    healthStatus String
    id String
    isDisabled Boolean
    isInProcess Boolean
    machinePolicyId String
    name String
    namespace String
    operatingSystem String
    podAuthentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetPodAuthentication>
    proxyId String
    roles List<String>
    runningInContainer Boolean
    shellName String
    shellVersion String
    skipTlsVerification Boolean
    spaceId String
    status String
    statusSummary String
    tenantTags List<String>
    tenantedDeploymentParticipation String
    tenants List<String>
    thumbprint String
    uri String
    authentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAuthentication[]
    awsAccountAuthentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAwsAccountAuthentication[]
    azureServicePrincipalAuthentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAzureServicePrincipalAuthentication[]
    certificateAuthentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetCertificateAuthentication[]
    clusterCertificate string
    clusterCertificatePath string
    clusterUrl string
    containerOptions string
    containers GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetContainer[]
    defaultWorkerPoolId string
    endpoints GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpoint[]
    environments string[]
    gcpAccountAuthentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetGcpAccountAuthentication[]
    hasLatestCalamari boolean
    healthStatus string
    id string
    isDisabled boolean
    isInProcess boolean
    machinePolicyId string
    name string
    namespace string
    operatingSystem string
    podAuthentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetPodAuthentication[]
    proxyId string
    roles string[]
    runningInContainer boolean
    shellName string
    shellVersion string
    skipTlsVerification boolean
    spaceId string
    status string
    statusSummary string
    tenantTags string[]
    tenantedDeploymentParticipation string
    tenants string[]
    thumbprint string
    uri string
    authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAuthentication]
    aws_account_authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAwsAccountAuthentication]
    azure_service_principal_authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAzureServicePrincipalAuthentication]
    certificate_authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetCertificateAuthentication]
    cluster_certificate str
    cluster_certificate_path str
    cluster_url str
    container_options str
    containers Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetContainer]
    default_worker_pool_id str
    endpoints Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpoint]
    environments Sequence[str]
    gcp_account_authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetGcpAccountAuthentication]
    has_latest_calamari bool
    health_status str
    id str
    is_disabled bool
    is_in_process bool
    machine_policy_id str
    name str
    namespace str
    operating_system str
    pod_authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetPodAuthentication]
    proxy_id str
    roles Sequence[str]
    running_in_container bool
    shell_name str
    shell_version str
    skip_tls_verification bool
    space_id str
    status str
    status_summary str
    tenant_tags Sequence[str]
    tenanted_deployment_participation str
    tenants Sequence[str]
    thumbprint str
    uri str
    authentications List<Property Map>
    awsAccountAuthentications List<Property Map>
    azureServicePrincipalAuthentications List<Property Map>
    certificateAuthentications List<Property Map>
    clusterCertificate String
    clusterCertificatePath String
    clusterUrl String
    containerOptions String
    containers List<Property Map>
    defaultWorkerPoolId String
    endpoints List<Property Map>
    environments List<String>
    gcpAccountAuthentications List<Property Map>
    hasLatestCalamari Boolean
    healthStatus String
    id String
    isDisabled Boolean
    isInProcess Boolean
    machinePolicyId String
    name String
    namespace String
    operatingSystem String
    podAuthentications List<Property Map>
    proxyId String
    roles List<String>
    runningInContainer Boolean
    shellName String
    shellVersion String
    skipTlsVerification Boolean
    spaceId String
    status String
    statusSummary String
    tenantTags List<String>
    tenantedDeploymentParticipation String
    tenants List<String>
    thumbprint String
    uri String

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAuthentication

    AccountId string
    AccountId string
    accountId String
    accountId string
    accountId String

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAwsAccountAuthentication

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetAzureServicePrincipalAuthentication

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetCertificateAuthentication

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetContainer

    FeedId string
    Image string
    FeedId string
    Image string
    feedId String
    image String
    feedId string
    image string
    feed_id str
    image str
    feedId String
    image String

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpoint

    AadClientCredentialSecret string
    AadCredentialType string
    AadUserCredentialUsername string
    AccountId string
    ApplicationsDirectory string
    Authentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointAuthentication>
    CertificateSignatureAlgorithm string
    CertificateStoreLocation string
    CertificateStoreName string
    ClientCertificateVariable string
    CloudServiceName string
    ClusterCertificate string
    ClusterCertificatePath string
    ClusterUrl string
    CommunicationStyle string
    ConnectionEndpoint string
    ContainerOptions string
    Containers List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointContainer>
    DefaultWorkerPoolId string
    Destinations List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointDestination>
    DotNetCorePlatform string
    Fingerprint string
    Host string
    Id string
    Namespace string
    Port double
    ProxyId string
    ResourceGroupName string
    RunningInContainer bool
    SecurityMode string
    ServerCertificateThumbprint string
    SkipTlsVerification bool
    Slot string
    StorageAccountName string
    SwapIfPossible bool
    TentacleVersionDetails List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointTentacleVersionDetail>
    Thumbprint string
    Uri string
    UseCurrentInstanceCount bool
    WebAppName string
    WebAppSlotName string
    WorkingDirectory string
    AadClientCredentialSecret string
    AadCredentialType string
    AadUserCredentialUsername string
    AccountId string
    ApplicationsDirectory string
    Authentications []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointAuthentication
    CertificateSignatureAlgorithm string
    CertificateStoreLocation string
    CertificateStoreName string
    ClientCertificateVariable string
    CloudServiceName string
    ClusterCertificate string
    ClusterCertificatePath string
    ClusterUrl string
    CommunicationStyle string
    ConnectionEndpoint string
    ContainerOptions string
    Containers []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointContainer
    DefaultWorkerPoolId string
    Destinations []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointDestination
    DotNetCorePlatform string
    Fingerprint string
    Host string
    Id string
    Namespace string
    Port float64
    ProxyId string
    ResourceGroupName string
    RunningInContainer bool
    SecurityMode string
    ServerCertificateThumbprint string
    SkipTlsVerification bool
    Slot string
    StorageAccountName string
    SwapIfPossible bool
    TentacleVersionDetails []GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointTentacleVersionDetail
    Thumbprint string
    Uri string
    UseCurrentInstanceCount bool
    WebAppName string
    WebAppSlotName string
    WorkingDirectory string
    aadClientCredentialSecret String
    aadCredentialType String
    aadUserCredentialUsername String
    accountId String
    applicationsDirectory String
    authentications List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointAuthentication>
    certificateSignatureAlgorithm String
    certificateStoreLocation String
    certificateStoreName String
    clientCertificateVariable String
    cloudServiceName String
    clusterCertificate String
    clusterCertificatePath String
    clusterUrl String
    communicationStyle String
    connectionEndpoint String
    containerOptions String
    containers List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointContainer>
    defaultWorkerPoolId String
    destinations List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointDestination>
    dotNetCorePlatform String
    fingerprint String
    host String
    id String
    namespace String
    port Double
    proxyId String
    resourceGroupName String
    runningInContainer Boolean
    securityMode String
    serverCertificateThumbprint String
    skipTlsVerification Boolean
    slot String
    storageAccountName String
    swapIfPossible Boolean
    tentacleVersionDetails List<GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointTentacleVersionDetail>
    thumbprint String
    uri String
    useCurrentInstanceCount Boolean
    webAppName String
    webAppSlotName String
    workingDirectory String
    aadClientCredentialSecret string
    aadCredentialType string
    aadUserCredentialUsername string
    accountId string
    applicationsDirectory string
    authentications GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointAuthentication[]
    certificateSignatureAlgorithm string
    certificateStoreLocation string
    certificateStoreName string
    clientCertificateVariable string
    cloudServiceName string
    clusterCertificate string
    clusterCertificatePath string
    clusterUrl string
    communicationStyle string
    connectionEndpoint string
    containerOptions string
    containers GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointContainer[]
    defaultWorkerPoolId string
    destinations GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointDestination[]
    dotNetCorePlatform string
    fingerprint string
    host string
    id string
    namespace string
    port number
    proxyId string
    resourceGroupName string
    runningInContainer boolean
    securityMode string
    serverCertificateThumbprint string
    skipTlsVerification boolean
    slot string
    storageAccountName string
    swapIfPossible boolean
    tentacleVersionDetails GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointTentacleVersionDetail[]
    thumbprint string
    uri string
    useCurrentInstanceCount boolean
    webAppName string
    webAppSlotName string
    workingDirectory string
    aad_client_credential_secret str
    aad_credential_type str
    aad_user_credential_username str
    account_id str
    applications_directory str
    authentications Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointAuthentication]
    certificate_signature_algorithm str
    certificate_store_location str
    certificate_store_name str
    client_certificate_variable str
    cloud_service_name str
    cluster_certificate str
    cluster_certificate_path str
    cluster_url str
    communication_style str
    connection_endpoint str
    container_options str
    containers Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointContainer]
    default_worker_pool_id str
    destinations Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointDestination]
    dot_net_core_platform str
    fingerprint str
    host str
    id str
    namespace str
    port float
    proxy_id str
    resource_group_name str
    running_in_container bool
    security_mode str
    server_certificate_thumbprint str
    skip_tls_verification bool
    slot str
    storage_account_name str
    swap_if_possible bool
    tentacle_version_details Sequence[GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointTentacleVersionDetail]
    thumbprint str
    uri str
    use_current_instance_count bool
    web_app_name str
    web_app_slot_name str
    working_directory str
    aadClientCredentialSecret String
    aadCredentialType String
    aadUserCredentialUsername String
    accountId String
    applicationsDirectory String
    authentications List<Property Map>
    certificateSignatureAlgorithm String
    certificateStoreLocation String
    certificateStoreName String
    clientCertificateVariable String
    cloudServiceName String
    clusterCertificate String
    clusterCertificatePath String
    clusterUrl String
    communicationStyle String
    connectionEndpoint String
    containerOptions String
    containers List<Property Map>
    defaultWorkerPoolId String
    destinations List<Property Map>
    dotNetCorePlatform String
    fingerprint String
    host String
    id String
    namespace String
    port Number
    proxyId String
    resourceGroupName String
    runningInContainer Boolean
    securityMode String
    serverCertificateThumbprint String
    skipTlsVerification Boolean
    slot String
    storageAccountName String
    swapIfPossible Boolean
    tentacleVersionDetails List<Property Map>
    thumbprint String
    uri String
    useCurrentInstanceCount Boolean
    webAppName String
    webAppSlotName String
    workingDirectory String

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointAuthentication

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointContainer

    FeedId string
    Image string
    FeedId string
    Image string
    feedId String
    image String
    feedId string
    image string
    feed_id str
    image str
    feedId String
    image String

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointDestination

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetEndpointTentacleVersionDetail

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetGcpAccountAuthentication

    GetKubernetesClusterDeploymentTargetsKubernetesClusterDeploymentTargetPodAuthentication

    TokenPath string
    TokenPath string
    tokenPath String
    tokenPath string
    tokenPath String

    Package Details

    Repository
    octopusdeploy octopusdeploylabs/terraform-provider-octopusdeploy
    License
    Notes
    This Pulumi package is based on the octopusdeploy Terraform Provider.
    octopusdeploy logo
    octopusdeploy 0.43.1 published on Wednesday, Apr 30, 2025 by octopusdeploylabs