rancher2.getCluster
Use this data source to retrieve information about a Rancher v2 cluster.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Rancher2 = Pulumi.Rancher2;
return await Deployment.RunAsync(() =>
{
var foo_custom = Rancher2.GetCluster.Invoke(new()
{
Name = "foo-custom",
});
});
package main
import (
"github.com/pulumi/pulumi-rancher2/sdk/v3/go/rancher2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rancher2.LookupCluster(ctx, &rancher2.LookupClusterArgs{
Name: "foo-custom",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.rancher2.Rancher2Functions;
import com.pulumi.rancher2.inputs.GetClusterArgs;
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 foo-custom = Rancher2Functions.getCluster(GetClusterArgs.builder()
.name("foo-custom")
.build());
}
}
import pulumi
import pulumi_rancher2 as rancher2
foo_custom = rancher2.get_cluster(name="foo-custom")
import * as pulumi from "@pulumi/pulumi";
import * as rancher2 from "@pulumi/rancher2";
const foo-custom = rancher2.getCluster({
name: "foo-custom",
});
variables:
foo-custom:
fn::invoke:
Function: rancher2:getCluster
Arguments:
name: foo-custom
Using getCluster
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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
def get_cluster(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
> Note: This function is named LookupCluster
in the Go SDK.
public static class GetCluster
{
public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: rancher2:index/getCluster:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
The name of the Cluster (string)
- Name string
The name of the Cluster (string)
- name String
The name of the Cluster (string)
- name string
The name of the Cluster (string)
- name str
The name of the Cluster (string)
- name String
The name of the Cluster (string)
getCluster Result
The following output properties are available:
- Agent
Env List<string>Vars (Computed) Optional Agent Env Vars for Rancher agent. Just for Rancher v2.5.6 and above (list)
- Aks
Config GetCluster Aks Config (Computed) The Azure aks configuration for
aks
Clusters. Conflicts withaks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- Aks
Config GetV2 Cluster Aks Config V2 (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts withaks_config
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
k3s_config
andrke_config
(list maxitems:1)- Annotations Dictionary<string, object>
(Computed) Annotations for Node Pool object (map)
- Ca
Cert string (Computed) K8s cluster ca cert (string)
- Cluster
Auth GetEndpoint Cluster Cluster Auth Endpoint (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
- Cluster
Monitoring GetInput Cluster Cluster Monitoring Input (Computed) Cluster monitoring config (list maxitems:1)
- Cluster
Registration GetToken Cluster Cluster Registration Token (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
- Cluster
Template GetAnswers Cluster Cluster Template Answers (Computed) Cluster template answers (list maxitems:1)
- Cluster
Template stringId (Computed) Cluster template ID (string)
- Cluster
Template List<GetQuestions Cluster Cluster Template Question> (Computed) Cluster template questions (list)
- Cluster
Template stringRevision Id (Computed) Cluster template revision ID (string)
- Default
Pod stringSecurity Policy Template Id (Optional/Computed) Default pod security policy template id (string)
- Default
Project stringId (Computed) Default project ID for the cluster (string)
- Description string
(Computed) The description for Cluster (string)
- Driver string
(Computed) The driver used for the Cluster.
imported
,azurekubernetesservice
,amazonelasticcontainerservice
,googlekubernetesengine
andrancherKubernetesEngine
are supported (string)- Eks
Config GetCluster Eks Config (Computed) The Amazon eks configuration for
eks
Conflicts withaks_config
,aks_config_v2
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- Eks
Config GetV2 Cluster Eks Config V2 (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.x or above (list maxitems:1)- Enable
Cluster boolAlerting - Enable
Cluster boolMonitoring (Computed) Enable built-in cluster monitoring. Default
false
(bool)- Enable
Network boolPolicy (Computed) Enable project network isolation. Default
false
(bool)- Fleet
Workspace stringName (Computed) Fleet workspace name (string)
- Gke
Config GetCluster Gke Config (Computed) The Google gke configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1) (list maxitems:1)- Gke
Config GetV2 Cluster Gke Config V2 (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.8 or above (list maxitems:1)- Id string
The provider-assigned unique ID for this managed resource.
- K3s
Config GetCluster K3s Config (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andrke_config
(list maxitems:1)- Kube
Config string (Computed) Kube Config generated for the cluster (string)
- Labels Dictionary<string, object>
(Computed) Labels for Node Pool object (map)
- Name string
- Oke
Config GetCluster Oke Config (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1)- Rke2Config
Get
Cluster Rke2Config (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- Rke
Config GetCluster Rke Config (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andk3s_config
(list maxitems:1)- Scheduled
Cluster List<GetScans Cluster Scheduled Cluster Scan> - System
Project stringId (Computed) System project ID for the cluster (string)
- Agent
Env []stringVars (Computed) Optional Agent Env Vars for Rancher agent. Just for Rancher v2.5.6 and above (list)
- Aks
Config GetCluster Aks Config (Computed) The Azure aks configuration for
aks
Clusters. Conflicts withaks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- Aks
Config GetV2 Cluster Aks Config V2 (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts withaks_config
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
k3s_config
andrke_config
(list maxitems:1)- Annotations map[string]interface{}
(Computed) Annotations for Node Pool object (map)
- Ca
Cert string (Computed) K8s cluster ca cert (string)
- Cluster
Auth GetEndpoint Cluster Cluster Auth Endpoint (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
- Cluster
Monitoring GetInput Cluster Cluster Monitoring Input (Computed) Cluster monitoring config (list maxitems:1)
- Cluster
Registration GetToken Cluster Cluster Registration Token (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
- Cluster
Template GetAnswers Cluster Cluster Template Answers (Computed) Cluster template answers (list maxitems:1)
- Cluster
Template stringId (Computed) Cluster template ID (string)
- Cluster
Template []GetQuestions Cluster Cluster Template Question (Computed) Cluster template questions (list)
- Cluster
Template stringRevision Id (Computed) Cluster template revision ID (string)
- Default
Pod stringSecurity Policy Template Id (Optional/Computed) Default pod security policy template id (string)
- Default
Project stringId (Computed) Default project ID for the cluster (string)
- Description string
(Computed) The description for Cluster (string)
- Driver string
(Computed) The driver used for the Cluster.
imported
,azurekubernetesservice
,amazonelasticcontainerservice
,googlekubernetesengine
andrancherKubernetesEngine
are supported (string)- Eks
Config GetCluster Eks Config (Computed) The Amazon eks configuration for
eks
Conflicts withaks_config
,aks_config_v2
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- Eks
Config GetV2 Cluster Eks Config V2 (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.x or above (list maxitems:1)- Enable
Cluster boolAlerting - Enable
Cluster boolMonitoring (Computed) Enable built-in cluster monitoring. Default
false
(bool)- Enable
Network boolPolicy (Computed) Enable project network isolation. Default
false
(bool)- Fleet
Workspace stringName (Computed) Fleet workspace name (string)
- Gke
Config GetCluster Gke Config (Computed) The Google gke configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1) (list maxitems:1)- Gke
Config GetV2 Cluster Gke Config V2 (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.8 or above (list maxitems:1)- Id string
The provider-assigned unique ID for this managed resource.
- K3s
Config GetCluster K3s Config (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andrke_config
(list maxitems:1)- Kube
Config string (Computed) Kube Config generated for the cluster (string)
- Labels map[string]interface{}
(Computed) Labels for Node Pool object (map)
- Name string
- Oke
Config GetCluster Oke Config (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1)- Rke2Config
Get
Cluster Rke2Config (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- Rke
Config GetCluster Rke Config (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andk3s_config
(list maxitems:1)- Scheduled
Cluster []GetScans Cluster Scheduled Cluster Scan - System
Project stringId (Computed) System project ID for the cluster (string)
- agent
Env List<String>Vars (Computed) Optional Agent Env Vars for Rancher agent. Just for Rancher v2.5.6 and above (list)
- aks
Config GetCluster Aks Config (Computed) The Azure aks configuration for
aks
Clusters. Conflicts withaks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- aks
Config GetV2 Cluster Aks Config V2 (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts withaks_config
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
k3s_config
andrke_config
(list maxitems:1)- annotations Map<String,Object>
(Computed) Annotations for Node Pool object (map)
- ca
Cert String (Computed) K8s cluster ca cert (string)
- cluster
Auth GetEndpoint Cluster Cluster Auth Endpoint (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
- cluster
Monitoring GetInput Cluster Cluster Monitoring Input (Computed) Cluster monitoring config (list maxitems:1)
- cluster
Registration GetToken Cluster Cluster Registration Token (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
- cluster
Template GetAnswers Cluster Cluster Template Answers (Computed) Cluster template answers (list maxitems:1)
- cluster
Template StringId (Computed) Cluster template ID (string)
- cluster
Template List<GetQuestions Cluster Cluster Template Question> (Computed) Cluster template questions (list)
- cluster
Template StringRevision Id (Computed) Cluster template revision ID (string)
- default
Pod StringSecurity Policy Template Id (Optional/Computed) Default pod security policy template id (string)
- default
Project StringId (Computed) Default project ID for the cluster (string)
- description String
(Computed) The description for Cluster (string)
- driver String
(Computed) The driver used for the Cluster.
imported
,azurekubernetesservice
,amazonelasticcontainerservice
,googlekubernetesengine
andrancherKubernetesEngine
are supported (string)- eks
Config GetCluster Eks Config (Computed) The Amazon eks configuration for
eks
Conflicts withaks_config
,aks_config_v2
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- eks
Config GetV2 Cluster Eks Config V2 (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.x or above (list maxitems:1)- enable
Cluster BooleanAlerting - enable
Cluster BooleanMonitoring (Computed) Enable built-in cluster monitoring. Default
false
(bool)- enable
Network BooleanPolicy (Computed) Enable project network isolation. Default
false
(bool)- fleet
Workspace StringName (Computed) Fleet workspace name (string)
- gke
Config GetCluster Gke Config (Computed) The Google gke configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1) (list maxitems:1)- gke
Config GetV2 Cluster Gke Config V2 (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.8 or above (list maxitems:1)- id String
The provider-assigned unique ID for this managed resource.
- k3s
Config GetCluster K3s Config (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andrke_config
(list maxitems:1)- kube
Config String (Computed) Kube Config generated for the cluster (string)
- labels Map<String,Object>
(Computed) Labels for Node Pool object (map)
- name String
- oke
Config GetCluster Oke Config (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1)- rke2Config
Get
Cluster Rke2Config (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- rke
Config GetCluster Rke Config (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andk3s_config
(list maxitems:1)- scheduled
Cluster List<GetScans Cluster Scheduled Cluster Scan> - system
Project StringId (Computed) System project ID for the cluster (string)
- agent
Env string[]Vars (Computed) Optional Agent Env Vars for Rancher agent. Just for Rancher v2.5.6 and above (list)
- aks
Config GetCluster Aks Config (Computed) The Azure aks configuration for
aks
Clusters. Conflicts withaks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- aks
Config GetV2 Cluster Aks Config V2 (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts withaks_config
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
k3s_config
andrke_config
(list maxitems:1)- annotations {[key: string]: any}
(Computed) Annotations for Node Pool object (map)
- ca
Cert string (Computed) K8s cluster ca cert (string)
- cluster
Auth GetEndpoint Cluster Cluster Auth Endpoint (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
- cluster
Monitoring GetInput Cluster Cluster Monitoring Input (Computed) Cluster monitoring config (list maxitems:1)
- cluster
Registration GetToken Cluster Cluster Registration Token (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
- cluster
Template GetAnswers Cluster Cluster Template Answers (Computed) Cluster template answers (list maxitems:1)
- cluster
Template stringId (Computed) Cluster template ID (string)
- cluster
Template GetQuestions Cluster Cluster Template Question[] (Computed) Cluster template questions (list)
- cluster
Template stringRevision Id (Computed) Cluster template revision ID (string)
- default
Pod stringSecurity Policy Template Id (Optional/Computed) Default pod security policy template id (string)
- default
Project stringId (Computed) Default project ID for the cluster (string)
- description string
(Computed) The description for Cluster (string)
- driver string
(Computed) The driver used for the Cluster.
imported
,azurekubernetesservice
,amazonelasticcontainerservice
,googlekubernetesengine
andrancherKubernetesEngine
are supported (string)- eks
Config GetCluster Eks Config (Computed) The Amazon eks configuration for
eks
Conflicts withaks_config
,aks_config_v2
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- eks
Config GetV2 Cluster Eks Config V2 (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.x or above (list maxitems:1)- enable
Cluster booleanAlerting - enable
Cluster booleanMonitoring (Computed) Enable built-in cluster monitoring. Default
false
(bool)- enable
Network booleanPolicy (Computed) Enable project network isolation. Default
false
(bool)- fleet
Workspace stringName (Computed) Fleet workspace name (string)
- gke
Config GetCluster Gke Config (Computed) The Google gke configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1) (list maxitems:1)- gke
Config GetV2 Cluster Gke Config V2 (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.8 or above (list maxitems:1)- id string
The provider-assigned unique ID for this managed resource.
- k3s
Config GetCluster K3s Config (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andrke_config
(list maxitems:1)- kube
Config string (Computed) Kube Config generated for the cluster (string)
- labels {[key: string]: any}
(Computed) Labels for Node Pool object (map)
- name string
- oke
Config GetCluster Oke Config (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1)- rke2Config
Get
Cluster Rke2Config (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- rke
Config GetCluster Rke Config (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andk3s_config
(list maxitems:1)- scheduled
Cluster GetScans Cluster Scheduled Cluster Scan[] - system
Project stringId (Computed) System project ID for the cluster (string)
- agent_
env_ Sequence[str]vars (Computed) Optional Agent Env Vars for Rancher agent. Just for Rancher v2.5.6 and above (list)
- aks_
config GetCluster Aks Config (Computed) The Azure aks configuration for
aks
Clusters. Conflicts withaks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- aks_
config_ Getv2 Cluster Aks Config V2 (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts withaks_config
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
k3s_config
andrke_config
(list maxitems:1)- annotations Mapping[str, Any]
(Computed) Annotations for Node Pool object (map)
- ca_
cert str (Computed) K8s cluster ca cert (string)
- cluster_
auth_ Getendpoint Cluster Cluster Auth Endpoint (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
- cluster_
monitoring_ Getinput Cluster Cluster Monitoring Input (Computed) Cluster monitoring config (list maxitems:1)
- cluster_
registration_ Gettoken Cluster Cluster Registration Token (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
- cluster_
template_ Getanswers Cluster Cluster Template Answers (Computed) Cluster template answers (list maxitems:1)
- cluster_
template_ strid (Computed) Cluster template ID (string)
- cluster_
template_ Sequence[Getquestions Cluster Cluster Template Question] (Computed) Cluster template questions (list)
- cluster_
template_ strrevision_ id (Computed) Cluster template revision ID (string)
- default_
pod_ strsecurity_ policy_ template_ id (Optional/Computed) Default pod security policy template id (string)
- default_
project_ strid (Computed) Default project ID for the cluster (string)
- description str
(Computed) The description for Cluster (string)
- driver str
(Computed) The driver used for the Cluster.
imported
,azurekubernetesservice
,amazonelasticcontainerservice
,googlekubernetesengine
andrancherKubernetesEngine
are supported (string)- eks_
config GetCluster Eks Config (Computed) The Amazon eks configuration for
eks
Conflicts withaks_config
,aks_config_v2
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- eks_
config_ Getv2 Cluster Eks Config V2 (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.x or above (list maxitems:1)- enable_
cluster_ boolalerting - enable_
cluster_ boolmonitoring (Computed) Enable built-in cluster monitoring. Default
false
(bool)- enable_
network_ boolpolicy (Computed) Enable project network isolation. Default
false
(bool)- fleet_
workspace_ strname (Computed) Fleet workspace name (string)
- gke_
config GetCluster Gke Config (Computed) The Google gke configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1) (list maxitems:1)- gke_
config_ Getv2 Cluster Gke Config V2 (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.8 or above (list maxitems:1)- id str
The provider-assigned unique ID for this managed resource.
- k3s_
config GetCluster K3s Config (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andrke_config
(list maxitems:1)- kube_
config str (Computed) Kube Config generated for the cluster (string)
- labels Mapping[str, Any]
(Computed) Labels for Node Pool object (map)
- name str
- oke_
config GetCluster Oke Config (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1)- rke2_
config GetCluster Rke2Config (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- rke_
config GetCluster Rke Config (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andk3s_config
(list maxitems:1)- scheduled_
cluster_ Sequence[Getscans Cluster Scheduled Cluster Scan] - system_
project_ strid (Computed) System project ID for the cluster (string)
- agent
Env List<String>Vars (Computed) Optional Agent Env Vars for Rancher agent. Just for Rancher v2.5.6 and above (list)
- aks
Config Property Map (Computed) The Azure aks configuration for
aks
Clusters. Conflicts withaks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- aks
Config Property MapV2 (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts withaks_config
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
k3s_config
andrke_config
(list maxitems:1)- annotations Map<Any>
(Computed) Annotations for Node Pool object (map)
- ca
Cert String (Computed) K8s cluster ca cert (string)
- cluster
Auth Property MapEndpoint (Computed) Enabling the local cluster authorized endpoint allows direct communication with the cluster, bypassing the Rancher API proxy. (list maxitems:1)
- cluster
Monitoring Property MapInput (Computed) Cluster monitoring config (list maxitems:1)
- cluster
Registration Property MapToken (Computed) Cluster Registration Token generated for the cluster (list maxitems:1)
- cluster
Template Property MapAnswers (Computed) Cluster template answers (list maxitems:1)
- cluster
Template StringId (Computed) Cluster template ID (string)
- cluster
Template List<Property Map>Questions (Computed) Cluster template questions (list)
- cluster
Template StringRevision Id (Computed) Cluster template revision ID (string)
- default
Pod StringSecurity Policy Template Id (Optional/Computed) Default pod security policy template id (string)
- default
Project StringId (Computed) Default project ID for the cluster (string)
- description String
(Computed) The description for Cluster (string)
- driver String
(Computed) The driver used for the Cluster.
imported
,azurekubernetesservice
,amazonelasticcontainerservice
,googlekubernetesengine
andrancherKubernetesEngine
are supported (string)- eks
Config Property Map (Computed) The Amazon eks configuration for
eks
Conflicts withaks_config
,aks_config_v2
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- eks
Config Property MapV2 (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,gke_config_v2
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.x or above (list maxitems:1)- enable
Cluster BooleanAlerting - enable
Cluster BooleanMonitoring (Computed) Enable built-in cluster monitoring. Default
false
(bool)- enable
Network BooleanPolicy (Computed) Enable project network isolation. Default
false
(bool)- fleet
Workspace StringName (Computed) Fleet workspace name (string)
- gke
Config Property Map (Computed) The Google gke configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config_v2
,oke_config
,k3s_config
andrke_config
(list maxitems:1) (list maxitems:1)- gke
Config Property MapV2 (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,oke_config
,k3s_config
andrke_config
. For Rancher v2.5.8 or above (list maxitems:1)- id String
The provider-assigned unique ID for this managed resource.
- k3s
Config Property Map (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andrke_config
(list maxitems:1)- kube
Config String (Computed) Kube Config generated for the cluster (string)
- labels Map<Any>
(Computed) Labels for Node Pool object (map)
- name String
- oke
Config Property Map (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1)- rke2Config Property Map
(Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,gke_config
,oke_config
,k3s_config
andrke_config
(list maxitems:1)- rke
Config Property Map (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config
,aks_config_v2
,eks_config
,eks_config_v2
,gke_config
,gke_config_v2
,oke_config
andk3s_config
(list maxitems:1)- scheduled
Cluster List<Property Map>Scans - system
Project StringId (Computed) System project ID for the cluster (string)
Supporting Types
GetClusterAksConfig
- Agent
Dns stringPrefix - Client
Id string - Client
Secret string - Kubernetes
Version string - Load
Balancer stringSku - Master
Dns stringPrefix - Resource
Group string - Ssh
Public stringKey Contents - Subnet string
- Subscription
Id string - Tag Dictionary<string, object>
Use tags argument instead as []string
- List<string>
- Tenant
Id string - Virtual
Network string - Virtual
Network stringResource Group - Aad
Server stringApp Secret - Aad
Tenant stringId - Add
Client stringApp Id - Add
Server stringApp Id - Admin
Username string - Agent
Os intDisk Size - Agent
Pool stringName - Agent
Storage stringProfile - Agent
Vm stringSize - Auth
Base stringUrl - Base
Url string - Count int
- Dns
Service stringIp - Docker
Bridge stringCidr - Enable
Http boolApplication Routing - Enable
Monitoring bool - Location string
- Log
Analytics stringWorkspace - Log
Analytics stringWorkspace Resource Group - Max
Pods int - Network
Plugin string - Network
Policy string - Pod
Cidr string - Service
Cidr string
- Agent
Dns stringPrefix - Client
Id string - Client
Secret string - Kubernetes
Version string - Load
Balancer stringSku - Master
Dns stringPrefix - Resource
Group string - Ssh
Public stringKey Contents - Subnet string
- Subscription
Id string - Tag map[string]interface{}
Use tags argument instead as []string
- []string
- Tenant
Id string - Virtual
Network string - Virtual
Network stringResource Group - Aad
Server stringApp Secret - Aad
Tenant stringId - Add
Client stringApp Id - Add
Server stringApp Id - Admin
Username string - Agent
Os intDisk Size - Agent
Pool stringName - Agent
Storage stringProfile - Agent
Vm stringSize - Auth
Base stringUrl - Base
Url string - Count int
- Dns
Service stringIp - Docker
Bridge stringCidr - Enable
Http boolApplication Routing - Enable
Monitoring bool - Location string
- Log
Analytics stringWorkspace - Log
Analytics stringWorkspace Resource Group - Max
Pods int - Network
Plugin string - Network
Policy string - Pod
Cidr string - Service
Cidr string
- agent
Dns StringPrefix - client
Id String - client
Secret String - kubernetes
Version String - load
Balancer StringSku - master
Dns StringPrefix - resource
Group String - ssh
Public StringKey Contents - subnet String
- subscription
Id String - tag Map<String,Object>
Use tags argument instead as []string
- List<String>
- tenant
Id String - virtual
Network String - virtual
Network StringResource Group - aad
Server StringApp Secret - aad
Tenant StringId - add
Client StringApp Id - add
Server StringApp Id - admin
Username String - agent
Os IntegerDisk Size - agent
Pool StringName - agent
Storage StringProfile - agent
Vm StringSize - auth
Base StringUrl - base
Url String - count Integer
- dns
Service StringIp - docker
Bridge StringCidr - enable
Http BooleanApplication Routing - enable
Monitoring Boolean - location String
- log
Analytics StringWorkspace - log
Analytics StringWorkspace Resource Group - max
Pods Integer - network
Plugin String - network
Policy String - pod
Cidr String - service
Cidr String
- agent
Dns stringPrefix - client
Id string - client
Secret string - kubernetes
Version string - load
Balancer stringSku - master
Dns stringPrefix - resource
Group string - ssh
Public stringKey Contents - subnet string
- subscription
Id string - tag {[key: string]: any}
Use tags argument instead as []string
- string[]
- tenant
Id string - virtual
Network string - virtual
Network stringResource Group - aad
Server stringApp Secret - aad
Tenant stringId - add
Client stringApp Id - add
Server stringApp Id - admin
Username string - agent
Os numberDisk Size - agent
Pool stringName - agent
Storage stringProfile - agent
Vm stringSize - auth
Base stringUrl - base
Url string - count number
- dns
Service stringIp - docker
Bridge stringCidr - enable
Http booleanApplication Routing - enable
Monitoring boolean - location string
- log
Analytics stringWorkspace - log
Analytics stringWorkspace Resource Group - max
Pods number - network
Plugin string - network
Policy string - pod
Cidr string - service
Cidr string
- agent_
dns_ strprefix - client_
id str - client_
secret str - kubernetes_
version str - load_
balancer_ strsku - master_
dns_ strprefix - resource_
group str - ssh_
public_ strkey_ contents - subnet str
- subscription_
id str - tag Mapping[str, Any]
Use tags argument instead as []string
- Sequence[str]
- tenant_
id str - virtual_
network str - virtual_
network_ strresource_ group - aad_
server_ strapp_ secret - aad_
tenant_ strid - add_
client_ strapp_ id - add_
server_ strapp_ id - admin_
username str - agent_
os_ intdisk_ size - agent_
pool_ strname - agent_
storage_ strprofile - agent_
vm_ strsize - auth_
base_ strurl - base_
url str - count int
- dns_
service_ strip - docker_
bridge_ strcidr - enable_
http_ boolapplication_ routing - enable_
monitoring bool - location str
- log_
analytics_ strworkspace - log_
analytics_ strworkspace_ resource_ group - max_
pods int - network_
plugin str - network_
policy str - pod_
cidr str - service_
cidr str
- agent
Dns StringPrefix - client
Id String - client
Secret String - kubernetes
Version String - load
Balancer StringSku - master
Dns StringPrefix - resource
Group String - ssh
Public StringKey Contents - subnet String
- subscription
Id String - tag Map<Any>
Use tags argument instead as []string
- List<String>
- tenant
Id String - virtual
Network String - virtual
Network StringResource Group - aad
Server StringApp Secret - aad
Tenant StringId - add
Client StringApp Id - add
Server StringApp Id - admin
Username String - agent
Os NumberDisk Size - agent
Pool StringName - agent
Storage StringProfile - agent
Vm StringSize - auth
Base StringUrl - base
Url String - count Number
- dns
Service StringIp - docker
Bridge StringCidr - enable
Http BooleanApplication Routing - enable
Monitoring Boolean - location String
- log
Analytics StringWorkspace - log
Analytics StringWorkspace Resource Group - max
Pods Number - network
Plugin String - network
Policy String - pod
Cidr String - service
Cidr String
GetClusterAksConfigV2
- Cloud
Credential stringId - Http
Application boolRouting - Linux
Admin stringUsername - Linux
Ssh stringPublic Key - Load
Balancer stringSku - Log
Analytics stringWorkspace Group - Log
Analytics stringWorkspace Name - Monitoring bool
- Name string
The name of the Cluster (string)
- Network
Dns stringService Ip - Network
Docker stringBridge Cidr - Network
Pod stringCidr - Network
Policy string - Network
Service stringCidr - Private
Cluster bool - Resource
Group string - Resource
Location string - Subnet string
- Dictionary<string, object>
- Virtual
Network string - Virtual
Network stringResource Group - Auth
Base stringUrl - List<string>
- Base
Url string - Dns
Prefix string - Imported bool
- Kubernetes
Version string - Network
Plugin string - Node
Pools List<GetCluster Aks Config V2Node Pool>
- Cloud
Credential stringId - Http
Application boolRouting - Linux
Admin stringUsername - Linux
Ssh stringPublic Key - Load
Balancer stringSku - Log
Analytics stringWorkspace Group - Log
Analytics stringWorkspace Name - Monitoring bool
- Name string
The name of the Cluster (string)
- Network
Dns stringService Ip - Network
Docker stringBridge Cidr - Network
Pod stringCidr - Network
Policy string - Network
Service stringCidr - Private
Cluster bool - Resource
Group string - Resource
Location string - Subnet string
- map[string]interface{}
- Virtual
Network string - Virtual
Network stringResource Group - Auth
Base stringUrl - []string
- Base
Url string - Dns
Prefix string - Imported bool
- Kubernetes
Version string - Network
Plugin string - Node
Pools []GetCluster Aks Config V2Node Pool
- cloud
Credential StringId - http
Application BooleanRouting - linux
Admin StringUsername - linux
Ssh StringPublic Key - load
Balancer StringSku - log
Analytics StringWorkspace Group - log
Analytics StringWorkspace Name - monitoring Boolean
- name String
The name of the Cluster (string)
- network
Dns StringService Ip - network
Docker StringBridge Cidr - network
Pod StringCidr - network
Policy String - network
Service StringCidr - private
Cluster Boolean - resource
Group String - resource
Location String - subnet String
- Map<String,Object>
- virtual
Network String - virtual
Network StringResource Group - auth
Base StringUrl - List<String>
- base
Url String - dns
Prefix String - imported Boolean
- kubernetes
Version String - network
Plugin String - node
Pools List<GetCluster Aks Config V2Node Pool>
- cloud
Credential stringId - http
Application booleanRouting - linux
Admin stringUsername - linux
Ssh stringPublic Key - load
Balancer stringSku - log
Analytics stringWorkspace Group - log
Analytics stringWorkspace Name - monitoring boolean
- name string
The name of the Cluster (string)
- network
Dns stringService Ip - network
Docker stringBridge Cidr - network
Pod stringCidr - network
Policy string - network
Service stringCidr - private
Cluster boolean - resource
Group string - resource
Location string - subnet string
- {[key: string]: any}
- virtual
Network string - virtual
Network stringResource Group - auth
Base stringUrl - string[]
- base
Url string - dns
Prefix string - imported boolean
- kubernetes
Version string - network
Plugin string - node
Pools GetCluster Aks Config V2Node Pool[]
- cloud_
credential_ strid - http_
application_ boolrouting - linux_
admin_ strusername - linux_
ssh_ strpublic_ key - load_
balancer_ strsku - log_
analytics_ strworkspace_ group - log_
analytics_ strworkspace_ name - monitoring bool
- name str
The name of the Cluster (string)
- network_
dns_ strservice_ ip - network_
docker_ strbridge_ cidr - network_
pod_ strcidr - network_
policy str - network_
service_ strcidr - private_
cluster bool - resource_
group str - resource_
location str - subnet str
- Mapping[str, Any]
- virtual_
network str - virtual_
network_ strresource_ group - auth_
base_ strurl - Sequence[str]
- base_
url str - dns_
prefix str - imported bool
- kubernetes_
version str - network_
plugin str - node_
pools Sequence[GetCluster Aks Config V2Node Pool]
- cloud
Credential StringId - http
Application BooleanRouting - linux
Admin StringUsername - linux
Ssh StringPublic Key - load
Balancer StringSku - log
Analytics StringWorkspace Group - log
Analytics StringWorkspace Name - monitoring Boolean
- name String
The name of the Cluster (string)
- network
Dns StringService Ip - network
Docker StringBridge Cidr - network
Pod StringCidr - network
Policy String - network
Service StringCidr - private
Cluster Boolean - resource
Group String - resource
Location String - subnet String
- Map<Any>
- virtual
Network String - virtual
Network StringResource Group - auth
Base StringUrl - List<String>
- base
Url String - dns
Prefix String - imported Boolean
- kubernetes
Version String - network
Plugin String - node
Pools List<Property Map>
GetClusterAksConfigV2NodePool
- Name string
The name of the Cluster (string)
- Vm
Size string - Availability
Zones List<string> - Count int
- Enable
Auto boolScaling - Max
Count int - Max
Pods int - Min
Count int - Mode string
- Orchestrator
Version string - Os
Disk intSize Gb - Os
Disk stringType - Os
Type string
- Name string
The name of the Cluster (string)
- Vm
Size string - Availability
Zones []string - Count int
- Enable
Auto boolScaling - Max
Count int - Max
Pods int - Min
Count int - Mode string
- Orchestrator
Version string - Os
Disk intSize Gb - Os
Disk stringType - Os
Type string
- name String
The name of the Cluster (string)
- vm
Size String - availability
Zones List<String> - count Integer
- enable
Auto BooleanScaling - max
Count Integer - max
Pods Integer - min
Count Integer - mode String
- orchestrator
Version String - os
Disk IntegerSize Gb - os
Disk StringType - os
Type String
- name string
The name of the Cluster (string)
- vm
Size string - availability
Zones string[] - count number
- enable
Auto booleanScaling - max
Count number - max
Pods number - min
Count number - mode string
- orchestrator
Version string - os
Disk numberSize Gb - os
Disk stringType - os
Type string
- name str
The name of the Cluster (string)
- vm_
size str - availability_
zones Sequence[str] - count int
- enable_
auto_ boolscaling - max_
count int - max_
pods int - min_
count int - mode str
- orchestrator_
version str - os_
disk_ intsize_ gb - os_
disk_ strtype - os_
type str
- name String
The name of the Cluster (string)
- vm
Size String - availability
Zones List<String> - count Number
- enable
Auto BooleanScaling - max
Count Number - max
Pods Number - min
Count Number - mode String
- orchestrator
Version String - os
Disk NumberSize Gb - os
Disk StringType - os
Type String
GetClusterClusterAuthEndpoint
GetClusterClusterMonitoringInput
GetClusterClusterRegistrationToken
- Annotations Dictionary<string, object>
(Computed) Annotations for Node Pool object (map)
- Cluster
Id string - Command string
- Id string
(Computed) The ID of the resource (string)
- Insecure
Command string - Insecure
Node stringCommand - Insecure
Windows stringNode Command - Labels Dictionary<string, object>
(Computed) Labels for Node Pool object (map)
- Manifest
Url string - Name string
The name of the Cluster (string)
- Node
Command string - Token string
- Windows
Node stringCommand
- Annotations map[string]interface{}
(Computed) Annotations for Node Pool object (map)
- Cluster
Id string - Command string
- Id string
(Computed) The ID of the resource (string)
- Insecure
Command string - Insecure
Node stringCommand - Insecure
Windows stringNode Command - Labels map[string]interface{}
(Computed) Labels for Node Pool object (map)
- Manifest
Url string - Name string
The name of the Cluster (string)
- Node
Command string - Token string
- Windows
Node stringCommand
- annotations Map<String,Object>
(Computed) Annotations for Node Pool object (map)
- cluster
Id String - command String
- id String
(Computed) The ID of the resource (string)
- insecure
Command String - insecure
Node StringCommand - insecure
Windows StringNode Command - labels Map<String,Object>
(Computed) Labels for Node Pool object (map)
- manifest
Url String - name String
The name of the Cluster (string)
- node
Command String - token String
- windows
Node StringCommand
- annotations {[key: string]: any}
(Computed) Annotations for Node Pool object (map)
- cluster
Id string - command string
- id string
(Computed) The ID of the resource (string)
- insecure
Command string - insecure
Node stringCommand - insecure
Windows stringNode Command - labels {[key: string]: any}
(Computed) Labels for Node Pool object (map)
- manifest
Url string - name string
The name of the Cluster (string)
- node
Command string - token string
- windows
Node stringCommand
- annotations Mapping[str, Any]
(Computed) Annotations for Node Pool object (map)
- cluster_
id str - command str
- id str
(Computed) The ID of the resource (string)
- insecure_
command str - insecure_
node_ strcommand - insecure_
windows_ strnode_ command - labels Mapping[str, Any]
(Computed) Labels for Node Pool object (map)
- manifest_
url str - name str
The name of the Cluster (string)
- node_
command str - token str
- windows_
node_ strcommand
- annotations Map<Any>
(Computed) Annotations for Node Pool object (map)
- cluster
Id String - command String
- id String
(Computed) The ID of the resource (string)
- insecure
Command String - insecure
Node StringCommand - insecure
Windows StringNode Command - labels Map<Any>
(Computed) Labels for Node Pool object (map)
- manifest
Url String - name String
The name of the Cluster (string)
- node
Command String - token String
- windows
Node StringCommand
GetClusterClusterTemplateAnswers
- cluster_
id str - project_
id str - values Mapping[str, Any]
GetClusterClusterTemplateQuestion
GetClusterEksConfig
- Access
Key string - Kubernetes
Version string - Secret
Key string - User
Data string - Ami string
- Associate
Worker boolNode Public Ip - Desired
Nodes int - Ebs
Encryption bool - Instance
Type string - Key
Pair stringName - Maximum
Nodes int - Minimum
Nodes int - Node
Volume intSize - Region string
- Security
Groups List<string> - Service
Role string - Session
Token string - Subnets List<string>
- Virtual
Network string
- Access
Key string - Kubernetes
Version string - Secret
Key string - User
Data string - Ami string
- Associate
Worker boolNode Public Ip - Desired
Nodes int - Ebs
Encryption bool - Instance
Type string - Key
Pair stringName - Maximum
Nodes int - Minimum
Nodes int - Node
Volume intSize - Region string
- Security
Groups []string - Service
Role string - Session
Token string - Subnets []string
- Virtual
Network string
- access
Key String - kubernetes
Version String - secret
Key String - user
Data String - ami String
- associate
Worker BooleanNode Public Ip - desired
Nodes Integer - ebs
Encryption Boolean - instance
Type String - key
Pair StringName - maximum
Nodes Integer - minimum
Nodes Integer - node
Volume IntegerSize - region String
- security
Groups List<String> - service
Role String - session
Token String - subnets List<String>
- virtual
Network String
- access
Key string - kubernetes
Version string - secret
Key string - user
Data string - ami string
- associate
Worker booleanNode Public Ip - desired
Nodes number - ebs
Encryption boolean - instance
Type string - key
Pair stringName - maximum
Nodes number - minimum
Nodes number - node
Volume numberSize - region string
- security
Groups string[] - service
Role string - session
Token string - subnets string[]
- virtual
Network string
- access_
key str - kubernetes_
version str - secret_
key str - user_
data str - ami str
- associate_
worker_ boolnode_ public_ ip - desired_
nodes int - ebs_
encryption bool - instance_
type str - key_
pair_ strname - maximum_
nodes int - minimum_
nodes int - node_
volume_ intsize - region str
- security_
groups Sequence[str] - service_
role str - session_
token str - subnets Sequence[str]
- virtual_
network str
- access
Key String - kubernetes
Version String - secret
Key String - user
Data String - ami String
- associate
Worker BooleanNode Public Ip - desired
Nodes Number - ebs
Encryption Boolean - instance
Type String - key
Pair StringName - maximum
Nodes Number - minimum
Nodes Number - node
Volume NumberSize - region String
- security
Groups List<String> - service
Role String - session
Token String - subnets List<String>
- virtual
Network String
GetClusterEksConfigV2
- Cloud
Credential stringId - Kubernetes
Version string - Name string
The name of the Cluster (string)
- Node
Groups List<GetCluster Eks Config V2Node Group> - Private
Access bool - Public
Access bool - Public
Access List<string>Sources - Secrets
Encryption bool - Imported bool
- Kms
Key string - Logging
Types List<string> - Region string
- Security
Groups List<string> - Service
Role string - Subnets List<string>
- Dictionary<string, object>
- Cloud
Credential stringId - Kubernetes
Version string - Name string
The name of the Cluster (string)
- Node
Groups []GetCluster Eks Config V2Node Group - Private
Access bool - Public
Access bool - Public
Access []stringSources - Secrets
Encryption bool - Imported bool
- Kms
Key string - Logging
Types []string - Region string
- Security
Groups []string - Service
Role string - Subnets []string
- map[string]interface{}
- cloud
Credential StringId - kubernetes
Version String - name String
The name of the Cluster (string)
- node
Groups List<GetCluster Eks Config V2Node Group> - private
Access Boolean - public
Access Boolean - public
Access List<String>Sources - secrets
Encryption Boolean - imported Boolean
- kms
Key String - logging
Types List<String> - region String
- security
Groups List<String> - service
Role String - subnets List<String>
- Map<String,Object>
- cloud
Credential stringId - kubernetes
Version string - name string
The name of the Cluster (string)
- node
Groups GetCluster Eks Config V2Node Group[] - private
Access boolean - public
Access boolean - public
Access string[]Sources - secrets
Encryption boolean - imported boolean
- kms
Key string - logging
Types string[] - region string
- security
Groups string[] - service
Role string - subnets string[]
- {[key: string]: any}
- cloud_
credential_ strid - kubernetes_
version str - name str
The name of the Cluster (string)
- node_
groups Sequence[GetCluster Eks Config V2Node Group] - private_
access bool - public_
access bool - public_
access_ Sequence[str]sources - secrets_
encryption bool - imported bool
- kms_
key str - logging_
types Sequence[str] - region str
- security_
groups Sequence[str] - service_
role str - subnets Sequence[str]
- Mapping[str, Any]
- cloud
Credential StringId - kubernetes
Version String - name String
The name of the Cluster (string)
- node
Groups List<Property Map> - private
Access Boolean - public
Access Boolean - public
Access List<String>Sources - secrets
Encryption Boolean - imported Boolean
- kms
Key String - logging
Types List<String> - region String
- security
Groups List<String> - service
Role String - subnets List<String>
- Map<Any>
GetClusterEksConfigV2NodeGroup
- Name string
The name of the Cluster (string)
- Subnets List<string>
- User
Data string - Version string
- Desired
Size int - Disk
Size int - Ec2Ssh
Key string - Gpu bool
- Image
Id string - Instance
Type string - Labels Dictionary<string, object>
(Computed) Labels for Node Pool object (map)
- Launch
Templates List<GetCluster Eks Config V2Node Group Launch Template> - Max
Size int - Min
Size int - Request
Spot boolInstances - Dictionary<string, object>
- Spot
Instance List<string>Types - Dictionary<string, object>
- Name string
The name of the Cluster (string)
- Subnets []string
- User
Data string - Version string
- Desired
Size int - Disk
Size int - Ec2Ssh
Key string - Gpu bool
- Image
Id string - Instance
Type string - Labels map[string]interface{}
(Computed) Labels for Node Pool object (map)
- Launch
Templates []GetCluster Eks Config V2Node Group Launch Template - Max
Size int - Min
Size int - Request
Spot boolInstances - map[string]interface{}
- Spot
Instance []stringTypes - map[string]interface{}
- name String
The name of the Cluster (string)
- subnets List<String>
- user
Data String - version String
- desired
Size Integer - disk
Size Integer - ec2Ssh
Key String - gpu Boolean
- image
Id String - instance
Type String - labels Map<String,Object>
(Computed) Labels for Node Pool object (map)
- launch
Templates List<GetCluster Eks Config V2Node Group Launch Template> - max
Size Integer - min
Size Integer - request
Spot BooleanInstances - Map<String,Object>
- spot
Instance List<String>Types - Map<String,Object>
- name string
The name of the Cluster (string)
- subnets string[]
- user
Data string - version string
- desired
Size number - disk
Size number - ec2Ssh
Key string - gpu boolean
- image
Id string - instance
Type string - labels {[key: string]: any}
(Computed) Labels for Node Pool object (map)
- launch
Templates GetCluster Eks Config V2Node Group Launch Template[] - max
Size number - min
Size number - request
Spot booleanInstances - {[key: string]: any}
- spot
Instance string[]Types - {[key: string]: any}
- name str
The name of the Cluster (string)
- subnets Sequence[str]
- user_
data str - version str
- desired_
size int - disk_
size int - ec2_
ssh_ strkey - gpu bool
- image_
id str - instance_
type str - labels Mapping[str, Any]
(Computed) Labels for Node Pool object (map)
- launch_
templates Sequence[GetCluster Eks Config V2Node Group Launch Template] - max_
size int - min_
size int - request_
spot_ boolinstances - Mapping[str, Any]
- spot_
instance_ Sequence[str]types - Mapping[str, Any]
- name String
The name of the Cluster (string)
- subnets List<String>
- user
Data String - version String
- desired
Size Number - disk
Size Number - ec2Ssh
Key String - gpu Boolean
- image
Id String - instance
Type String - labels Map<Any>
(Computed) Labels for Node Pool object (map)
- launch
Templates List<Property Map> - max
Size Number - min
Size Number - request
Spot BooleanInstances - Map<Any>
- spot
Instance List<String>Types - Map<Any>
GetClusterEksConfigV2NodeGroupLaunchTemplate
GetClusterGkeConfig
- Cluster
Ipv4Cidr string - Credential string
- Disk
Type string - Image
Type string - Ip
Policy stringCluster Ipv4Cidr Block - Ip
Policy stringCluster Secondary Range Name - Ip
Policy stringNode Ipv4Cidr Block - Ip
Policy stringServices Ipv4Cidr Block - Ip
Policy stringServices Secondary Range Name - Ip
Policy stringSubnetwork Name - Labels Dictionary<string, object>
(Computed) Labels for Node Pool object (map)
- Locations List<string>
- Machine
Type string - Maintenance
Window string - Master
Ipv4Cidr stringBlock - Master
Version string - Network string
- Node
Pool string - Node
Version string - Oauth
Scopes List<string> - Project
Id string - Resource
Labels Dictionary<string, object> - Service
Account string - Sub
Network string - Description string
(Computed) The description for Cluster (string)
- Disk
Size intGb - Enable
Alpha boolFeature - Enable
Auto boolRepair - Enable
Auto boolUpgrade - Enable
Horizontal boolPod Autoscaling - Enable
Http boolLoad Balancing - Enable
Kubernetes boolDashboard - Enable
Legacy boolAbac - bool
- Enable
Network boolPolicy Config - Enable
Nodepool boolAutoscaling - Enable
Private boolEndpoint - Enable
Private boolNodes - Enable
Stackdriver boolLogging - Enable
Stackdriver boolMonitoring - Ip
Policy boolCreate Subnetwork - Issue
Client boolCertificate - Kubernetes
Dashboard bool - Local
Ssd intCount - List<string>
- Max
Node intCount - Min
Node intCount - Node
Count int - Preemptible bool
- Region string
- Taints List<string>
- Use
Ip boolAliases - Zone string
- Cluster
Ipv4Cidr string - Credential string
- Disk
Type string - Image
Type string - Ip
Policy stringCluster Ipv4Cidr Block - Ip
Policy stringCluster Secondary Range Name - Ip
Policy stringNode Ipv4Cidr Block - Ip
Policy stringServices Ipv4Cidr Block - Ip
Policy stringServices Secondary Range Name - Ip
Policy stringSubnetwork Name - Labels map[string]interface{}
(Computed) Labels for Node Pool object (map)
- Locations []string
- Machine
Type string - Maintenance
Window string - Master
Ipv4Cidr stringBlock - Master
Version string - Network string
- Node
Pool string - Node
Version string - Oauth
Scopes []string - Project
Id string - Resource
Labels map[string]interface{} - Service
Account string - Sub
Network string - Description string
(Computed) The description for Cluster (string)
- Disk
Size intGb - Enable
Alpha boolFeature - Enable
Auto boolRepair - Enable
Auto boolUpgrade - Enable
Horizontal boolPod Autoscaling - Enable
Http boolLoad Balancing - Enable
Kubernetes boolDashboard - Enable
Legacy boolAbac - bool
- Enable
Network boolPolicy Config - Enable
Nodepool boolAutoscaling - Enable
Private boolEndpoint - Enable
Private boolNodes - Enable
Stackdriver boolLogging - Enable
Stackdriver boolMonitoring - Ip
Policy boolCreate Subnetwork - Issue
Client boolCertificate - Kubernetes
Dashboard bool - Local
Ssd intCount - []string
- Max
Node intCount - Min
Node intCount - Node
Count int - Preemptible bool
- Region string
- Taints []string
- Use
Ip boolAliases - Zone string
- cluster
Ipv4Cidr String - credential String
- disk
Type String - image
Type String - ip
Policy StringCluster Ipv4Cidr Block - ip
Policy StringCluster Secondary Range Name - ip
Policy StringNode Ipv4Cidr Block - ip
Policy StringServices Ipv4Cidr Block - ip
Policy StringServices Secondary Range Name - ip
Policy StringSubnetwork Name - labels Map<String,Object>
(Computed) Labels for Node Pool object (map)
- locations List<String>
- machine
Type String - maintenance
Window String - master
Ipv4Cidr StringBlock - master
Version String - network String
- node
Pool String - node
Version String - oauth
Scopes List<String> - project
Id String - resource
Labels Map<String,Object> - service
Account String - sub
Network String - description String
(Computed) The description for Cluster (string)
- disk
Size IntegerGb - enable
Alpha BooleanFeature - enable
Auto BooleanRepair - enable
Auto BooleanUpgrade - enable
Horizontal BooleanPod Autoscaling - enable
Http BooleanLoad Balancing - enable
Kubernetes BooleanDashboard - enable
Legacy BooleanAbac - Boolean
- enable
Network BooleanPolicy Config - enable
Nodepool BooleanAutoscaling - enable
Private BooleanEndpoint - enable
Private BooleanNodes - enable
Stackdriver BooleanLogging - enable
Stackdriver BooleanMonitoring - ip
Policy BooleanCreate Subnetwork - issue
Client BooleanCertificate - kubernetes
Dashboard Boolean - local
Ssd IntegerCount - List<String>
- max
Node IntegerCount - min
Node IntegerCount - node
Count Integer - preemptible Boolean
- region String
- taints List<String>
- use
Ip BooleanAliases - zone String
- cluster
Ipv4Cidr string - credential string
- disk
Type string - image
Type string - ip
Policy stringCluster Ipv4Cidr Block - ip
Policy stringCluster Secondary Range Name - ip
Policy stringNode Ipv4Cidr Block - ip
Policy stringServices Ipv4Cidr Block - ip
Policy stringServices Secondary Range Name - ip
Policy stringSubnetwork Name - labels {[key: string]: any}
(Computed) Labels for Node Pool object (map)
- locations string[]
- machine
Type string - maintenance
Window string - master
Ipv4Cidr stringBlock - master
Version string - network string
- node
Pool string - node
Version string - oauth
Scopes string[] - project
Id string - resource
Labels {[key: string]: any} - service
Account string - sub
Network string - description string
(Computed) The description for Cluster (string)
- disk
Size numberGb - enable
Alpha booleanFeature - enable
Auto booleanRepair - enable
Auto booleanUpgrade - enable
Horizontal booleanPod Autoscaling - enable
Http booleanLoad Balancing - enable
Kubernetes booleanDashboard - enable
Legacy booleanAbac - boolean
- enable
Network booleanPolicy Config - enable
Nodepool booleanAutoscaling - enable
Private booleanEndpoint - enable
Private booleanNodes - enable
Stackdriver booleanLogging - enable
Stackdriver booleanMonitoring - ip
Policy booleanCreate Subnetwork - issue
Client booleanCertificate - kubernetes
Dashboard boolean - local
Ssd numberCount - string[]
- max
Node numberCount - min
Node numberCount - node
Count number - preemptible boolean
- region string
- taints string[]
- use
Ip booleanAliases - zone string
- cluster_
ipv4_ strcidr - credential str
- disk_
type str - image_
type str - ip_
policy_ strcluster_ ipv4_ cidr_ block - ip_
policy_ strcluster_ secondary_ range_ name - ip_
policy_ strnode_ ipv4_ cidr_ block - ip_
policy_ strservices_ ipv4_ cidr_ block - ip_
policy_ strservices_ secondary_ range_ name - ip_
policy_ strsubnetwork_ name - labels Mapping[str, Any]
(Computed) Labels for Node Pool object (map)
- locations Sequence[str]
- machine_
type str - maintenance_
window str - master_
ipv4_ strcidr_ block - master_
version str - network str
- node_
pool str - node_
version str - oauth_
scopes Sequence[str] - project_
id str - resource_
labels Mapping[str, Any] - service_
account str - sub_
network str - description str
(Computed) The description for Cluster (string)
- disk_
size_ intgb - enable_
alpha_ boolfeature - enable_
auto_ boolrepair - enable_
auto_ boolupgrade - enable_
horizontal_ boolpod_ autoscaling - enable_
http_ boolload_ balancing - enable_
kubernetes_ booldashboard - enable_
legacy_ boolabac - bool
- enable_
network_ boolpolicy_ config - enable_
nodepool_ boolautoscaling - enable_
private_ boolendpoint - enable_
private_ boolnodes - enable_
stackdriver_ boollogging - enable_
stackdriver_ boolmonitoring - ip_
policy_ boolcreate_ subnetwork - issue_
client_ boolcertificate - kubernetes_
dashboard bool - local_
ssd_ intcount - Sequence[str]
- max_
node_ intcount - min_
node_ intcount - node_
count int - preemptible bool
- region str
- taints Sequence[str]
- use_
ip_ boolaliases - zone str
- cluster
Ipv4Cidr String - credential String
- disk
Type String - image
Type String - ip
Policy StringCluster Ipv4Cidr Block - ip
Policy StringCluster Secondary Range Name - ip
Policy StringNode Ipv4Cidr Block - ip
Policy StringServices Ipv4Cidr Block - ip
Policy StringServices Secondary Range Name - ip
Policy StringSubnetwork Name - labels Map<Any>
(Computed) Labels for Node Pool object (map)
- locations List<String>
- machine
Type String - maintenance
Window String - master
Ipv4Cidr StringBlock - master
Version String - network String
- node
Pool String - node
Version String - oauth
Scopes List<String> - project
Id String - resource
Labels Map<Any> - service
Account String - sub
Network String - description String
(Computed) The description for Cluster (string)
- disk
Size NumberGb - enable
Alpha BooleanFeature - enable
Auto BooleanRepair - enable
Auto BooleanUpgrade - enable
Horizontal BooleanPod Autoscaling - enable
Http BooleanLoad Balancing - enable
Kubernetes BooleanDashboard - enable
Legacy BooleanAbac - Boolean
- enable
Network BooleanPolicy Config - enable
Nodepool BooleanAutoscaling - enable
Private BooleanEndpoint - enable
Private BooleanNodes - enable
Stackdriver BooleanLogging - enable
Stackdriver BooleanMonitoring - ip
Policy BooleanCreate Subnetwork - issue
Client BooleanCertificate - kubernetes
Dashboard Boolean - local
Ssd NumberCount - List<String>
- max
Node NumberCount - min
Node NumberCount - node
Count Number - preemptible Boolean
- region String
- taints List<String>
- use
Ip BooleanAliases - zone String
GetClusterGkeConfigV2
- Cluster
Addons GetCluster Gke Config V2Cluster Addons - Cluster
Ipv4Cidr stringBlock - Description string
(Computed) The description for Cluster (string)
- Enable
Kubernetes boolAlpha - Google
Credential stringSecret - Ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - Kubernetes
Version string - Labels Dictionary<string, object>
(Computed) Labels for Node Pool object (map)
- Locations List<string>
- Logging
Service string - Maintenance
Window string - Get
Cluster Gke Config V2Master Authorized Networks Config - Monitoring
Service string - Name string
The name of the Cluster (string)
- Network string
- Network
Policy boolEnabled - Node
Pools List<GetCluster Gke Config V2Node Pool> - Private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - Project
Id string - Region string
- Subnetwork string
- Zone string
- Imported bool
- Cluster
Addons GetCluster Gke Config V2Cluster Addons - Cluster
Ipv4Cidr stringBlock - Description string
(Computed) The description for Cluster (string)
- Enable
Kubernetes boolAlpha - Google
Credential stringSecret - Ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - Kubernetes
Version string - Labels map[string]interface{}
(Computed) Labels for Node Pool object (map)
- Locations []string
- Logging
Service string - Maintenance
Window string - Get
Cluster Gke Config V2Master Authorized Networks Config - Monitoring
Service string - Name string
The name of the Cluster (string)
- Network string
- Network
Policy boolEnabled - Node
Pools []GetCluster Gke Config V2Node Pool - Private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - Project
Id string - Region string
- Subnetwork string
- Zone string
- Imported bool
- cluster
Addons GetCluster Gke Config V2Cluster Addons - cluster
Ipv4Cidr StringBlock - description String
(Computed) The description for Cluster (string)
- enable
Kubernetes BooleanAlpha - google
Credential StringSecret - ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - kubernetes
Version String - labels Map<String,Object>
(Computed) Labels for Node Pool object (map)
- locations List<String>
- logging
Service String - maintenance
Window String - Get
Cluster Gke Config V2Master Authorized Networks Config - monitoring
Service String - name String
The name of the Cluster (string)
- network String
- network
Policy BooleanEnabled - node
Pools List<GetCluster Gke Config V2Node Pool> - private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - project
Id String - region String
- subnetwork String
- zone String
- imported Boolean
- cluster
Addons GetCluster Gke Config V2Cluster Addons - cluster
Ipv4Cidr stringBlock - description string
(Computed) The description for Cluster (string)
- enable
Kubernetes booleanAlpha - google
Credential stringSecret - ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - kubernetes
Version string - labels {[key: string]: any}
(Computed) Labels for Node Pool object (map)
- locations string[]
- logging
Service string - maintenance
Window string - Get
Cluster Gke Config V2Master Authorized Networks Config - monitoring
Service string - name string
The name of the Cluster (string)
- network string
- network
Policy booleanEnabled - node
Pools GetCluster Gke Config V2Node Pool[] - private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - project
Id string - region string
- subnetwork string
- zone string
- imported boolean
- cluster_
addons GetCluster Gke Config V2Cluster Addons - cluster_
ipv4_ strcidr_ block - description str
(Computed) The description for Cluster (string)
- enable_
kubernetes_ boolalpha - google_
credential_ strsecret - ip_
allocation_ Getpolicy Cluster Gke Config V2Ip Allocation Policy - kubernetes_
version str - labels Mapping[str, Any]
(Computed) Labels for Node Pool object (map)
- locations Sequence[str]
- logging_
service str - maintenance_
window str - Get
Cluster Gke Config V2Master Authorized Networks Config - monitoring_
service str - name str
The name of the Cluster (string)
- network str
- network_
policy_ boolenabled - node_
pools Sequence[GetCluster Gke Config V2Node Pool] - private_
cluster_ Getconfig Cluster Gke Config V2Private Cluster Config - project_
id str - region str
- subnetwork str
- zone str
- imported bool
- cluster
Addons Property Map - cluster
Ipv4Cidr StringBlock - description String
(Computed) The description for Cluster (string)
- enable
Kubernetes BooleanAlpha - google
Credential StringSecret - ip
Allocation Property MapPolicy - kubernetes
Version String - labels Map<Any>
(Computed) Labels for Node Pool object (map)
- locations List<String>
- logging
Service String - maintenance
Window String - Property Map
- monitoring
Service String - name String
The name of the Cluster (string)
- network String
- network
Policy BooleanEnabled - node
Pools List<Property Map> - private
Cluster Property MapConfig - project
Id String - region String
- subnetwork String
- zone String
- imported Boolean
GetClusterGkeConfigV2ClusterAddons
- Horizontal
Pod boolAutoscaling - Http
Load boolBalancing - Network
Policy boolConfig
- Horizontal
Pod boolAutoscaling - Http
Load boolBalancing - Network
Policy boolConfig
- horizontal
Pod BooleanAutoscaling - http
Load BooleanBalancing - network
Policy BooleanConfig
- horizontal
Pod booleanAutoscaling - http
Load booleanBalancing - network
Policy booleanConfig
- horizontal
Pod BooleanAutoscaling - http
Load BooleanBalancing - network
Policy BooleanConfig
GetClusterGkeConfigV2IpAllocationPolicy
- Cluster
Ipv4Cidr stringBlock - Cluster
Secondary stringRange Name - Create
Subnetwork bool - Node
Ipv4Cidr stringBlock - Services
Ipv4Cidr stringBlock - Services
Secondary stringRange Name - Subnetwork
Name string - Use
Ip boolAliases
- Cluster
Ipv4Cidr stringBlock - Cluster
Secondary stringRange Name - Create
Subnetwork bool - Node
Ipv4Cidr stringBlock - Services
Ipv4Cidr stringBlock - Services
Secondary stringRange Name - Subnetwork
Name string - Use
Ip boolAliases
- cluster
Ipv4Cidr StringBlock - cluster
Secondary StringRange Name - create
Subnetwork Boolean - node
Ipv4Cidr StringBlock - services
Ipv4Cidr StringBlock - services
Secondary StringRange Name - subnetwork
Name String - use
Ip BooleanAliases
- cluster
Ipv4Cidr stringBlock - cluster
Secondary stringRange Name - create
Subnetwork boolean - node
Ipv4Cidr stringBlock - services
Ipv4Cidr stringBlock - services
Secondary stringRange Name - subnetwork
Name string - use
Ip booleanAliases
- cluster
Ipv4Cidr StringBlock - cluster
Secondary StringRange Name - create
Subnetwork Boolean - node
Ipv4Cidr StringBlock - services
Ipv4Cidr StringBlock - services
Secondary StringRange Name - subnetwork
Name String - use
Ip BooleanAliases
GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
- cidr
Blocks List<Property Map> - enabled Boolean
GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock
- Cidr
Block string - Display
Name string
- Cidr
Block string - Display
Name string
- cidr
Block String - display
Name String
- cidr
Block string - display
Name string
- cidr_
block str - display_
name str
- cidr
Block String - display
Name String
GetClusterGkeConfigV2NodePool
- Autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - Config
Get
Cluster Gke Config V2Node Pool Config - Initial
Node intCount - Management
Get
Cluster Gke Config V2Node Pool Management - Max
Pods intConstraint - Name string
The name of the Cluster (string)
- Version string
- Autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - Config
Get
Cluster Gke Config V2Node Pool Config - Initial
Node intCount - Management
Get
Cluster Gke Config V2Node Pool Management - Max
Pods intConstraint - Name string
The name of the Cluster (string)
- Version string
- autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - config
Get
Cluster Gke Config V2Node Pool Config - initial
Node IntegerCount - management
Get
Cluster Gke Config V2Node Pool Management - max
Pods IntegerConstraint - name String
The name of the Cluster (string)
- version String
- autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - config
Get
Cluster Gke Config V2Node Pool Config - initial
Node numberCount - management
Get
Cluster Gke Config V2Node Pool Management - max
Pods numberConstraint - name string
The name of the Cluster (string)
- version string
- autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - config
Get
Cluster Gke Config V2Node Pool Config - initial_
node_ intcount - management
Get
Cluster Gke Config V2Node Pool Management - max_
pods_ intconstraint - name str
The name of the Cluster (string)
- version str
- autoscaling Property Map
- config Property Map
- initial
Node NumberCount - management Property Map
- max
Pods NumberConstraint - name String
The name of the Cluster (string)
- version String
GetClusterGkeConfigV2NodePoolAutoscaling
- Max
Node intCount - Min
Node intCount - Enabled bool
- Max
Node intCount - Min
Node intCount - Enabled bool
- max
Node IntegerCount - min
Node IntegerCount - enabled Boolean
- max
Node numberCount - min
Node numberCount - enabled boolean
- max_
node_ intcount - min_
node_ intcount - enabled bool
- max
Node NumberCount - min
Node NumberCount - enabled Boolean
GetClusterGkeConfigV2NodePoolConfig
- Labels Dictionary<string, object>
(Computed) Labels for Node Pool object (map)
- Oauth
Scopes List<string> - List<string>
- Disk
Size intGb - Disk
Type string - Image
Type string - Local
Ssd intCount - Machine
Type string - Preemptible bool
- Taints
List<Get
Cluster Gke Config V2Node Pool Config Taint>
- Labels map[string]interface{}
(Computed) Labels for Node Pool object (map)
- Oauth
Scopes []string - []string
- Disk
Size intGb - Disk
Type string - Image
Type string - Local
Ssd intCount - Machine
Type string - Preemptible bool
- Taints
[]Get
Cluster Gke Config V2Node Pool Config Taint
- labels Map<String,Object>
(Computed) Labels for Node Pool object (map)
- oauth
Scopes List<String> - List<String>
- disk
Size IntegerGb - disk
Type String - image
Type String - local
Ssd IntegerCount - machine
Type String - preemptible Boolean
- taints
List<Get
Cluster Gke Config V2Node Pool Config Taint>
- labels {[key: string]: any}
(Computed) Labels for Node Pool object (map)
- oauth
Scopes string[] - string[]
- disk
Size numberGb - disk
Type string - image
Type string - local
Ssd numberCount - machine
Type string - preemptible boolean
- taints
Get
Cluster Gke Config V2Node Pool Config Taint[]
- labels Mapping[str, Any]
(Computed) Labels for Node Pool object (map)
- oauth_
scopes Sequence[str] - Sequence[str]
- disk_
size_ intgb - disk_
type str - image_
type str - local_
ssd_ intcount - machine_
type str - preemptible bool
- taints
Sequence[Get
Cluster Gke Config V2Node Pool Config Taint]
- labels Map<Any>
(Computed) Labels for Node Pool object (map)
- oauth
Scopes List<String> - List<String>
- disk
Size NumberGb - disk
Type String - image
Type String - local
Ssd NumberCount - machine
Type String - preemptible Boolean
- taints List<Property Map>
GetClusterGkeConfigV2NodePoolConfigTaint
GetClusterGkeConfigV2NodePoolManagement
- Auto
Repair bool - Auto
Upgrade bool
- Auto
Repair bool - Auto
Upgrade bool
- auto
Repair Boolean - auto
Upgrade Boolean
- auto
Repair boolean - auto
Upgrade boolean
- auto_
repair bool - auto_
upgrade bool
- auto
Repair Boolean - auto
Upgrade Boolean
GetClusterGkeConfigV2PrivateClusterConfig
- Master
Ipv4Cidr stringBlock - Enable
Private boolEndpoint - Enable
Private boolNodes
- Master
Ipv4Cidr stringBlock - Enable
Private boolEndpoint - Enable
Private boolNodes
- master
Ipv4Cidr StringBlock - enable
Private BooleanEndpoint - enable
Private BooleanNodes
- master
Ipv4Cidr stringBlock - enable
Private booleanEndpoint - enable
Private booleanNodes
- master
Ipv4Cidr StringBlock - enable
Private BooleanEndpoint - enable
Private BooleanNodes
GetClusterK3sConfig
GetClusterK3sConfigUpgradeStrategy
- Drain
Server boolNodes - Drain
Worker boolNodes - Server
Concurrency int - Worker
Concurrency int
- Drain
Server boolNodes - Drain
Worker boolNodes - Server
Concurrency int - Worker
Concurrency int
- drain
Server BooleanNodes - drain
Worker BooleanNodes - server
Concurrency Integer - worker
Concurrency Integer
- drain
Server booleanNodes - drain
Worker booleanNodes - server
Concurrency number - worker
Concurrency number
- drain_
server_ boolnodes - drain_
worker_ boolnodes - server_
concurrency int - worker_
concurrency int
- drain
Server BooleanNodes - drain
Worker BooleanNodes - server
Concurrency Number - worker
Concurrency Number
GetClusterOkeConfig
- Compartment
Id string - Fingerprint string
- Kubernetes
Version string - Node
Image string - Node
Shape string - Private
Key stringContents - Region string
- Tenancy
Id string - User
Ocid string - Custom
Boot intVolume Size - Description string
(Computed) The description for Cluster (string)
- Enable
Kubernetes boolDashboard - Enable
Private boolControl Plane - Enable
Private boolNodes - Flex
Ocpus int - Kms
Key stringId - Limit
Node intCount - Load
Balancer stringSubnet Name1 - Load
Balancer stringSubnet Name2 - Node
Pool stringDns Domain Name - Node
Pool stringSubnet Name - Node
Public stringKey Contents - Pod
Cidr string - Private
Key stringPassphrase - Quantity
Of intNode Subnets - Quantity
Per intSubnet - Service
Cidr string - Service
Dns stringDomain Name - Skip
Vcn boolDelete - Vcn
Compartment stringId - Vcn
Name string - Worker
Node stringIngress Cidr
- Compartment
Id string - Fingerprint string
- Kubernetes
Version string - Node
Image string - Node
Shape string - Private
Key stringContents - Region string
- Tenancy
Id string - User
Ocid string - Custom
Boot intVolume Size - Description string
(Computed) The description for Cluster (string)
- Enable
Kubernetes boolDashboard - Enable
Private boolControl Plane - Enable
Private boolNodes - Flex
Ocpus int - Kms
Key stringId - Limit
Node intCount - Load
Balancer stringSubnet Name1 - Load
Balancer stringSubnet Name2 - Node
Pool stringDns Domain Name - Node
Pool stringSubnet Name - Node
Public stringKey Contents - Pod
Cidr string - Private
Key stringPassphrase - Quantity
Of intNode Subnets - Quantity
Per intSubnet - Service
Cidr string - Service
Dns stringDomain Name - Skip
Vcn boolDelete - Vcn
Compartment stringId - Vcn
Name string - Worker
Node stringIngress Cidr
- compartment
Id String - fingerprint String
- kubernetes
Version String - node
Image String - node
Shape String - private
Key StringContents - region String
- tenancy
Id String - user
Ocid String - custom
Boot IntegerVolume Size - description String
(Computed) The description for Cluster (string)
- enable
Kubernetes BooleanDashboard - enable
Private BooleanControl Plane - enable
Private BooleanNodes - flex
Ocpus Integer - kms
Key StringId - limit
Node IntegerCount - load
Balancer StringSubnet Name1 - load
Balancer StringSubnet Name2 - node
Pool StringDns Domain Name - node
Pool StringSubnet Name - node
Public StringKey Contents - pod
Cidr String - private
Key StringPassphrase - quantity
Of IntegerNode Subnets - quantity
Per IntegerSubnet - service
Cidr String - service
Dns StringDomain Name - skip
Vcn BooleanDelete - vcn
Compartment StringId - vcn
Name String - worker
Node StringIngress Cidr
- compartment
Id string - fingerprint string
- kubernetes
Version string - node
Image string - node
Shape string - private
Key stringContents - region string
- tenancy
Id string - user
Ocid string - custom
Boot numberVolume Size - description string
(Computed) The description for Cluster (string)
- enable
Kubernetes booleanDashboard - enable
Private booleanControl Plane - enable
Private booleanNodes - flex
Ocpus number - kms
Key stringId - limit
Node numberCount - load
Balancer stringSubnet Name1 - load
Balancer stringSubnet Name2 - node
Pool stringDns Domain Name - node
Pool stringSubnet Name - node
Public stringKey Contents - pod
Cidr string - private
Key stringPassphrase - quantity
Of numberNode Subnets - quantity
Per numberSubnet - service
Cidr string - service
Dns stringDomain Name - skip
Vcn booleanDelete - vcn
Compartment stringId - vcn
Name string - worker
Node stringIngress Cidr
- compartment_
id str - fingerprint str
- kubernetes_
version str - node_
image str - node_
shape str - private_
key_ strcontents - region str
- tenancy_
id str - user_
ocid str - custom_
boot_ intvolume_ size - description str
(Computed) The description for Cluster (string)
- enable_
kubernetes_ booldashboard - enable_
private_ boolcontrol_ plane - enable_
private_ boolnodes - flex_
ocpus int - kms_
key_ strid - limit_
node_ intcount - load_
balancer_ strsubnet_ name1 - load_
balancer_ strsubnet_ name2 - node_
pool_ strdns_ domain_ name - node_
pool_ strsubnet_ name - node_
public_ strkey_ contents - pod_
cidr str - private_
key_ strpassphrase - quantity_
of_ intnode_ subnets - quantity_
per_ intsubnet - service_
cidr str - service_
dns_ strdomain_ name - skip_
vcn_ booldelete - vcn_
compartment_ strid - vcn_
name str - worker_
node_ stringress_ cidr
- compartment
Id String - fingerprint String
- kubernetes
Version String - node
Image String - node
Shape String - private
Key StringContents - region String
- tenancy
Id String - user
Ocid String - custom
Boot NumberVolume Size - description String
(Computed) The description for Cluster (string)
- enable
Kubernetes BooleanDashboard - enable
Private BooleanControl Plane - enable
Private BooleanNodes - flex
Ocpus Number - kms
Key StringId - limit
Node NumberCount - load
Balancer StringSubnet Name1 - load
Balancer StringSubnet Name2 - node
Pool StringDns Domain Name - node
Pool StringSubnet Name - node
Public StringKey Contents - pod
Cidr String - private
Key StringPassphrase - quantity
Of NumberNode Subnets - quantity
Per NumberSubnet - service
Cidr String - service
Dns StringDomain Name - skip
Vcn BooleanDelete - vcn
Compartment StringId - vcn
Name String - worker
Node StringIngress Cidr
GetClusterRke2Config
GetClusterRke2ConfigUpgradeStrategy
- Drain
Server boolNodes - Drain
Worker boolNodes - Server
Concurrency int - Worker
Concurrency int
- Drain
Server boolNodes - Drain
Worker boolNodes - Server
Concurrency int - Worker
Concurrency int
- drain
Server BooleanNodes - drain
Worker BooleanNodes - server
Concurrency Integer - worker
Concurrency Integer
- drain
Server booleanNodes - drain
Worker booleanNodes - server
Concurrency number - worker
Concurrency number
- drain_
server_ boolnodes - drain_
worker_ boolnodes - server_
concurrency int - worker_
concurrency int
- drain
Server BooleanNodes - drain
Worker BooleanNodes - server
Concurrency Number - worker
Concurrency Number
GetClusterRkeConfig
- Addon
Job intTimeout - Authentication
Get
Cluster Rke Config Authentication - Get
Cluster Rke Config Authorization - Bastion
Host GetCluster Rke Config Bastion Host - Cloud
Provider GetCluster Rke Config Cloud Provider - Dns
Get
Cluster Rke Config Dns - Ingress
Get
Cluster Rke Config Ingress - Kubernetes
Version string - Monitoring
Get
Cluster Rke Config Monitoring - Network
Get
Cluster Rke Config Network - Prefix
Path string - Services
Get
Cluster Rke Config Services - Ssh
Cert stringPath - Ssh
Key stringPath - Upgrade
Strategy GetCluster Rke Config Upgrade Strategy - Win
Prefix stringPath - Addons string
- Addons
Includes List<string> - Enable
Cri boolDockerd - Ignore
Docker boolVersion - Nodes
List<Get
Cluster Rke Config Node> - Private
Registries List<GetCluster Rke Config Private Registry> - Ssh
Agent boolAuth
- Addon
Job intTimeout - Authentication
Get
Cluster Rke Config Authentication - Get
Cluster Rke Config Authorization - Bastion
Host GetCluster Rke Config Bastion Host - Cloud
Provider GetCluster Rke Config Cloud Provider - Dns
Get
Cluster Rke Config Dns - Ingress
Get
Cluster Rke Config Ingress - Kubernetes
Version string - Monitoring
Get
Cluster Rke Config Monitoring - Network
Get
Cluster Rke Config Network - Prefix
Path string - Services
Get
Cluster Rke Config Services - Ssh
Cert stringPath - Ssh
Key stringPath - Upgrade
Strategy GetCluster Rke Config Upgrade Strategy - Win
Prefix stringPath - Addons string
- Addons
Includes []string - Enable
Cri boolDockerd - Ignore
Docker boolVersion - Nodes
[]Get
Cluster Rke Config Node - Private
Registries []GetCluster Rke Config Private Registry - Ssh
Agent boolAuth
- addon
Job IntegerTimeout - authentication
Get
Cluster Rke Config Authentication - Get
Cluster Rke Config Authorization - bastion
Host GetCluster Rke Config Bastion Host - cloud
Provider GetCluster Rke Config Cloud Provider - dns
Get
Cluster Rke Config Dns - ingress
Get
Cluster Rke Config Ingress - kubernetes
Version String - monitoring
Get
Cluster Rke Config Monitoring - network
Get
Cluster Rke Config Network - prefix
Path String - services
Get
Cluster Rke Config Services - ssh
Cert StringPath - ssh
Key StringPath - upgrade
Strategy GetCluster Rke Config Upgrade Strategy - win
Prefix StringPath - addons String
- addons
Includes List<String> - enable
Cri BooleanDockerd - ignore
Docker BooleanVersion - nodes
List<Get
Cluster Rke Config Node> - private
Registries List<GetCluster Rke Config Private Registry> - ssh
Agent BooleanAuth
- addon
Job numberTimeout - authentication
Get
Cluster Rke Config Authentication - Get
Cluster Rke Config Authorization - bastion
Host GetCluster Rke Config Bastion Host - cloud
Provider GetCluster Rke Config Cloud Provider - dns
Get
Cluster Rke Config Dns - ingress
Get
Cluster Rke Config Ingress - kubernetes
Version string - monitoring
Get
Cluster Rke Config Monitoring - network
Get
Cluster Rke Config Network - prefix
Path string - services
Get
Cluster Rke Config Services - ssh
Cert stringPath - ssh
Key stringPath - upgrade
Strategy GetCluster Rke Config Upgrade Strategy - win
Prefix stringPath - addons string
- addons
Includes string[] - enable
Cri booleanDockerd - ignore
Docker booleanVersion - nodes
Get
Cluster Rke Config Node[] - private
Registries GetCluster Rke Config Private Registry[] - ssh
Agent booleanAuth
- addon_
job_ inttimeout - authentication
Get
Cluster Rke Config Authentication - Get
Cluster Rke Config Authorization - bastion_
host GetCluster Rke Config Bastion Host - cloud_
provider GetCluster Rke Config Cloud Provider - dns
Get
Cluster Rke Config Dns - ingress
Get
Cluster Rke Config Ingress - kubernetes_
version str - monitoring
Get
Cluster Rke Config Monitoring - network
Get
Cluster Rke Config Network - prefix_
path str - services
Get
Cluster Rke Config Services - ssh_
cert_ strpath - ssh_
key_ strpath - upgrade_
strategy GetCluster Rke Config Upgrade Strategy - win_
prefix_ strpath - addons str
- addons_
includes Sequence[str] - enable_
cri_ booldockerd - ignore_
docker_ boolversion - nodes
Sequence[Get
Cluster Rke Config Node] - private_
registries Sequence[GetCluster Rke Config Private Registry] - ssh_
agent_ boolauth
- addon
Job NumberTimeout - authentication Property Map
- Property Map
- bastion
Host Property Map - cloud
Provider Property Map - dns Property Map
- ingress Property Map
- kubernetes
Version String - monitoring Property Map
- network Property Map
- prefix
Path String - services Property Map
- ssh
Cert StringPath - ssh
Key StringPath - upgrade
Strategy Property Map - win
Prefix StringPath - addons String
- addons
Includes List<String> - enable
Cri BooleanDockerd - ignore
Docker BooleanVersion - nodes List<Property Map>
- private
Registries List<Property Map> - ssh
Agent BooleanAuth
GetClusterRkeConfigAuthentication
GetClusterRkeConfigAuthorization
GetClusterRkeConfigBastionHost
- Address string
- Ssh
Key string - Ssh
Key stringPath - User string
- Port string
- Ssh
Agent boolAuth
- Address string
- Ssh
Key string - Ssh
Key stringPath - User string
- Port string
- Ssh
Agent boolAuth
- address String
- ssh
Key String - ssh
Key StringPath - user String
- port String
- ssh
Agent BooleanAuth
- address string
- ssh
Key string - ssh
Key stringPath - user string
- port string
- ssh
Agent booleanAuth
- address str
- ssh_
key str - ssh_
key_ strpath - user str
- port str
- ssh_
agent_ boolauth
- address String
- ssh
Key String - ssh
Key StringPath - user String
- port String
- ssh
Agent BooleanAuth
GetClusterRkeConfigCloudProvider
- Custom
Cloud stringProvider - Aws
Cloud GetProvider Cluster Rke Config Cloud Provider Aws Cloud Provider - Azure
Cloud GetProvider Cluster Rke Config Cloud Provider Azure Cloud Provider - Name string
The name of the Cluster (string)
- Openstack
Cloud GetProvider Cluster Rke Config Cloud Provider Openstack Cloud Provider - Vsphere
Cloud GetProvider Cluster Rke Config Cloud Provider Vsphere Cloud Provider
- Custom
Cloud stringProvider - Aws
Cloud GetProvider Cluster Rke Config Cloud Provider Aws Cloud Provider - Azure
Cloud GetProvider Cluster Rke Config Cloud Provider Azure Cloud Provider - Name string
The name of the Cluster (string)
- Openstack
Cloud GetProvider Cluster Rke Config Cloud Provider Openstack Cloud Provider - Vsphere
Cloud GetProvider Cluster Rke Config Cloud Provider Vsphere Cloud Provider
- custom
Cloud StringProvider - aws
Cloud GetProvider Cluster Rke Config Cloud Provider Aws Cloud Provider - azure
Cloud GetProvider Cluster Rke Config Cloud Provider Azure Cloud Provider - name String
The name of the Cluster (string)
- openstack
Cloud GetProvider Cluster Rke Config Cloud Provider Openstack Cloud Provider - vsphere
Cloud GetProvider Cluster Rke Config Cloud Provider Vsphere Cloud Provider
- custom
Cloud stringProvider - aws
Cloud GetProvider Cluster Rke Config Cloud Provider Aws Cloud Provider - azure
Cloud GetProvider Cluster Rke Config Cloud Provider Azure Cloud Provider - name string
The name of the Cluster (string)
- openstack
Cloud GetProvider Cluster Rke Config Cloud Provider Openstack Cloud Provider - vsphere
Cloud GetProvider Cluster Rke Config Cloud Provider Vsphere Cloud Provider
- custom_
cloud_ strprovider - aws_
cloud_ Getprovider Cluster Rke Config Cloud Provider Aws Cloud Provider - azure_
cloud_ Getprovider Cluster Rke Config Cloud Provider Azure Cloud Provider - name str
The name of the Cluster (string)
- openstack_
cloud_ Getprovider Cluster Rke Config Cloud Provider Openstack Cloud Provider - vsphere_
cloud_ Getprovider Cluster Rke Config Cloud Provider Vsphere Cloud Provider
- custom
Cloud StringProvider - aws
Cloud Property MapProvider - azure
Cloud Property MapProvider - name String
The name of the Cluster (string)
- openstack
Cloud Property MapProvider - vsphere
Cloud Property MapProvider
GetClusterRkeConfigCloudProviderAwsCloudProvider
GetClusterRkeConfigCloudProviderAwsCloudProviderGlobal
- Elb
Security stringGroup - Kubernetes
Cluster stringId - Kubernetes
Cluster stringTag - Role
Arn string - Route
Table stringId - Subnet
Id string - Vpc string
- Zone string
- Disable
Security boolGroup Ingress - Disable
Strict boolZone Check
- Elb
Security stringGroup - Kubernetes
Cluster stringId - Kubernetes
Cluster stringTag - Role
Arn string - Route
Table stringId - Subnet
Id string - Vpc string
- Zone string
- Disable
Security boolGroup Ingress - Disable
Strict boolZone Check
- elb
Security StringGroup - kubernetes
Cluster StringId - kubernetes
Cluster StringTag - role
Arn String - route
Table StringId - subnet
Id String - vpc String
- zone String
- disable
Security BooleanGroup Ingress - disable
Strict BooleanZone Check
- elb
Security stringGroup - kubernetes
Cluster stringId - kubernetes
Cluster stringTag - role
Arn string - route
Table stringId - subnet
Id string - vpc string
- zone string
- disable
Security booleanGroup Ingress - disable
Strict booleanZone Check
- elb_
security_ strgroup - kubernetes_
cluster_ strid - kubernetes_
cluster_ strtag - role_
arn str - route_
table_ strid - subnet_
id str - vpc str
- zone str
- disable_
security_ boolgroup_ ingress - disable_
strict_ boolzone_ check
- elb
Security StringGroup - kubernetes
Cluster StringId - kubernetes
Cluster StringTag - role
Arn String - route
Table StringId - subnet
Id String - vpc String
- zone String
- disable
Security BooleanGroup Ingress - disable
Strict BooleanZone Check
GetClusterRkeConfigCloudProviderAwsCloudProviderServiceOverride
- Region string
- Service string
- Signing
Method string - Signing
Name string - Signing
Region string - Url string
- Region string
- Service string
- Signing
Method string - Signing
Name string - Signing
Region string - Url string
- region String
- service String
- signing
Method String - signing
Name String - signing
Region String - url String
- region string
- service string
- signing
Method string - signing
Name string - signing
Region string - url string
- region str
- service str
- signing_
method str - signing_
name str - signing_
region str - url str
- region String
- service String
- signing
Method String - signing
Name String - signing
Region String - url String
GetClusterRkeConfigCloudProviderAzureCloudProvider
- Aad
Client stringCert Password - Aad
Client stringCert Path - Aad
Client stringId - Aad
Client stringSecret - Cloud string
- Cloud
Provider boolBackoff - Cloud
Provider intBackoff Duration - Cloud
Provider intBackoff Exponent - Cloud
Provider intBackoff Jitter - Cloud
Provider intBackoff Retries - Cloud
Provider boolRate Limit - Cloud
Provider intRate Limit Bucket - Cloud
Provider intRate Limit Qps - Location string
- Maximum
Load intBalancer Rule Count - Primary
Availability stringSet Name - Primary
Scale stringSet Name - Resource
Group string - Route
Table stringName - Security
Group stringName - Subnet
Name string - Subscription
Id string - Tenant
Id string - Use
Instance boolMetadata - Use
Managed boolIdentity Extension - Vm
Type string - Vnet
Name string - Vnet
Resource stringGroup - Load
Balancer stringSku
- Aad
Client stringCert Password - Aad
Client stringCert Path - Aad
Client stringId - Aad
Client stringSecret - Cloud string
- Cloud
Provider boolBackoff - Cloud
Provider intBackoff Duration - Cloud
Provider intBackoff Exponent - Cloud
Provider intBackoff Jitter - Cloud
Provider intBackoff Retries - Cloud
Provider boolRate Limit - Cloud
Provider intRate Limit Bucket - Cloud
Provider intRate Limit Qps - Location string
- Maximum
Load intBalancer Rule Count - Primary
Availability stringSet Name - Primary
Scale stringSet Name - Resource
Group string - Route
Table stringName - Security
Group stringName - Subnet
Name string - Subscription
Id string - Tenant
Id string - Use
Instance boolMetadata - Use
Managed boolIdentity Extension - Vm
Type string - Vnet
Name string - Vnet
Resource stringGroup - Load
Balancer stringSku
- aad
Client StringCert Password - aad
Client StringCert Path - aad
Client StringId - aad
Client StringSecret - cloud String
- cloud
Provider BooleanBackoff - cloud
Provider IntegerBackoff Duration - cloud
Provider IntegerBackoff Exponent - cloud
Provider IntegerBackoff Jitter - cloud
Provider IntegerBackoff Retries - cloud
Provider BooleanRate Limit - cloud
Provider IntegerRate Limit Bucket - cloud
Provider IntegerRate Limit Qps - location String
- maximum
Load IntegerBalancer Rule Count - primary
Availability StringSet Name - primary
Scale StringSet Name - resource
Group String - route
Table StringName - security
Group StringName - subnet
Name String - subscription
Id String - tenant
Id String - use
Instance BooleanMetadata - use
Managed BooleanIdentity Extension - vm
Type String - vnet
Name String - vnet
Resource StringGroup - load
Balancer StringSku
- aad
Client stringCert Password - aad
Client stringCert Path - aad
Client stringId - aad
Client stringSecret - cloud string
- cloud
Provider booleanBackoff - cloud
Provider numberBackoff Duration - cloud
Provider numberBackoff Exponent - cloud
Provider numberBackoff Jitter - cloud
Provider numberBackoff Retries - cloud
Provider booleanRate Limit - cloud
Provider numberRate Limit Bucket - cloud
Provider numberRate Limit Qps - location string
- maximum
Load numberBalancer Rule Count - primary
Availability stringSet Name - primary
Scale stringSet Name - resource
Group string - route
Table stringName - security
Group stringName - subnet
Name string - subscription
Id string - tenant
Id string - use
Instance booleanMetadata - use
Managed booleanIdentity Extension - vm
Type string - vnet
Name string - vnet
Resource stringGroup - load
Balancer stringSku
- aad_
client_ strcert_ password - aad_
client_ strcert_ path - aad_
client_ strid - aad_
client_ strsecret - cloud str
- cloud_
provider_ boolbackoff - cloud_
provider_ intbackoff_ duration - cloud_
provider_ intbackoff_ exponent - cloud_
provider_ intbackoff_ jitter - cloud_
provider_ intbackoff_ retries - cloud_
provider_ boolrate_ limit - cloud_
provider_ intrate_ limit_ bucket - cloud_
provider_ intrate_ limit_ qps - location str
- maximum_
load_ intbalancer_ rule_ count - primary_
availability_ strset_ name - primary_
scale_ strset_ name - resource_
group str - route_
table_ strname - security_
group_ strname - subnet_
name str - subscription_
id str - tenant_
id str - use_
instance_ boolmetadata - use_
managed_ boolidentity_ extension - vm_
type str - vnet_
name str - vnet_
resource_ strgroup - load_
balancer_ strsku
- aad
Client StringCert Password - aad
Client StringCert Path - aad
Client StringId - aad
Client StringSecret - cloud String
- cloud
Provider BooleanBackoff - cloud
Provider NumberBackoff Duration - cloud
Provider NumberBackoff Exponent - cloud
Provider NumberBackoff Jitter - cloud
Provider NumberBackoff Retries - cloud
Provider BooleanRate Limit - cloud
Provider NumberRate Limit Bucket - cloud
Provider NumberRate Limit Qps - location String
- maximum
Load NumberBalancer Rule Count - primary
Availability StringSet Name - primary
Scale StringSet Name - resource
Group String - route
Table StringName - security
Group StringName - subnet
Name String - subscription
Id String - tenant
Id String - use
Instance BooleanMetadata - use
Managed BooleanIdentity Extension - vm
Type String - vnet
Name String - vnet
Resource StringGroup - load
Balancer StringSku
GetClusterRkeConfigCloudProviderOpenstackCloudProvider
- Block
Storage GetCluster Rke Config Cloud Provider Openstack Cloud Provider Block Storage - Global
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Global - Load
Balancer GetCluster Rke Config Cloud Provider Openstack Cloud Provider Load Balancer - Metadata
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Metadata - Route
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Route
- Block
Storage GetCluster Rke Config Cloud Provider Openstack Cloud Provider Block Storage - Global
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Global - Load
Balancer GetCluster Rke Config Cloud Provider Openstack Cloud Provider Load Balancer - Metadata
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Metadata - Route
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Route
- block
Storage GetCluster Rke Config Cloud Provider Openstack Cloud Provider Block Storage - global
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Global - load
Balancer GetCluster Rke Config Cloud Provider Openstack Cloud Provider Load Balancer - metadata
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Metadata - route
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Route
- block
Storage GetCluster Rke Config Cloud Provider Openstack Cloud Provider Block Storage - global
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Global - load
Balancer GetCluster Rke Config Cloud Provider Openstack Cloud Provider Load Balancer - metadata
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Metadata - route
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Route
- block_
storage GetCluster Rke Config Cloud Provider Openstack Cloud Provider Block Storage - global_
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Global - load_
balancer GetCluster Rke Config Cloud Provider Openstack Cloud Provider Load Balancer - metadata
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Metadata - route
Get
Cluster Rke Config Cloud Provider Openstack Cloud Provider Route
GetClusterRkeConfigCloudProviderOpenstackCloudProviderBlockStorage
- Bs
Version string - Ignore
Volume boolAz - Trust
Device boolPath
- Bs
Version string - Ignore
Volume boolAz - Trust
Device boolPath
- bs
Version String - ignore
Volume BooleanAz - trust
Device BooleanPath
- bs
Version string - ignore
Volume booleanAz - trust
Device booleanPath
- bs_
version str - ignore_
volume_ boolaz - trust_
device_ boolpath
- bs
Version String - ignore
Volume BooleanAz - trust
Device BooleanPath
GetClusterRkeConfigCloudProviderOpenstackCloudProviderGlobal
- Auth
Url string - Ca
File string - Domain
Id string - Domain
Name string - Password string
- Region string
- Tenant
Id string - Tenant
Name string - Trust
Id string - Username string
- Auth
Url string - Ca
File string - Domain
Id string - Domain
Name string - Password string
- Region string
- Tenant
Id string - Tenant
Name string - Trust
Id string - Username string
- auth
Url String - ca
File String - domain
Id String - domain
Name String - password String
- region String
- tenant
Id String - tenant
Name String - trust
Id String - username String
- auth
Url string - ca
File string - domain
Id string - domain
Name string - password string
- region string
- tenant
Id string - tenant
Name string - trust
Id string - username string
- auth_
url str - ca_
file str - domain_
id str - domain_
name str - password str
- region str
- tenant_
id str - tenant_
name str - trust_
id str - username str