Rancher 2 v10.1.0 published on Wednesday, Sep 10, 2025 by Pulumi
rancher2.getCluster
Explore with Pulumi AI
Use this data source to retrieve information about a Rancher v2 cluster.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as rancher2 from "@pulumi/rancher2";
const foo_custom = rancher2.getCluster({
name: "foo-custom",
});
import pulumi
import pulumi_rancher2 as rancher2
foo_custom = rancher2.get_cluster(name="foo-custom")
package main
import (
"github.com/pulumi/pulumi-rancher2/sdk/v10/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
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Rancher2 = Pulumi.Rancher2;
return await Deployment.RunAsync(() =>
{
var foo_custom = Rancher2.GetCluster.Invoke(new()
{
Name = "foo-custom",
});
});
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());
}
}
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(default_pod_security_admission_configuration_template_name: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(default_pod_security_admission_configuration_template_name: Optional[pulumi.Input[str]] = None,
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)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
function: rancher2:index/getCluster:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the Cluster (string)
- Default
Pod stringSecurity Admission Configuration Template Name
- Name string
- The name of the Cluster (string)
- Default
Pod stringSecurity Admission Configuration Template Name
- name String
- The name of the Cluster (string)
- default
Pod StringSecurity Admission Configuration Template Name
- name string
- The name of the Cluster (string)
- default
Pod stringSecurity Admission Configuration Template Name
- name str
- The name of the Cluster (string)
- default_
pod_ strsecurity_ admission_ configuration_ template_ name
- name String
- The name of the Cluster (string)
- default
Pod StringSecurity Admission Configuration Template Name
getCluster Result
The following output properties are available:
- Agent
Env List<string>Vars - (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
- Aks
Config GetV2 Cluster Aks Config V2 - (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts witheks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - Annotations Dictionary<string, string>
- (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
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 Admission Configuration Template Name - 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 GetV2 Cluster Eks Config V2 - (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config_v2
,gke_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.x and above (list maxitems:1) - Enable
Network boolPolicy - (Computed) Enable project network isolation. Default
false
(bool) - Fleet
Workspace stringName - (Computed) Fleet workspace name (string)
- Gke
Config GetV2 Cluster Gke Config V2 - (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.8 and above (list maxitems:1) - Id string
- The provider-assigned unique ID for this managed resource.
- Imported
Configs List<GetCluster Imported Config> - K3s
Config GetCluster K3s Config - (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
, andrke_config
(list maxitems:1) - Kube
Config string - (Computed) Kube Config generated for the cluster (string)
- Labels Dictionary<string, string>
- (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_v2
,eks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - Rke2Config
Get
Cluster Rke2Config - (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config_v2
,gke_config
,k3s_config
andrke_config
(list maxitems:1) - Rke
Config GetCluster Rke Config - (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
andk3s_config
(list maxitems:1) - System
Project stringId - (Computed) System project ID for the cluster (string)
- Agent
Env []stringVars - (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
- Aks
Config GetV2 Cluster Aks Config V2 - (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts witheks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - Annotations map[string]string
- (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
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 Admission Configuration Template Name - 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 GetV2 Cluster Eks Config V2 - (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config_v2
,gke_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.x and above (list maxitems:1) - Enable
Network boolPolicy - (Computed) Enable project network isolation. Default
false
(bool) - Fleet
Workspace stringName - (Computed) Fleet workspace name (string)
- Gke
Config GetV2 Cluster Gke Config V2 - (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.8 and above (list maxitems:1) - Id string
- The provider-assigned unique ID for this managed resource.
- Imported
Configs []GetCluster Imported Config - K3s
Config GetCluster K3s Config - (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
, andrke_config
(list maxitems:1) - Kube
Config string - (Computed) Kube Config generated for the cluster (string)
- Labels map[string]string
- (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_v2
,eks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - Rke2Config
Get
Cluster Rke2Config - (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config_v2
,gke_config
,k3s_config
andrke_config
(list maxitems:1) - Rke
Config GetCluster Rke Config - (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
andk3s_config
(list maxitems:1) - System
Project stringId - (Computed) System project ID for the cluster (string)
- agent
Env List<String>Vars - (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
- aks
Config GetV2 Cluster Aks Config V2 - (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts witheks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - annotations Map<String,String>
- (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
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 Admission Configuration Template Name - 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 GetV2 Cluster Eks Config V2 - (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config_v2
,gke_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.x and above (list maxitems:1) - enable
Network BooleanPolicy - (Computed) Enable project network isolation. Default
false
(bool) - fleet
Workspace StringName - (Computed) Fleet workspace name (string)
- gke
Config GetV2 Cluster Gke Config V2 - (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.8 and above (list maxitems:1) - id String
- The provider-assigned unique ID for this managed resource.
- imported
Configs List<GetCluster Imported Config> - k3s
Config GetCluster K3s Config - (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
, andrke_config
(list maxitems:1) - kube
Config String - (Computed) Kube Config generated for the cluster (string)
- labels Map<String,String>
- (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_v2
,eks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - rke2Config
Get
Cluster Rke2Config - (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config_v2
,gke_config
,k3s_config
andrke_config
(list maxitems:1) - rke
Config GetCluster Rke Config - (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
andk3s_config
(list maxitems:1) - system
Project StringId - (Computed) System project ID for the cluster (string)
- agent
Env string[]Vars - (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
- aks
Config GetV2 Cluster Aks Config V2 - (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts witheks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - annotations {[key: string]: string}
- (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
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 Admission Configuration Template Name - 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 GetV2 Cluster Eks Config V2 - (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config_v2
,gke_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.x and above (list maxitems:1) - enable
Network booleanPolicy - (Computed) Enable project network isolation. Default
false
(bool) - fleet
Workspace stringName - (Computed) Fleet workspace name (string)
- gke
Config GetV2 Cluster Gke Config V2 - (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.8 and above (list maxitems:1) - id string
- The provider-assigned unique ID for this managed resource.
- imported
Configs GetCluster Imported Config[] - k3s
Config GetCluster K3s Config - (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
, andrke_config
(list maxitems:1) - kube
Config string - (Computed) Kube Config generated for the cluster (string)
- labels {[key: string]: string}
- (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_v2
,eks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - rke2Config
Get
Cluster Rke2Config - (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config_v2
,gke_config
,k3s_config
andrke_config
(list maxitems:1) - rke
Config GetCluster Rke Config - (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
andk3s_config
(list maxitems:1) - system
Project stringId - (Computed) System project ID for the cluster (string)
- agent_
env_ Sequence[str]vars - (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
- aks_
config_ Getv2 Cluster Aks Config V2 - (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts witheks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - annotations Mapping[str, str]
- (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_
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_ admission_ configuration_ template_ name - 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_ Getv2 Cluster Eks Config V2 - (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config_v2
,gke_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.x and above (list maxitems:1) - enable_
network_ boolpolicy - (Computed) Enable project network isolation. Default
false
(bool) - fleet_
workspace_ strname - (Computed) Fleet workspace name (string)
- gke_
config_ Getv2 Cluster Gke Config V2 - (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.8 and above (list maxitems:1) - id str
- The provider-assigned unique ID for this managed resource.
- imported_
configs Sequence[GetCluster Imported Config] - k3s_
config GetCluster K3s Config - (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
, andrke_config
(list maxitems:1) - kube_
config str - (Computed) Kube Config generated for the cluster (string)
- labels Mapping[str, str]
- (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_v2
,eks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - rke2_
config GetCluster Rke2Config - (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config_v2
,gke_config
,k3s_config
andrke_config
(list maxitems:1) - rke_
config GetCluster Rke Config - (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
andk3s_config
(list maxitems:1) - system_
project_ strid - (Computed) System project ID for the cluster (string)
- agent
Env List<String>Vars - (Computed) Optional Agent Env Vars for Rancher agent. For Rancher v2.5.6 and above (list)
- aks
Config Property MapV2 - (Optional) The Azure AKS v2 configuration for creating/import
aks
Clusters. Conflicts witheks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - annotations Map<String>
- (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
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 Admission Configuration Template Name - 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 MapV2 - (Computed) The Amazon EKS V2 configuration to create or import
eks
Clusters. Conflicts withaks_config_v2
,gke_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.x and above (list maxitems:1) - enable
Network BooleanPolicy - (Computed) Enable project network isolation. Default
false
(bool) - fleet
Workspace StringName - (Computed) Fleet workspace name (string)
- gke
Config Property MapV2 - (Computed) The Google GKE V2 configuration for
gke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,k3s_config
andrke_config
. For Rancher v2.5.8 and above (list maxitems:1) - id String
- The provider-assigned unique ID for this managed resource.
- imported
Configs List<Property Map> - k3s
Config Property Map - (Computed) The K3S configuration for
k3s
imported Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
, andrke_config
(list maxitems:1) - kube
Config String - (Computed) Kube Config generated for the cluster (string)
- labels Map<String>
- (Computed) Labels for Node Pool object (map)
- name String
- oke
Config Property Map - (Computed) The Oracle OKE configuration for
oke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
,k3s_config
andrke_config
(list maxitems:1) - rke2Config Property Map
- (Computed) The RKE2 configuration for
rke2
Clusters. Conflicts withaks_config_v2
,gke_config
,k3s_config
andrke_config
(list maxitems:1) - rke
Config Property Map - (Computed) The RKE configuration for
rke
Clusters. Conflicts withaks_config_v2
,eks_config_v2
,gke_config_v2
andk3s_config
(list maxitems:1) - system
Project StringId - (Computed) System project ID for the cluster (string)
Supporting Types
GetClusterAksConfigV2
- Cloud
Credential stringId - The AKS Cloud Credential ID to use
- Http
Application boolRouting - Enable AKS http application routing?
- Linux
Admin stringUsername - The AKS linux admin username
- Linux
Ssh stringPublic Key - The AKS linux ssh public key
- Load
Balancer stringSku - The AKS load balancer sku
- Log
Analytics stringWorkspace Group - The AKS log analytics workspace group
- Log
Analytics stringWorkspace Name - The AKS log analytics workspace name
- Monitoring bool
- Is AKS cluster monitoring enabled?
- Name string
- The name of the Cluster (string)
- Network
Dns stringService Ip - The AKS network dns service ip
- Network
Docker stringBridge Cidr - The AKS network docker bridge cidr
- Network
Pod stringCidr - The AKS network pod cidr
- Network
Policy string - The AKS network policy
- Network
Service stringCidr - The AKS network service cidr
- Node
Resource stringGroup - The AKS node resource group name
- Private
Cluster bool - Is AKS cluster private?
- Resource
Group string - The AKS resource group
- Resource
Location string - The AKS resource location
- Subnet string
- The AKS subnet
- Dictionary<string, string>
- The AKS cluster tags
- Virtual
Network string - The AKS virtual network
- Virtual
Network stringResource Group - The AKS virtual network resource group
- Auth
Base stringUrl - The AKS auth base url
- List<string>
- The AKS authorized ip ranges
- Base
Url string - The AKS base url
- Dns
Prefix string - The AKS dns prefix. Required if
import=false
- Imported bool
- Is AKS cluster imported?
- Kubernetes
Version string - The kubernetes master version. Required if
import=false
- Network
Plugin string - The AKS network plugin. Required if
import=false
- Node
Pools List<GetCluster Aks Config V2Node Pool> - The AKS node pools to use. Required if
import=false
- Outbound
Type string - The AKS outbound type for the egress traffic
- Cloud
Credential stringId - The AKS Cloud Credential ID to use
- Http
Application boolRouting - Enable AKS http application routing?
- Linux
Admin stringUsername - The AKS linux admin username
- Linux
Ssh stringPublic Key - The AKS linux ssh public key
- Load
Balancer stringSku - The AKS load balancer sku
- Log
Analytics stringWorkspace Group - The AKS log analytics workspace group
- Log
Analytics stringWorkspace Name - The AKS log analytics workspace name
- Monitoring bool
- Is AKS cluster monitoring enabled?
- Name string
- The name of the Cluster (string)
- Network
Dns stringService Ip - The AKS network dns service ip
- Network
Docker stringBridge Cidr - The AKS network docker bridge cidr
- Network
Pod stringCidr - The AKS network pod cidr
- Network
Policy string - The AKS network policy
- Network
Service stringCidr - The AKS network service cidr
- Node
Resource stringGroup - The AKS node resource group name
- Private
Cluster bool - Is AKS cluster private?
- Resource
Group string - The AKS resource group
- Resource
Location string - The AKS resource location
- Subnet string
- The AKS subnet
- map[string]string
- The AKS cluster tags
- Virtual
Network string - The AKS virtual network
- Virtual
Network stringResource Group - The AKS virtual network resource group
- Auth
Base stringUrl - The AKS auth base url
- []string
- The AKS authorized ip ranges
- Base
Url string - The AKS base url
- Dns
Prefix string - The AKS dns prefix. Required if
import=false
- Imported bool
- Is AKS cluster imported?
- Kubernetes
Version string - The kubernetes master version. Required if
import=false
- Network
Plugin string - The AKS network plugin. Required if
import=false
- Node
Pools []GetCluster Aks Config V2Node Pool - The AKS node pools to use. Required if
import=false
- Outbound
Type string - The AKS outbound type for the egress traffic
- cloud
Credential StringId - The AKS Cloud Credential ID to use
- http
Application BooleanRouting - Enable AKS http application routing?
- linux
Admin StringUsername - The AKS linux admin username
- linux
Ssh StringPublic Key - The AKS linux ssh public key
- load
Balancer StringSku - The AKS load balancer sku
- log
Analytics StringWorkspace Group - The AKS log analytics workspace group
- log
Analytics StringWorkspace Name - The AKS log analytics workspace name
- monitoring Boolean
- Is AKS cluster monitoring enabled?
- name String
- The name of the Cluster (string)
- network
Dns StringService Ip - The AKS network dns service ip
- network
Docker StringBridge Cidr - The AKS network docker bridge cidr
- network
Pod StringCidr - The AKS network pod cidr
- network
Policy String - The AKS network policy
- network
Service StringCidr - The AKS network service cidr
- node
Resource StringGroup - The AKS node resource group name
- private
Cluster Boolean - Is AKS cluster private?
- resource
Group String - The AKS resource group
- resource
Location String - The AKS resource location
- subnet String
- The AKS subnet
- Map<String,String>
- The AKS cluster tags
- virtual
Network String - The AKS virtual network
- virtual
Network StringResource Group - The AKS virtual network resource group
- auth
Base StringUrl - The AKS auth base url
- List<String>
- The AKS authorized ip ranges
- base
Url String - The AKS base url
- dns
Prefix String - The AKS dns prefix. Required if
import=false
- imported Boolean
- Is AKS cluster imported?
- kubernetes
Version String - The kubernetes master version. Required if
import=false
- network
Plugin String - The AKS network plugin. Required if
import=false
- node
Pools List<GetCluster Aks Config V2Node Pool> - The AKS node pools to use. Required if
import=false
- outbound
Type String - The AKS outbound type for the egress traffic
- cloud
Credential stringId - The AKS Cloud Credential ID to use
- http
Application booleanRouting - Enable AKS http application routing?
- linux
Admin stringUsername - The AKS linux admin username
- linux
Ssh stringPublic Key - The AKS linux ssh public key
- load
Balancer stringSku - The AKS load balancer sku
- log
Analytics stringWorkspace Group - The AKS log analytics workspace group
- log
Analytics stringWorkspace Name - The AKS log analytics workspace name
- monitoring boolean
- Is AKS cluster monitoring enabled?
- name string
- The name of the Cluster (string)
- network
Dns stringService Ip - The AKS network dns service ip
- network
Docker stringBridge Cidr - The AKS network docker bridge cidr
- network
Pod stringCidr - The AKS network pod cidr
- network
Policy string - The AKS network policy
- network
Service stringCidr - The AKS network service cidr
- node
Resource stringGroup - The AKS node resource group name
- private
Cluster boolean - Is AKS cluster private?
- resource
Group string - The AKS resource group
- resource
Location string - The AKS resource location
- subnet string
- The AKS subnet
- {[key: string]: string}
- The AKS cluster tags
- virtual
Network string - The AKS virtual network
- virtual
Network stringResource Group - The AKS virtual network resource group
- auth
Base stringUrl - The AKS auth base url
- string[]
- The AKS authorized ip ranges
- base
Url string - The AKS base url
- dns
Prefix string - The AKS dns prefix. Required if
import=false
- imported boolean
- Is AKS cluster imported?
- kubernetes
Version string - The kubernetes master version. Required if
import=false
- network
Plugin string - The AKS network plugin. Required if
import=false
- node
Pools GetCluster Aks Config V2Node Pool[] - The AKS node pools to use. Required if
import=false
- outbound
Type string - The AKS outbound type for the egress traffic
- cloud_
credential_ strid - The AKS Cloud Credential ID to use
- http_
application_ boolrouting - Enable AKS http application routing?
- linux_
admin_ strusername - The AKS linux admin username
- linux_
ssh_ strpublic_ key - The AKS linux ssh public key
- load_
balancer_ strsku - The AKS load balancer sku
- log_
analytics_ strworkspace_ group - The AKS log analytics workspace group
- log_
analytics_ strworkspace_ name - The AKS log analytics workspace name
- monitoring bool
- Is AKS cluster monitoring enabled?
- name str
- The name of the Cluster (string)
- network_
dns_ strservice_ ip - The AKS network dns service ip
- network_
docker_ strbridge_ cidr - The AKS network docker bridge cidr
- network_
pod_ strcidr - The AKS network pod cidr
- network_
policy str - The AKS network policy
- network_
service_ strcidr - The AKS network service cidr
- node_
resource_ strgroup - The AKS node resource group name
- private_
cluster bool - Is AKS cluster private?
- resource_
group str - The AKS resource group
- resource_
location str - The AKS resource location
- subnet str
- The AKS subnet
- Mapping[str, str]
- The AKS cluster tags
- virtual_
network str - The AKS virtual network
- virtual_
network_ strresource_ group - The AKS virtual network resource group
- auth_
base_ strurl - The AKS auth base url
- Sequence[str]
- The AKS authorized ip ranges
- base_
url str - The AKS base url
- dns_
prefix str - The AKS dns prefix. Required if
import=false
- imported bool
- Is AKS cluster imported?
- kubernetes_
version str - The kubernetes master version. Required if
import=false
- network_
plugin str - The AKS network plugin. Required if
import=false
- node_
pools Sequence[GetCluster Aks Config V2Node Pool] - The AKS node pools to use. Required if
import=false
- outbound_
type str - The AKS outbound type for the egress traffic
- cloud
Credential StringId - The AKS Cloud Credential ID to use
- http
Application BooleanRouting - Enable AKS http application routing?
- linux
Admin StringUsername - The AKS linux admin username
- linux
Ssh StringPublic Key - The AKS linux ssh public key
- load
Balancer StringSku - The AKS load balancer sku
- log
Analytics StringWorkspace Group - The AKS log analytics workspace group
- log
Analytics StringWorkspace Name - The AKS log analytics workspace name
- monitoring Boolean
- Is AKS cluster monitoring enabled?
- name String
- The name of the Cluster (string)
- network
Dns StringService Ip - The AKS network dns service ip
- network
Docker StringBridge Cidr - The AKS network docker bridge cidr
- network
Pod StringCidr - The AKS network pod cidr
- network
Policy String - The AKS network policy
- network
Service StringCidr - The AKS network service cidr
- node
Resource StringGroup - The AKS node resource group name
- private
Cluster Boolean - Is AKS cluster private?
- resource
Group String - The AKS resource group
- resource
Location String - The AKS resource location
- subnet String
- The AKS subnet
- Map<String>
- The AKS cluster tags
- virtual
Network String - The AKS virtual network
- virtual
Network StringResource Group - The AKS virtual network resource group
- auth
Base StringUrl - The AKS auth base url
- List<String>
- The AKS authorized ip ranges
- base
Url String - The AKS base url
- dns
Prefix String - The AKS dns prefix. Required if
import=false
- imported Boolean
- Is AKS cluster imported?
- kubernetes
Version String - The kubernetes master version. Required if
import=false
- network
Plugin String - The AKS network plugin. Required if
import=false
- node
Pools List<Property Map> - The AKS node pools to use. Required if
import=false
- outbound
Type String - The AKS outbound type for the egress traffic
GetClusterAksConfigV2NodePool
- Labels Dictionary<string, string>
- (Computed) Labels for Node Pool object (map)
- Name string
- The name of the Cluster (string)
- Taints List<string>
- The AKS node pool taints
- Vm
Size string - The AKS node pool vm size
- Availability
Zones List<string> - The AKS node pool availability zones
- Count int
- The AKS node pool count
- Enable
Auto boolScaling - Is AKS node pool auto scaling enabled?
- Max
Count int - The AKS node pool max count
- Max
Pods int - The AKS node pool max pods
- Max
Surge string - The AKS node pool max surge
- Min
Count int - The AKS node pool min count
- Mode string
- The AKS node pool mode
- Orchestrator
Version string - The AKS node pool orchestrator version
- Os
Disk intSize Gb - The AKS node pool os disk size gb
- Os
Disk stringType - The AKS node pool os disk type
- Os
Type string - Enable AKS node pool os type
- Labels map[string]string
- (Computed) Labels for Node Pool object (map)
- Name string
- The name of the Cluster (string)
- Taints []string
- The AKS node pool taints
- Vm
Size string - The AKS node pool vm size
- Availability
Zones []string - The AKS node pool availability zones
- Count int
- The AKS node pool count
- Enable
Auto boolScaling - Is AKS node pool auto scaling enabled?
- Max
Count int - The AKS node pool max count
- Max
Pods int - The AKS node pool max pods
- Max
Surge string - The AKS node pool max surge
- Min
Count int - The AKS node pool min count
- Mode string
- The AKS node pool mode
- Orchestrator
Version string - The AKS node pool orchestrator version
- Os
Disk intSize Gb - The AKS node pool os disk size gb
- Os
Disk stringType - The AKS node pool os disk type
- Os
Type string - Enable AKS node pool os type
- labels Map<String,String>
- (Computed) Labels for Node Pool object (map)
- name String
- The name of the Cluster (string)
- taints List<String>
- The AKS node pool taints
- vm
Size String - The AKS node pool vm size
- availability
Zones List<String> - The AKS node pool availability zones
- count Integer
- The AKS node pool count
- enable
Auto BooleanScaling - Is AKS node pool auto scaling enabled?
- max
Count Integer - The AKS node pool max count
- max
Pods Integer - The AKS node pool max pods
- max
Surge String - The AKS node pool max surge
- min
Count Integer - The AKS node pool min count
- mode String
- The AKS node pool mode
- orchestrator
Version String - The AKS node pool orchestrator version
- os
Disk IntegerSize Gb - The AKS node pool os disk size gb
- os
Disk StringType - The AKS node pool os disk type
- os
Type String - Enable AKS node pool os type
- labels {[key: string]: string}
- (Computed) Labels for Node Pool object (map)
- name string
- The name of the Cluster (string)
- taints string[]
- The AKS node pool taints
- vm
Size string - The AKS node pool vm size
- availability
Zones string[] - The AKS node pool availability zones
- count number
- The AKS node pool count
- enable
Auto booleanScaling - Is AKS node pool auto scaling enabled?
- max
Count number - The AKS node pool max count
- max
Pods number - The AKS node pool max pods
- max
Surge string - The AKS node pool max surge
- min
Count number - The AKS node pool min count
- mode string
- The AKS node pool mode
- orchestrator
Version string - The AKS node pool orchestrator version
- os
Disk numberSize Gb - The AKS node pool os disk size gb
- os
Disk stringType - The AKS node pool os disk type
- os
Type string - Enable AKS node pool os type
- labels Mapping[str, str]
- (Computed) Labels for Node Pool object (map)
- name str
- The name of the Cluster (string)
- taints Sequence[str]
- The AKS node pool taints
- vm_
size str - The AKS node pool vm size
- availability_
zones Sequence[str] - The AKS node pool availability zones
- count int
- The AKS node pool count
- enable_
auto_ boolscaling - Is AKS node pool auto scaling enabled?
- max_
count int - The AKS node pool max count
- max_
pods int - The AKS node pool max pods
- max_
surge str - The AKS node pool max surge
- min_
count int - The AKS node pool min count
- mode str
- The AKS node pool mode
- orchestrator_
version str - The AKS node pool orchestrator version
- os_
disk_ intsize_ gb - The AKS node pool os disk size gb
- os_
disk_ strtype - The AKS node pool os disk type
- os_
type str - Enable AKS node pool os type
- labels Map<String>
- (Computed) Labels for Node Pool object (map)
- name String
- The name of the Cluster (string)
- taints List<String>
- The AKS node pool taints
- vm
Size String - The AKS node pool vm size
- availability
Zones List<String> - The AKS node pool availability zones
- count Number
- The AKS node pool count
- enable
Auto BooleanScaling - Is AKS node pool auto scaling enabled?
- max
Count Number - The AKS node pool max count
- max
Pods Number - The AKS node pool max pods
- max
Surge String - The AKS node pool max surge
- min
Count Number - The AKS node pool min count
- mode String
- The AKS node pool mode
- orchestrator
Version String - The AKS node pool orchestrator version
- os
Disk NumberSize Gb - The AKS node pool os disk size gb
- os
Disk StringType - The AKS node pool os disk type
- os
Type String - Enable AKS node pool os type
GetClusterClusterAuthEndpoint
GetClusterClusterRegistrationToken
- Annotations Dictionary<string, string>
- (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, string>
- (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]string
- (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]string
- (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,String>
- (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,String>
- (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]: string}
- (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]: string}
- (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, str]
- (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, str]
- (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<String>
- (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>
- (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 - Cluster ID for answer
- project_
id str - Project ID for answer
- values Mapping[str, str]
- Key/values for answer
GetClusterClusterTemplateQuestion
GetClusterEksConfigV2
- Cloud
Credential stringId - The AWS Cloud Credential ID to use
- Kubernetes
Version string - The kubernetes master version
- Name string
- The name of the Cluster (string)
- Node
Groups List<GetCluster Eks Config V2Node Group> - The AWS node groups to use
- Private
Access bool - The EKS cluster has private access
- Public
Access bool - The EKS cluster has public access
- Public
Access List<string>Sources - The EKS cluster public access sources
- Secrets
Encryption bool - Enable EKS cluster secret encryption
- Imported bool
- Is EKS cluster imported?
- Kms
Key string - The AWS kms key to use
- Logging
Types List<string> - The AWS logging types
- Region string
- The AWS Region to create the EKS cluster in
- Security
Groups List<string> - List of security groups to use for the cluster
- Service
Role string - The AWS service role to use
- Subnets List<string>
- List of subnets in the virtual network to use
- Dictionary<string, string>
- The EKS cluster tags
- Cloud
Credential stringId - The AWS Cloud Credential ID to use
- Kubernetes
Version string - The kubernetes master version
- Name string
- The name of the Cluster (string)
- Node
Groups []GetCluster Eks Config V2Node Group - The AWS node groups to use
- Private
Access bool - The EKS cluster has private access
- Public
Access bool - The EKS cluster has public access
- Public
Access []stringSources - The EKS cluster public access sources
- Secrets
Encryption bool - Enable EKS cluster secret encryption
- Imported bool
- Is EKS cluster imported?
- Kms
Key string - The AWS kms key to use
- Logging
Types []string - The AWS logging types
- Region string
- The AWS Region to create the EKS cluster in
- Security
Groups []string - List of security groups to use for the cluster
- Service
Role string - The AWS service role to use
- Subnets []string
- List of subnets in the virtual network to use
- map[string]string
- The EKS cluster tags
- cloud
Credential StringId - The AWS Cloud Credential ID to use
- kubernetes
Version String - The kubernetes master version
- name String
- The name of the Cluster (string)
- node
Groups List<GetCluster Eks Config V2Node Group> - The AWS node groups to use
- private
Access Boolean - The EKS cluster has private access
- public
Access Boolean - The EKS cluster has public access
- public
Access List<String>Sources - The EKS cluster public access sources
- secrets
Encryption Boolean - Enable EKS cluster secret encryption
- imported Boolean
- Is EKS cluster imported?
- kms
Key String - The AWS kms key to use
- logging
Types List<String> - The AWS logging types
- region String
- The AWS Region to create the EKS cluster in
- security
Groups List<String> - List of security groups to use for the cluster
- service
Role String - The AWS service role to use
- subnets List<String>
- List of subnets in the virtual network to use
- Map<String,String>
- The EKS cluster tags
- cloud
Credential stringId - The AWS Cloud Credential ID to use
- kubernetes
Version string - The kubernetes master version
- name string
- The name of the Cluster (string)
- node
Groups GetCluster Eks Config V2Node Group[] - The AWS node groups to use
- private
Access boolean - The EKS cluster has private access
- public
Access boolean - The EKS cluster has public access
- public
Access string[]Sources - The EKS cluster public access sources
- secrets
Encryption boolean - Enable EKS cluster secret encryption
- imported boolean
- Is EKS cluster imported?
- kms
Key string - The AWS kms key to use
- logging
Types string[] - The AWS logging types
- region string
- The AWS Region to create the EKS cluster in
- security
Groups string[] - List of security groups to use for the cluster
- service
Role string - The AWS service role to use
- subnets string[]
- List of subnets in the virtual network to use
- {[key: string]: string}
- The EKS cluster tags
- cloud_
credential_ strid - The AWS Cloud Credential ID to use
- kubernetes_
version str - The kubernetes master version
- name str
- The name of the Cluster (string)
- node_
groups Sequence[GetCluster Eks Config V2Node Group] - The AWS node groups to use
- private_
access bool - The EKS cluster has private access
- public_
access bool - The EKS cluster has public access
- public_
access_ Sequence[str]sources - The EKS cluster public access sources
- secrets_
encryption bool - Enable EKS cluster secret encryption
- imported bool
- Is EKS cluster imported?
- kms_
key str - The AWS kms key to use
- logging_
types Sequence[str] - The AWS logging types
- region str
- The AWS Region to create the EKS cluster in
- security_
groups Sequence[str] - List of security groups to use for the cluster
- service_
role str - The AWS service role to use
- subnets Sequence[str]
- List of subnets in the virtual network to use
- Mapping[str, str]
- The EKS cluster tags
- cloud
Credential StringId - The AWS Cloud Credential ID to use
- kubernetes
Version String - The kubernetes master version
- name String
- The name of the Cluster (string)
- node
Groups List<Property Map> - The AWS node groups to use
- private
Access Boolean - The EKS cluster has private access
- public
Access Boolean - The EKS cluster has public access
- public
Access List<String>Sources - The EKS cluster public access sources
- secrets
Encryption Boolean - Enable EKS cluster secret encryption
- imported Boolean
- Is EKS cluster imported?
- kms
Key String - The AWS kms key to use
- logging
Types List<String> - The AWS logging types
- region String
- The AWS Region to create the EKS cluster in
- security
Groups List<String> - List of security groups to use for the cluster
- service
Role String - The AWS service role to use
- subnets List<String>
- List of subnets in the virtual network to use
- Map<String>
- The EKS cluster tags
GetClusterEksConfigV2NodeGroup
- Name string
- The name of the Cluster (string)
- Subnets List<string>
- The EKS node group subnets
- User
Data string - The EKS node group user data
- Version string
- The EKS node group k8s version
- Desired
Size int - The EKS node group desired size
- Disk
Size int - The EKS node group disk size
- Ec2Ssh
Key string - The EKS node group ssh key
- Gpu bool
- Is EKS cluster using gpu?
- Image
Id string - The EKS node group image ID
- Instance
Type string - The EKS node group instance type
- Labels Dictionary<string, string>
- (Computed) Labels for Node Pool object (map)
- Launch
Templates List<GetCluster Eks Config V2Node Group Launch Template> - The EKS node groups launch template
- Max
Size int - The EKS node group maximum size
- Min
Size int - The EKS node group minimum size
- Node
Role string - The EKS node group node role ARN
- Request
Spot boolInstances - Enable EKS node group request spot instances
- Dictionary<string, string>
- The EKS node group resource tags
- Spot
Instance List<string>Types - The EKS node group spot instance types
- Dictionary<string, string>
- The EKS node group tags
- Name string
- The name of the Cluster (string)
- Subnets []string
- The EKS node group subnets
- User
Data string - The EKS node group user data
- Version string
- The EKS node group k8s version
- Desired
Size int - The EKS node group desired size
- Disk
Size int - The EKS node group disk size
- Ec2Ssh
Key string - The EKS node group ssh key
- Gpu bool
- Is EKS cluster using gpu?
- Image
Id string - The EKS node group image ID
- Instance
Type string - The EKS node group instance type
- Labels map[string]string
- (Computed) Labels for Node Pool object (map)
- Launch
Templates []GetCluster Eks Config V2Node Group Launch Template - The EKS node groups launch template
- Max
Size int - The EKS node group maximum size
- Min
Size int - The EKS node group minimum size
- Node
Role string - The EKS node group node role ARN
- Request
Spot boolInstances - Enable EKS node group request spot instances
- map[string]string
- The EKS node group resource tags
- Spot
Instance []stringTypes - The EKS node group spot instance types
- map[string]string
- The EKS node group tags
- name String
- The name of the Cluster (string)
- subnets List<String>
- The EKS node group subnets
- user
Data String - The EKS node group user data
- version String
- The EKS node group k8s version
- desired
Size Integer - The EKS node group desired size
- disk
Size Integer - The EKS node group disk size
- ec2Ssh
Key String - The EKS node group ssh key
- gpu Boolean
- Is EKS cluster using gpu?
- image
Id String - The EKS node group image ID
- instance
Type String - The EKS node group instance type
- labels Map<String,String>
- (Computed) Labels for Node Pool object (map)
- launch
Templates List<GetCluster Eks Config V2Node Group Launch Template> - The EKS node groups launch template
- max
Size Integer - The EKS node group maximum size
- min
Size Integer - The EKS node group minimum size
- node
Role String - The EKS node group node role ARN
- request
Spot BooleanInstances - Enable EKS node group request spot instances
- Map<String,String>
- The EKS node group resource tags
- spot
Instance List<String>Types - The EKS node group spot instance types
- Map<String,String>
- The EKS node group tags
- name string
- The name of the Cluster (string)
- subnets string[]
- The EKS node group subnets
- user
Data string - The EKS node group user data
- version string
- The EKS node group k8s version
- desired
Size number - The EKS node group desired size
- disk
Size number - The EKS node group disk size
- ec2Ssh
Key string - The EKS node group ssh key
- gpu boolean
- Is EKS cluster using gpu?
- image
Id string - The EKS node group image ID
- instance
Type string - The EKS node group instance type
- labels {[key: string]: string}
- (Computed) Labels for Node Pool object (map)
- launch
Templates GetCluster Eks Config V2Node Group Launch Template[] - The EKS node groups launch template
- max
Size number - The EKS node group maximum size
- min
Size number - The EKS node group minimum size
- node
Role string - The EKS node group node role ARN
- request
Spot booleanInstances - Enable EKS node group request spot instances
- {[key: string]: string}
- The EKS node group resource tags
- spot
Instance string[]Types - The EKS node group spot instance types
- {[key: string]: string}
- The EKS node group tags
- name str
- The name of the Cluster (string)
- subnets Sequence[str]
- The EKS node group subnets
- user_
data str - The EKS node group user data
- version str
- The EKS node group k8s version
- desired_
size int - The EKS node group desired size
- disk_
size int - The EKS node group disk size
- ec2_
ssh_ strkey - The EKS node group ssh key
- gpu bool
- Is EKS cluster using gpu?
- image_
id str - The EKS node group image ID
- instance_
type str - The EKS node group instance type
- labels Mapping[str, str]
- (Computed) Labels for Node Pool object (map)
- launch_
templates Sequence[GetCluster Eks Config V2Node Group Launch Template] - The EKS node groups launch template
- max_
size int - The EKS node group maximum size
- min_
size int - The EKS node group minimum size
- node_
role str - The EKS node group node role ARN
- request_
spot_ boolinstances - Enable EKS node group request spot instances
- Mapping[str, str]
- The EKS node group resource tags
- spot_
instance_ Sequence[str]types - The EKS node group spot instance types
- Mapping[str, str]
- The EKS node group tags
- name String
- The name of the Cluster (string)
- subnets List<String>
- The EKS node group subnets
- user
Data String - The EKS node group user data
- version String
- The EKS node group k8s version
- desired
Size Number - The EKS node group desired size
- disk
Size Number - The EKS node group disk size
- ec2Ssh
Key String - The EKS node group ssh key
- gpu Boolean
- Is EKS cluster using gpu?
- image
Id String - The EKS node group image ID
- instance
Type String - The EKS node group instance type
- labels Map<String>
- (Computed) Labels for Node Pool object (map)
- launch
Templates List<Property Map> - The EKS node groups launch template
- max
Size Number - The EKS node group maximum size
- min
Size Number - The EKS node group minimum size
- node
Role String - The EKS node group node role ARN
- request
Spot BooleanInstances - Enable EKS node group request spot instances
- Map<String>
- The EKS node group resource tags
- spot
Instance List<String>Types - The EKS node group spot instance types
- Map<String>
- The EKS node group tags
GetClusterEksConfigV2NodeGroupLaunchTemplate
GetClusterGkeConfigV2
- Cluster
Addons GetCluster Gke Config V2Cluster Addons - The GKE cluster addons
- Cluster
Ipv4Cidr stringBlock - The GKE ip v4 cidr block
- Description string
- (Computed) The description for Cluster (string)
- Enable
Kubernetes boolAlpha - Enable Kubernetes alpha
- Google
Credential stringSecret - Google credential secret
- Ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - The GKE ip allocation policy
- Kubernetes
Version string - The kubernetes master version
- Labels Dictionary<string, string>
- (Computed) Labels for Node Pool object (map)
- Locations List<string>
- The GKE cluster locations
- Logging
Service string - The GKE cluster logging service
- Maintenance
Window string - The GKE cluster maintenance window
- Get
Cluster Gke Config V2Master Authorized Networks Config - The GKE cluster master authorized networks config
- Monitoring
Service string - The GKE cluster monitoring service
- Name string
- The name of the Cluster (string)
- Network string
- The GKE cluster network
- Network
Policy boolEnabled - Is GKE cluster network policy enabled?
- Node
Pools List<GetCluster Gke Config V2Node Pool> - The GKE cluster node pools
- Private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - The GKE private cluster config
- Project
Id string - The GKE project id
- Region string
- The GKE cluster region. Required if
zone
is empty - Subnetwork string
- The GKE cluster subnetwork
- Zone string
- The GKE cluster zone. Required if
region
is empty - Imported bool
- Is GKE cluster imported?
- Cluster
Addons GetCluster Gke Config V2Cluster Addons - The GKE cluster addons
- Cluster
Ipv4Cidr stringBlock - The GKE ip v4 cidr block
- Description string
- (Computed) The description for Cluster (string)
- Enable
Kubernetes boolAlpha - Enable Kubernetes alpha
- Google
Credential stringSecret - Google credential secret
- Ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - The GKE ip allocation policy
- Kubernetes
Version string - The kubernetes master version
- Labels map[string]string
- (Computed) Labels for Node Pool object (map)
- Locations []string
- The GKE cluster locations
- Logging
Service string - The GKE cluster logging service
- Maintenance
Window string - The GKE cluster maintenance window
- Get
Cluster Gke Config V2Master Authorized Networks Config - The GKE cluster master authorized networks config
- Monitoring
Service string - The GKE cluster monitoring service
- Name string
- The name of the Cluster (string)
- Network string
- The GKE cluster network
- Network
Policy boolEnabled - Is GKE cluster network policy enabled?
- Node
Pools []GetCluster Gke Config V2Node Pool - The GKE cluster node pools
- Private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - The GKE private cluster config
- Project
Id string - The GKE project id
- Region string
- The GKE cluster region. Required if
zone
is empty - Subnetwork string
- The GKE cluster subnetwork
- Zone string
- The GKE cluster zone. Required if
region
is empty - Imported bool
- Is GKE cluster imported?
- cluster
Addons GetCluster Gke Config V2Cluster Addons - The GKE cluster addons
- cluster
Ipv4Cidr StringBlock - The GKE ip v4 cidr block
- description String
- (Computed) The description for Cluster (string)
- enable
Kubernetes BooleanAlpha - Enable Kubernetes alpha
- google
Credential StringSecret - Google credential secret
- ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - The GKE ip allocation policy
- kubernetes
Version String - The kubernetes master version
- labels Map<String,String>
- (Computed) Labels for Node Pool object (map)
- locations List<String>
- The GKE cluster locations
- logging
Service String - The GKE cluster logging service
- maintenance
Window String - The GKE cluster maintenance window
- Get
Cluster Gke Config V2Master Authorized Networks Config - The GKE cluster master authorized networks config
- monitoring
Service String - The GKE cluster monitoring service
- name String
- The name of the Cluster (string)
- network String
- The GKE cluster network
- network
Policy BooleanEnabled - Is GKE cluster network policy enabled?
- node
Pools List<GetCluster Gke Config V2Node Pool> - The GKE cluster node pools
- private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - The GKE private cluster config
- project
Id String - The GKE project id
- region String
- The GKE cluster region. Required if
zone
is empty - subnetwork String
- The GKE cluster subnetwork
- zone String
- The GKE cluster zone. Required if
region
is empty - imported Boolean
- Is GKE cluster imported?
- cluster
Addons GetCluster Gke Config V2Cluster Addons - The GKE cluster addons
- cluster
Ipv4Cidr stringBlock - The GKE ip v4 cidr block
- description string
- (Computed) The description for Cluster (string)
- enable
Kubernetes booleanAlpha - Enable Kubernetes alpha
- google
Credential stringSecret - Google credential secret
- ip
Allocation GetPolicy Cluster Gke Config V2Ip Allocation Policy - The GKE ip allocation policy
- kubernetes
Version string - The kubernetes master version
- labels {[key: string]: string}
- (Computed) Labels for Node Pool object (map)
- locations string[]
- The GKE cluster locations
- logging
Service string - The GKE cluster logging service
- maintenance
Window string - The GKE cluster maintenance window
- Get
Cluster Gke Config V2Master Authorized Networks Config - The GKE cluster master authorized networks config
- monitoring
Service string - The GKE cluster monitoring service
- name string
- The name of the Cluster (string)
- network string
- The GKE cluster network
- network
Policy booleanEnabled - Is GKE cluster network policy enabled?
- node
Pools GetCluster Gke Config V2Node Pool[] - The GKE cluster node pools
- private
Cluster GetConfig Cluster Gke Config V2Private Cluster Config - The GKE private cluster config
- project
Id string - The GKE project id
- region string
- The GKE cluster region. Required if
zone
is empty - subnetwork string
- The GKE cluster subnetwork
- zone string
- The GKE cluster zone. Required if
region
is empty - imported boolean
- Is GKE cluster imported?
- cluster_
addons GetCluster Gke Config V2Cluster Addons - The GKE cluster addons
- cluster_
ipv4_ strcidr_ block - The GKE ip v4 cidr block
- description str
- (Computed) The description for Cluster (string)
- enable_
kubernetes_ boolalpha - Enable Kubernetes alpha
- google_
credential_ strsecret - Google credential secret
- ip_
allocation_ Getpolicy Cluster Gke Config V2Ip Allocation Policy - The GKE ip allocation policy
- kubernetes_
version str - The kubernetes master version
- labels Mapping[str, str]
- (Computed) Labels for Node Pool object (map)
- locations Sequence[str]
- The GKE cluster locations
- logging_
service str - The GKE cluster logging service
- maintenance_
window str - The GKE cluster maintenance window
- Get
Cluster Gke Config V2Master Authorized Networks Config - The GKE cluster master authorized networks config
- monitoring_
service str - The GKE cluster monitoring service
- name str
- The name of the Cluster (string)
- network str
- The GKE cluster network
- network_
policy_ boolenabled - Is GKE cluster network policy enabled?
- node_
pools Sequence[GetCluster Gke Config V2Node Pool] - The GKE cluster node pools
- private_
cluster_ Getconfig Cluster Gke Config V2Private Cluster Config - The GKE private cluster config
- project_
id str - The GKE project id
- region str
- The GKE cluster region. Required if
zone
is empty - subnetwork str
- The GKE cluster subnetwork
- zone str
- The GKE cluster zone. Required if
region
is empty - imported bool
- Is GKE cluster imported?
- cluster
Addons Property Map - The GKE cluster addons
- cluster
Ipv4Cidr StringBlock - The GKE ip v4 cidr block
- description String
- (Computed) The description for Cluster (string)
- enable
Kubernetes BooleanAlpha - Enable Kubernetes alpha
- google
Credential StringSecret - Google credential secret
- ip
Allocation Property MapPolicy - The GKE ip allocation policy
- kubernetes
Version String - The kubernetes master version
- labels Map<String>
- (Computed) Labels for Node Pool object (map)
- locations List<String>
- The GKE cluster locations
- logging
Service String - The GKE cluster logging service
- maintenance
Window String - The GKE cluster maintenance window
- Property Map
- The GKE cluster master authorized networks config
- monitoring
Service String - The GKE cluster monitoring service
- name String
- The name of the Cluster (string)
- network String
- The GKE cluster network
- network
Policy BooleanEnabled - Is GKE cluster network policy enabled?
- node
Pools List<Property Map> - The GKE cluster node pools
- private
Cluster Property MapConfig - The GKE private cluster config
- project
Id String - The GKE project id
- region String
- The GKE cluster region. Required if
zone
is empty - subnetwork String
- The GKE cluster subnetwork
- zone String
- The GKE cluster zone. Required if
region
is empty - imported Boolean
- Is GKE cluster imported?
GetClusterGkeConfigV2ClusterAddons
- Horizontal
Pod boolAutoscaling - Enable GKE horizontal pod autoscaling
- Http
Load boolBalancing - Enable GKE HTTP load balancing
- Network
Policy boolConfig - Enable GKE network policy config
- Horizontal
Pod boolAutoscaling - Enable GKE horizontal pod autoscaling
- Http
Load boolBalancing - Enable GKE HTTP load balancing
- Network
Policy boolConfig - Enable GKE network policy config
- horizontal
Pod BooleanAutoscaling - Enable GKE horizontal pod autoscaling
- http
Load BooleanBalancing - Enable GKE HTTP load balancing
- network
Policy BooleanConfig - Enable GKE network policy config
- horizontal
Pod booleanAutoscaling - Enable GKE horizontal pod autoscaling
- http
Load booleanBalancing - Enable GKE HTTP load balancing
- network
Policy booleanConfig - Enable GKE network policy config
- horizontal_
pod_ boolautoscaling - Enable GKE horizontal pod autoscaling
- http_
load_ boolbalancing - Enable GKE HTTP load balancing
- network_
policy_ boolconfig - Enable GKE network policy config
- horizontal
Pod BooleanAutoscaling - Enable GKE horizontal pod autoscaling
- http
Load BooleanBalancing - Enable GKE HTTP load balancing
- network
Policy BooleanConfig - Enable GKE network policy config
GetClusterGkeConfigV2IpAllocationPolicy
- Cluster
Ipv4Cidr stringBlock - The GKE cluster ip v4 allocation cidr block
- Cluster
Secondary stringRange Name - The GKE cluster ip v4 allocation secondary range name
- Create
Subnetwork bool - Create GKE subnetwork?
- Node
Ipv4Cidr stringBlock - The GKE node ip v4 allocation cidr block
- Services
Ipv4Cidr stringBlock - The GKE services ip v4 allocation cidr block
- Services
Secondary stringRange Name - The GKE services ip v4 allocation secondary range name
- Subnetwork
Name string - The GKE cluster subnetwork name
- Use
Ip boolAliases - Use GKE ip aliases?
- Cluster
Ipv4Cidr stringBlock - The GKE cluster ip v4 allocation cidr block
- Cluster
Secondary stringRange Name - The GKE cluster ip v4 allocation secondary range name
- Create
Subnetwork bool - Create GKE subnetwork?
- Node
Ipv4Cidr stringBlock - The GKE node ip v4 allocation cidr block
- Services
Ipv4Cidr stringBlock - The GKE services ip v4 allocation cidr block
- Services
Secondary stringRange Name - The GKE services ip v4 allocation secondary range name
- Subnetwork
Name string - The GKE cluster subnetwork name
- Use
Ip boolAliases - Use GKE ip aliases?
- cluster
Ipv4Cidr StringBlock - The GKE cluster ip v4 allocation cidr block
- cluster
Secondary StringRange Name - The GKE cluster ip v4 allocation secondary range name
- create
Subnetwork Boolean - Create GKE subnetwork?
- node
Ipv4Cidr StringBlock - The GKE node ip v4 allocation cidr block
- services
Ipv4Cidr StringBlock - The GKE services ip v4 allocation cidr block
- services
Secondary StringRange Name - The GKE services ip v4 allocation secondary range name
- subnetwork
Name String - The GKE cluster subnetwork name
- use
Ip BooleanAliases - Use GKE ip aliases?
- cluster
Ipv4Cidr stringBlock - The GKE cluster ip v4 allocation cidr block
- cluster
Secondary stringRange Name - The GKE cluster ip v4 allocation secondary range name
- create
Subnetwork boolean - Create GKE subnetwork?
- node
Ipv4Cidr stringBlock - The GKE node ip v4 allocation cidr block
- services
Ipv4Cidr stringBlock - The GKE services ip v4 allocation cidr block
- services
Secondary stringRange Name - The GKE services ip v4 allocation secondary range name
- subnetwork
Name string - The GKE cluster subnetwork name
- use
Ip booleanAliases - Use GKE ip aliases?
- cluster_
ipv4_ strcidr_ block - The GKE cluster ip v4 allocation cidr block
- cluster_
secondary_ strrange_ name - The GKE cluster ip v4 allocation secondary range name
- create_
subnetwork bool - Create GKE subnetwork?
- node_
ipv4_ strcidr_ block - The GKE node ip v4 allocation cidr block
- services_
ipv4_ strcidr_ block - The GKE services ip v4 allocation cidr block
- services_
secondary_ strrange_ name - The GKE services ip v4 allocation secondary range name
- subnetwork_
name str - The GKE cluster subnetwork name
- use_
ip_ boolaliases - Use GKE ip aliases?
- cluster
Ipv4Cidr StringBlock - The GKE cluster ip v4 allocation cidr block
- cluster
Secondary StringRange Name - The GKE cluster ip v4 allocation secondary range name
- create
Subnetwork Boolean - Create GKE subnetwork?
- node
Ipv4Cidr StringBlock - The GKE node ip v4 allocation cidr block
- services
Ipv4Cidr StringBlock - The GKE services ip v4 allocation cidr block
- services
Secondary StringRange Name - The GKE services ip v4 allocation secondary range name
- subnetwork
Name String - The GKE cluster subnetwork name
- use
Ip BooleanAliases - Use GKE ip aliases?
GetClusterGkeConfigV2MasterAuthorizedNetworksConfig
- Cidr
Blocks List<GetCluster Gke Config V2Master Authorized Networks Config Cidr Block> - The GKE master authorized network config cidr blocks
- Enabled bool
- Enable GKE master authorized network config
- Cidr
Blocks []GetCluster Gke Config V2Master Authorized Networks Config Cidr Block - The GKE master authorized network config cidr blocks
- Enabled bool
- Enable GKE master authorized network config
- cidr
Blocks List<GetCluster Gke Config V2Master Authorized Networks Config Cidr Block> - The GKE master authorized network config cidr blocks
- enabled Boolean
- Enable GKE master authorized network config
- cidr
Blocks GetCluster Gke Config V2Master Authorized Networks Config Cidr Block[] - The GKE master authorized network config cidr blocks
- enabled boolean
- Enable GKE master authorized network config
- cidr_
blocks Sequence[GetCluster Gke Config V2Master Authorized Networks Config Cidr Block] - The GKE master authorized network config cidr blocks
- enabled bool
- Enable GKE master authorized network config
- cidr
Blocks List<Property Map> - The GKE master authorized network config cidr blocks
- enabled Boolean
- Enable GKE master authorized network config
GetClusterGkeConfigV2MasterAuthorizedNetworksConfigCidrBlock
- Cidr
Block string - The GKE master authorized network config cidr block
- Display
Name string - The GKE master authorized network config cidr block dispaly name
- Cidr
Block string - The GKE master authorized network config cidr block
- Display
Name string - The GKE master authorized network config cidr block dispaly name
- cidr
Block String - The GKE master authorized network config cidr block
- display
Name String - The GKE master authorized network config cidr block dispaly name
- cidr
Block string - The GKE master authorized network config cidr block
- display
Name string - The GKE master authorized network config cidr block dispaly name
- cidr_
block str - The GKE master authorized network config cidr block
- display_
name str - The GKE master authorized network config cidr block dispaly name
- cidr
Block String - The GKE master authorized network config cidr block
- display
Name String - The GKE master authorized network config cidr block dispaly name
GetClusterGkeConfigV2NodePool
- Autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - The GKE node pool config autoscaling
- Config
Get
Cluster Gke Config V2Node Pool Config - The GKE node pool node config
- Initial
Node intCount - The GKE node pool config initial node count
- Management
Get
Cluster Gke Config V2Node Pool Management - The GKE node pool config management
- Max
Pods intConstraint - The GKE node pool config max pods constraint
- Name string
- The name of the Cluster (string)
- Version string
- The GKE node pool config version
- Autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - The GKE node pool config autoscaling
- Config
Get
Cluster Gke Config V2Node Pool Config - The GKE node pool node config
- Initial
Node intCount - The GKE node pool config initial node count
- Management
Get
Cluster Gke Config V2Node Pool Management - The GKE node pool config management
- Max
Pods intConstraint - The GKE node pool config max pods constraint
- Name string
- The name of the Cluster (string)
- Version string
- The GKE node pool config version
- autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - The GKE node pool config autoscaling
- config
Get
Cluster Gke Config V2Node Pool Config - The GKE node pool node config
- initial
Node IntegerCount - The GKE node pool config initial node count
- management
Get
Cluster Gke Config V2Node Pool Management - The GKE node pool config management
- max
Pods IntegerConstraint - The GKE node pool config max pods constraint
- name String
- The name of the Cluster (string)
- version String
- The GKE node pool config version
- autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - The GKE node pool config autoscaling
- config
Get
Cluster Gke Config V2Node Pool Config - The GKE node pool node config
- initial
Node numberCount - The GKE node pool config initial node count
- management
Get
Cluster Gke Config V2Node Pool Management - The GKE node pool config management
- max
Pods numberConstraint - The GKE node pool config max pods constraint
- name string
- The name of the Cluster (string)
- version string
- The GKE node pool config version
- autoscaling
Get
Cluster Gke Config V2Node Pool Autoscaling - The GKE node pool config autoscaling
- config
Get
Cluster Gke Config V2Node Pool Config - The GKE node pool node config
- initial_
node_ intcount - The GKE node pool config initial node count
- management
Get
Cluster Gke Config V2Node Pool Management - The GKE node pool config management
- max_
pods_ intconstraint - The GKE node pool config max pods constraint
- name str
- The name of the Cluster (string)
- version str
- The GKE node pool config version
- autoscaling Property Map
- The GKE node pool config autoscaling
- config Property Map
- The GKE node pool node config
- initial
Node NumberCount - The GKE node pool config initial node count
- management Property Map
- The GKE node pool config management
- max
Pods NumberConstraint - The GKE node pool config max pods constraint
- name String
- The name of the Cluster (string)
- version String
- The GKE node pool config version
GetClusterGkeConfigV2NodePoolAutoscaling
- Max
Node intCount - The GKE node pool config max node count
- Min
Node intCount - The GKE node pool config min node count
- Enabled bool
- Enable GKE node pool config autoscaling
- Max
Node intCount - The GKE node pool config max node count
- Min
Node intCount - The GKE node pool config min node count
- Enabled bool
- Enable GKE node pool config autoscaling
- max
Node IntegerCount - The GKE node pool config max node count
- min
Node IntegerCount - The GKE node pool config min node count
- enabled Boolean
- Enable GKE node pool config autoscaling
- max
Node numberCount - The GKE node pool config max node count
- min
Node numberCount - The GKE node pool config min node count
- enabled boolean
- Enable GKE node pool config autoscaling
- max_
node_ intcount - The GKE node pool config max node count
- min_
node_ intcount - The GKE node pool config min node count
- enabled bool
- Enable GKE node pool config autoscaling
- max
Node NumberCount - The GKE node pool config max node count
- min
Node NumberCount - The GKE node pool config min node count
- enabled Boolean
- Enable GKE node pool config autoscaling
GetClusterGkeConfigV2NodePoolConfig
- Labels Dictionary<string, string>
- (Computed) Labels for Node Pool object (map)
- Oauth
Scopes List<string> - The GKE node config oauth scopes
- List<string>
- The GKE node config tags
- Disk
Size intGb - The GKE node config disk size (Gb)
- Disk
Type string - The GKE node config disk type
- Image
Type string - The GKE node config image type
- Local
Ssd intCount - The GKE node config local ssd count
- Machine
Type string - The GKE node config machine type
- Preemptible bool
- Enable GKE node config preemptible
- Service
Account string - The GKE node config service account
- Taints
List<Get
Cluster Gke Config V2Node Pool Config Taint> - The GKE node config taints
- Labels map[string]string
- (Computed) Labels for Node Pool object (map)
- Oauth
Scopes []string - The GKE node config oauth scopes
- []string
- The GKE node config tags
- Disk
Size intGb - The GKE node config disk size (Gb)
- Disk
Type string - The GKE node config disk type
- Image
Type string - The GKE node config image type
- Local
Ssd intCount - The GKE node config local ssd count
- Machine
Type string - The GKE node config machine type
- Preemptible bool
- Enable GKE node config preemptible
- Service
Account string - The GKE node config service account
- Taints
[]Get
Cluster Gke Config V2Node Pool Config Taint - The GKE node config taints
- labels Map<String,String>
- (Computed) Labels for Node Pool object (map)
- oauth
Scopes List<String> - The GKE node config oauth scopes
- List<String>
- The GKE node config tags
- disk
Size IntegerGb - The GKE node config disk size (Gb)
- disk
Type String - The GKE node config disk type
- image
Type String - The GKE node config image type
- local
Ssd IntegerCount - The GKE node config local ssd count
- machine
Type String - The GKE node config machine type
- preemptible Boolean
- Enable GKE node config preemptible
- service
Account String - The GKE node config service account
- taints
List<Get
Cluster Gke Config V2Node Pool Config Taint> - The GKE node config taints
- labels {[key: string]: string}
- (Computed) Labels for Node Pool object (map)
- oauth
Scopes string[] - The GKE node config oauth scopes
- string[]
- The GKE node config tags
- disk
Size numberGb - The GKE node config disk size (Gb)
- disk
Type string - The GKE node config disk type
- image
Type string - The GKE node config image type
- local
Ssd numberCount - The GKE node config local ssd count
- machine
Type string - The GKE node config machine type
- preemptible boolean
- Enable GKE node config preemptible
- service
Account string - The GKE node config service account
- taints
Get
Cluster Gke Config V2Node Pool Config Taint[] - The GKE node config taints
- labels Mapping[str, str]
- (Computed) Labels for Node Pool object (map)
- oauth_
scopes Sequence[str] - The GKE node config oauth scopes
- Sequence[str]
- The GKE node config tags
- disk_
size_ intgb - The GKE node config disk size (Gb)
- disk_
type str - The GKE node config disk type
- image_
type str - The GKE node config image type
- local_
ssd_ intcount - The GKE node config local ssd count
- machine_
type str - The GKE node config machine type
- preemptible bool
- Enable GKE node config preemptible
- service_
account str - The GKE node config service account
- taints
Sequence[Get
Cluster Gke Config V2Node Pool Config Taint] - The GKE node config taints
- labels Map<String>
- (Computed) Labels for Node Pool object (map)
- oauth
Scopes List<String> - The GKE node config oauth scopes
- List<String>
- The GKE node config tags
- disk
Size NumberGb - The GKE node config disk size (Gb)
- disk
Type String - The GKE node config disk type
- image
Type String - The GKE node config image type
- local
Ssd NumberCount - The GKE node config local ssd count
- machine
Type String - The GKE node config machine type
- preemptible Boolean
- Enable GKE node config preemptible
- service
Account String - The GKE node config service account
- taints List<Property Map>
- The GKE node config taints
GetClusterGkeConfigV2NodePoolConfigTaint
GetClusterGkeConfigV2NodePoolManagement
- Auto
Repair bool - Enable GKE node pool config management auto repair
- Auto
Upgrade bool - Enable GKE node pool config management auto upgrade
- Auto
Repair bool - Enable GKE node pool config management auto repair
- Auto
Upgrade bool - Enable GKE node pool config management auto upgrade
- auto
Repair Boolean - Enable GKE node pool config management auto repair
- auto
Upgrade Boolean - Enable GKE node pool config management auto upgrade
- auto
Repair boolean - Enable GKE node pool config management auto repair
- auto
Upgrade boolean - Enable GKE node pool config management auto upgrade
- auto_
repair bool - Enable GKE node pool config management auto repair
- auto_
upgrade bool - Enable GKE node pool config management auto upgrade
- auto
Repair Boolean - Enable GKE node pool config management auto repair
- auto
Upgrade Boolean - Enable GKE node pool config management auto upgrade
GetClusterGkeConfigV2PrivateClusterConfig
- Master
Ipv4Cidr stringBlock - The GKE cluster private master ip v4 cidr block
- Enable
Private boolEndpoint - Enable GKE cluster private endpoint
- Enable
Private boolNodes - Enable GKE cluster private nodes
- Master
Ipv4Cidr stringBlock - The GKE cluster private master ip v4 cidr block
- Enable
Private boolEndpoint - Enable GKE cluster private endpoint
- Enable
Private boolNodes - Enable GKE cluster private nodes
- master
Ipv4Cidr StringBlock - The GKE cluster private master ip v4 cidr block
- enable
Private BooleanEndpoint - Enable GKE cluster private endpoint
- enable
Private BooleanNodes - Enable GKE cluster private nodes
- master
Ipv4Cidr stringBlock - The GKE cluster private master ip v4 cidr block
- enable
Private booleanEndpoint - Enable GKE cluster private endpoint
- enable
Private booleanNodes - Enable GKE cluster private nodes
- master_
ipv4_ strcidr_ block - The GKE cluster private master ip v4 cidr block
- enable_
private_ boolendpoint - Enable GKE cluster private endpoint
- enable_
private_ boolnodes - Enable GKE cluster private nodes
- master
Ipv4Cidr StringBlock - The GKE cluster private master ip v4 cidr block
- enable
Private BooleanEndpoint - Enable GKE cluster private endpoint
- enable
Private BooleanNodes - Enable GKE cluster private nodes
GetClusterImportedConfig
- Private
Registry stringUrl - Private registry URL
- Private
Registry stringUrl - Private registry URL
- private
Registry StringUrl - Private registry URL
- private
Registry stringUrl - Private registry URL
- private_
registry_ strurl - Private registry URL
- private
Registry StringUrl - Private registry URL
GetClusterK3sConfig
- Upgrade
Strategy GetCluster K3s Config Upgrade Strategy - The K3S upgrade strategy
- Version string
- The K3S kubernetes version
- Upgrade
Strategy GetCluster K3s Config Upgrade Strategy - The K3S upgrade strategy
- Version string
- The K3S kubernetes version
- upgrade
Strategy GetCluster K3s Config Upgrade Strategy - The K3S upgrade strategy
- version String
- The K3S kubernetes version
- upgrade
Strategy GetCluster K3s Config Upgrade Strategy - The K3S upgrade strategy
- version string
- The K3S kubernetes version
- upgrade_
strategy GetCluster K3s Config Upgrade Strategy - The K3S upgrade strategy
- version str
- The K3S kubernetes version
- upgrade
Strategy Property Map - The K3S upgrade strategy
- version String
- The K3S kubernetes version
GetClusterK3sConfigUpgradeStrategy
- Drain
Server boolNodes - Drain server nodes
- Drain
Worker boolNodes - Drain worker nodes
- Server
Concurrency int - Server concurrency
- Worker
Concurrency int - Worker concurrency
- Drain
Server boolNodes - Drain server nodes
- Drain
Worker boolNodes - Drain worker nodes
- Server
Concurrency int - Server concurrency
- Worker
Concurrency int - Worker concurrency
- drain
Server BooleanNodes - Drain server nodes
- drain
Worker BooleanNodes - Drain worker nodes
- server
Concurrency Integer - Server concurrency
- worker
Concurrency Integer - Worker concurrency
- drain
Server booleanNodes - Drain server nodes
- drain
Worker booleanNodes - Drain worker nodes
- server
Concurrency number - Server concurrency
- worker
Concurrency number - Worker concurrency
- drain_
server_ boolnodes - Drain server nodes
- drain_
worker_ boolnodes - Drain worker nodes
- server_
concurrency int - Server concurrency
- worker_
concurrency int - Worker concurrency
- drain
Server BooleanNodes - Drain server nodes
- drain
Worker BooleanNodes - Drain worker nodes
- server
Concurrency Number - Server concurrency
- worker
Concurrency Number - Worker concurrency
GetClusterOkeConfig
- Compartment
Id string - The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
- Kubernetes
Version string - The Kubernetes version that will be used for your master and worker nodes e.g. v1.33.1
- Node
Image string - The OS for the node image
- Node
Shape string - The shape of the node (determines number of CPUs and amount of memory on each node)
- Region string
- The availability domain within the region to host the OKE cluster
- Tenancy
Id string - The OCID of the tenancy in which to create resources
- Cluster
Type string - Optionally specify a cluster type of basic or enhanced
- Control
Plane stringSubnet Name - The (optional) name of a pre-existing subnet (public or private) for the Kubernetes API endpoint
- Custom
Boot intVolume Size - An optional custom boot volume size (in GB) for the nodes
- Description string
- (Computed) The description for Cluster (string)
- Enable
Kubernetes boolDashboard - Enable the kubernetes dashboard
- Enable
Private boolControl Plane - Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
- Enable
Private boolNodes - Whether worker nodes are deployed into a new private subnet
- Eviction
Grace stringDuration - The optional grace period in minutes to allow cordon and drain to complete successfuly
- Fingerprint string
- The fingerprint corresponding to the specified user's private API Key
- Flex
Memory intIn Gbs - Optional amount of memory in GB for nodes (requires flexible node_shape)
- Flex
Ocpus int - Optional number of OCPUs for nodes (requires flexible node_shape)
- Force
Delete boolAfter Grace Duration - Whether to send a SIGKILL signal if a pod does not terminate within the specified grace period
- Image
Verification stringKms Key Id - Optional specify a comma separated list of master encryption key OCID(s) to verify images
- Kms
Key stringId - Optional specify the OCID of the KMS Vault master key
- Limit
Node intCount - Optional limit on the total number of nodes in the pool
- Load
Balancer stringSubnet Name1 - The name of the first existing subnet to use for Kubernetes services / LB
- Load
Balancer stringSubnet Name2 - The (optional) name of a second existing subnet to use for Kubernetes services / LB
- Node
Pool stringDns Domain Name - Optional name for DNS domain of node pool subnet
- Node
Pool stringSubnet Name - Optional pre-existing subnet (public or private) for nodes
- Node
Public stringKey Contents - The contents of the SSH public key file to use for the nodes
- Node
User stringData Contents - The contents of custom cloud-init / user_data for the nodes - will be base64 encoded internally if it is not already
- Pod
Cidr string - Optional specify the pod CIDR, defaults to 10.244.0.0/16
- Pod
Network string - Optional Pod Network plugin. Choose flannel or native. Defaults to flannel
- Pod
Subnet stringName - The (optional) name of a pre-existing subnet that pods will be assigned IPs from when using native pod networking
- Private
Key stringContents - The private API key file contents for the specified user, in PEM format
- Private
Key stringPassphrase - The passphrase of the private key for the OKE cluster
- Quantity
Of intNode Subnets - Number of node subnets (defaults to creating 1 regional subnet)
- Quantity
Per intSubnet - Number of worker nodes in each subnet / availability domain
- Service
Cidr string - Optional specify the service CIDR, defaults to 10.96.0.0/16
- Service
Dns stringDomain Name - Optional name for DNS domain of service subnet
- Skip
Vcn boolDelete - Whether to skip deleting VCN
- User
Ocid string - The OCID of a user who has access to the tenancy/compartment
- Vcn
Compartment stringId - The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
- Vcn
Name string - The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
- Worker
Node stringIngress Cidr - Additional CIDR from which to allow ingress to worker nodes
- Compartment
Id string - The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
- Kubernetes
Version string - The Kubernetes version that will be used for your master and worker nodes e.g. v1.33.1
- Node
Image string - The OS for the node image
- Node
Shape string - The shape of the node (determines number of CPUs and amount of memory on each node)
- Region string
- The availability domain within the region to host the OKE cluster
- Tenancy
Id string - The OCID of the tenancy in which to create resources
- Cluster
Type string - Optionally specify a cluster type of basic or enhanced
- Control
Plane stringSubnet Name - The (optional) name of a pre-existing subnet (public or private) for the Kubernetes API endpoint
- Custom
Boot intVolume Size - An optional custom boot volume size (in GB) for the nodes
- Description string
- (Computed) The description for Cluster (string)
- Enable
Kubernetes boolDashboard - Enable the kubernetes dashboard
- Enable
Private boolControl Plane - Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
- Enable
Private boolNodes - Whether worker nodes are deployed into a new private subnet
- Eviction
Grace stringDuration - The optional grace period in minutes to allow cordon and drain to complete successfuly
- Fingerprint string
- The fingerprint corresponding to the specified user's private API Key
- Flex
Memory intIn Gbs - Optional amount of memory in GB for nodes (requires flexible node_shape)
- Flex
Ocpus int - Optional number of OCPUs for nodes (requires flexible node_shape)
- Force
Delete boolAfter Grace Duration - Whether to send a SIGKILL signal if a pod does not terminate within the specified grace period
- Image
Verification stringKms Key Id - Optional specify a comma separated list of master encryption key OCID(s) to verify images
- Kms
Key stringId - Optional specify the OCID of the KMS Vault master key
- Limit
Node intCount - Optional limit on the total number of nodes in the pool
- Load
Balancer stringSubnet Name1 - The name of the first existing subnet to use for Kubernetes services / LB
- Load
Balancer stringSubnet Name2 - The (optional) name of a second existing subnet to use for Kubernetes services / LB
- Node
Pool stringDns Domain Name - Optional name for DNS domain of node pool subnet
- Node
Pool stringSubnet Name - Optional pre-existing subnet (public or private) for nodes
- Node
Public stringKey Contents - The contents of the SSH public key file to use for the nodes
- Node
User stringData Contents - The contents of custom cloud-init / user_data for the nodes - will be base64 encoded internally if it is not already
- Pod
Cidr string - Optional specify the pod CIDR, defaults to 10.244.0.0/16
- Pod
Network string - Optional Pod Network plugin. Choose flannel or native. Defaults to flannel
- Pod
Subnet stringName - The (optional) name of a pre-existing subnet that pods will be assigned IPs from when using native pod networking
- Private
Key stringContents - The private API key file contents for the specified user, in PEM format
- Private
Key stringPassphrase - The passphrase of the private key for the OKE cluster
- Quantity
Of intNode Subnets - Number of node subnets (defaults to creating 1 regional subnet)
- Quantity
Per intSubnet - Number of worker nodes in each subnet / availability domain
- Service
Cidr string - Optional specify the service CIDR, defaults to 10.96.0.0/16
- Service
Dns stringDomain Name - Optional name for DNS domain of service subnet
- Skip
Vcn boolDelete - Whether to skip deleting VCN
- User
Ocid string - The OCID of a user who has access to the tenancy/compartment
- Vcn
Compartment stringId - The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
- Vcn
Name string - The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
- Worker
Node stringIngress Cidr - Additional CIDR from which to allow ingress to worker nodes
- compartment
Id String - The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
- kubernetes
Version String - The Kubernetes version that will be used for your master and worker nodes e.g. v1.33.1
- node
Image String - The OS for the node image
- node
Shape String - The shape of the node (determines number of CPUs and amount of memory on each node)
- region String
- The availability domain within the region to host the OKE cluster
- tenancy
Id String - The OCID of the tenancy in which to create resources
- cluster
Type String - Optionally specify a cluster type of basic or enhanced
- control
Plane StringSubnet Name - The (optional) name of a pre-existing subnet (public or private) for the Kubernetes API endpoint
- custom
Boot IntegerVolume Size - An optional custom boot volume size (in GB) for the nodes
- description String
- (Computed) The description for Cluster (string)
- enable
Kubernetes BooleanDashboard - Enable the kubernetes dashboard
- enable
Private BooleanControl Plane - Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
- enable
Private BooleanNodes - Whether worker nodes are deployed into a new private subnet
- eviction
Grace StringDuration - The optional grace period in minutes to allow cordon and drain to complete successfuly
- fingerprint String
- The fingerprint corresponding to the specified user's private API Key
- flex
Memory IntegerIn Gbs - Optional amount of memory in GB for nodes (requires flexible node_shape)
- flex
Ocpus Integer - Optional number of OCPUs for nodes (requires flexible node_shape)
- force
Delete BooleanAfter Grace Duration - Whether to send a SIGKILL signal if a pod does not terminate within the specified grace period
- image
Verification StringKms Key Id - Optional specify a comma separated list of master encryption key OCID(s) to verify images
- kms
Key StringId - Optional specify the OCID of the KMS Vault master key
- limit
Node IntegerCount - Optional limit on the total number of nodes in the pool
- load
Balancer StringSubnet Name1 - The name of the first existing subnet to use for Kubernetes services / LB
- load
Balancer StringSubnet Name2 - The (optional) name of a second existing subnet to use for Kubernetes services / LB
- node
Pool StringDns Domain Name - Optional name for DNS domain of node pool subnet
- node
Pool StringSubnet Name - Optional pre-existing subnet (public or private) for nodes
- node
Public StringKey Contents - The contents of the SSH public key file to use for the nodes
- node
User StringData Contents - The contents of custom cloud-init / user_data for the nodes - will be base64 encoded internally if it is not already
- pod
Cidr String - Optional specify the pod CIDR, defaults to 10.244.0.0/16
- pod
Network String - Optional Pod Network plugin. Choose flannel or native. Defaults to flannel
- pod
Subnet StringName - The (optional) name of a pre-existing subnet that pods will be assigned IPs from when using native pod networking
- private
Key StringContents - The private API key file contents for the specified user, in PEM format
- private
Key StringPassphrase - The passphrase of the private key for the OKE cluster
- quantity
Of IntegerNode Subnets - Number of node subnets (defaults to creating 1 regional subnet)
- quantity
Per IntegerSubnet - Number of worker nodes in each subnet / availability domain
- service
Cidr String - Optional specify the service CIDR, defaults to 10.96.0.0/16
- service
Dns StringDomain Name - Optional name for DNS domain of service subnet
- skip
Vcn BooleanDelete - Whether to skip deleting VCN
- user
Ocid String - The OCID of a user who has access to the tenancy/compartment
- vcn
Compartment StringId - The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
- vcn
Name String - The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
- worker
Node StringIngress Cidr - Additional CIDR from which to allow ingress to worker nodes
- compartment
Id string - The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
- kubernetes
Version string - The Kubernetes version that will be used for your master and worker nodes e.g. v1.33.1
- node
Image string - The OS for the node image
- node
Shape string - The shape of the node (determines number of CPUs and amount of memory on each node)
- region string
- The availability domain within the region to host the OKE cluster
- tenancy
Id string - The OCID of the tenancy in which to create resources
- cluster
Type string - Optionally specify a cluster type of basic or enhanced
- control
Plane stringSubnet Name - The (optional) name of a pre-existing subnet (public or private) for the Kubernetes API endpoint
- custom
Boot numberVolume Size - An optional custom boot volume size (in GB) for the nodes
- description string
- (Computed) The description for Cluster (string)
- enable
Kubernetes booleanDashboard - Enable the kubernetes dashboard
- enable
Private booleanControl Plane - Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
- enable
Private booleanNodes - Whether worker nodes are deployed into a new private subnet
- eviction
Grace stringDuration - The optional grace period in minutes to allow cordon and drain to complete successfuly
- fingerprint string
- The fingerprint corresponding to the specified user's private API Key
- flex
Memory numberIn Gbs - Optional amount of memory in GB for nodes (requires flexible node_shape)
- flex
Ocpus number - Optional number of OCPUs for nodes (requires flexible node_shape)
- force
Delete booleanAfter Grace Duration - Whether to send a SIGKILL signal if a pod does not terminate within the specified grace period
- image
Verification stringKms Key Id - Optional specify a comma separated list of master encryption key OCID(s) to verify images
- kms
Key stringId - Optional specify the OCID of the KMS Vault master key
- limit
Node numberCount - Optional limit on the total number of nodes in the pool
- load
Balancer stringSubnet Name1 - The name of the first existing subnet to use for Kubernetes services / LB
- load
Balancer stringSubnet Name2 - The (optional) name of a second existing subnet to use for Kubernetes services / LB
- node
Pool stringDns Domain Name - Optional name for DNS domain of node pool subnet
- node
Pool stringSubnet Name - Optional pre-existing subnet (public or private) for nodes
- node
Public stringKey Contents - The contents of the SSH public key file to use for the nodes
- node
User stringData Contents - The contents of custom cloud-init / user_data for the nodes - will be base64 encoded internally if it is not already
- pod
Cidr string - Optional specify the pod CIDR, defaults to 10.244.0.0/16
- pod
Network string - Optional Pod Network plugin. Choose flannel or native. Defaults to flannel
- pod
Subnet stringName - The (optional) name of a pre-existing subnet that pods will be assigned IPs from when using native pod networking
- private
Key stringContents - The private API key file contents for the specified user, in PEM format
- private
Key stringPassphrase - The passphrase of the private key for the OKE cluster
- quantity
Of numberNode Subnets - Number of node subnets (defaults to creating 1 regional subnet)
- quantity
Per numberSubnet - Number of worker nodes in each subnet / availability domain
- service
Cidr string - Optional specify the service CIDR, defaults to 10.96.0.0/16
- service
Dns stringDomain Name - Optional name for DNS domain of service subnet
- skip
Vcn booleanDelete - Whether to skip deleting VCN
- user
Ocid string - The OCID of a user who has access to the tenancy/compartment
- vcn
Compartment stringId - The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
- vcn
Name string - The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
- worker
Node stringIngress Cidr - Additional CIDR from which to allow ingress to worker nodes
- compartment_
id str - The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
- kubernetes_
version str - The Kubernetes version that will be used for your master and worker nodes e.g. v1.33.1
- node_
image str - The OS for the node image
- node_
shape str - The shape of the node (determines number of CPUs and amount of memory on each node)
- region str
- The availability domain within the region to host the OKE cluster
- tenancy_
id str - The OCID of the tenancy in which to create resources
- cluster_
type str - Optionally specify a cluster type of basic or enhanced
- control_
plane_ strsubnet_ name - The (optional) name of a pre-existing subnet (public or private) for the Kubernetes API endpoint
- custom_
boot_ intvolume_ size - An optional custom boot volume size (in GB) for the nodes
- description str
- (Computed) The description for Cluster (string)
- enable_
kubernetes_ booldashboard - Enable the kubernetes dashboard
- enable_
private_ boolcontrol_ plane - Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
- enable_
private_ boolnodes - Whether worker nodes are deployed into a new private subnet
- eviction_
grace_ strduration - The optional grace period in minutes to allow cordon and drain to complete successfuly
- fingerprint str
- The fingerprint corresponding to the specified user's private API Key
- flex_
memory_ intin_ gbs - Optional amount of memory in GB for nodes (requires flexible node_shape)
- flex_
ocpus int - Optional number of OCPUs for nodes (requires flexible node_shape)
- force_
delete_ boolafter_ grace_ duration - Whether to send a SIGKILL signal if a pod does not terminate within the specified grace period
- image_
verification_ strkms_ key_ id - Optional specify a comma separated list of master encryption key OCID(s) to verify images
- kms_
key_ strid - Optional specify the OCID of the KMS Vault master key
- limit_
node_ intcount - Optional limit on the total number of nodes in the pool
- load_
balancer_ strsubnet_ name1 - The name of the first existing subnet to use for Kubernetes services / LB
- load_
balancer_ strsubnet_ name2 - The (optional) name of a second existing subnet to use for Kubernetes services / LB
- node_
pool_ strdns_ domain_ name - Optional name for DNS domain of node pool subnet
- node_
pool_ strsubnet_ name - Optional pre-existing subnet (public or private) for nodes
- node_
public_ strkey_ contents - The contents of the SSH public key file to use for the nodes
- node_
user_ strdata_ contents - The contents of custom cloud-init / user_data for the nodes - will be base64 encoded internally if it is not already
- pod_
cidr str - Optional specify the pod CIDR, defaults to 10.244.0.0/16
- pod_
network str - Optional Pod Network plugin. Choose flannel or native. Defaults to flannel
- pod_
subnet_ strname - The (optional) name of a pre-existing subnet that pods will be assigned IPs from when using native pod networking
- private_
key_ strcontents - The private API key file contents for the specified user, in PEM format
- private_
key_ strpassphrase - The passphrase of the private key for the OKE cluster
- quantity_
of_ intnode_ subnets - Number of node subnets (defaults to creating 1 regional subnet)
- quantity_
per_ intsubnet - Number of worker nodes in each subnet / availability domain
- service_
cidr str - Optional specify the service CIDR, defaults to 10.96.0.0/16
- service_
dns_ strdomain_ name - Optional name for DNS domain of service subnet
- skip_
vcn_ booldelete - Whether to skip deleting VCN
- user_
ocid str - The OCID of a user who has access to the tenancy/compartment
- vcn_
compartment_ strid - The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
- vcn_
name str - The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
- worker_
node_ stringress_ cidr - Additional CIDR from which to allow ingress to worker nodes
- compartment
Id String - The OCID of the compartment in which to create resources (VCN, worker nodes, etc.)
- kubernetes
Version String - The Kubernetes version that will be used for your master and worker nodes e.g. v1.33.1
- node
Image String - The OS for the node image
- node
Shape String - The shape of the node (determines number of CPUs and amount of memory on each node)
- region String
- The availability domain within the region to host the OKE cluster
- tenancy
Id String - The OCID of the tenancy in which to create resources
- cluster
Type String - Optionally specify a cluster type of basic or enhanced
- control
Plane StringSubnet Name - The (optional) name of a pre-existing subnet (public or private) for the Kubernetes API endpoint
- custom
Boot NumberVolume Size - An optional custom boot volume size (in GB) for the nodes
- description String
- (Computed) The description for Cluster (string)
- enable
Kubernetes BooleanDashboard - Enable the kubernetes dashboard
- enable
Private BooleanControl Plane - Whether Kubernetes API endpoint is a private IP only accessible from within the VCN
- enable
Private BooleanNodes - Whether worker nodes are deployed into a new private subnet
- eviction
Grace StringDuration - The optional grace period in minutes to allow cordon and drain to complete successfuly
- fingerprint String
- The fingerprint corresponding to the specified user's private API Key
- flex
Memory NumberIn Gbs - Optional amount of memory in GB for nodes (requires flexible node_shape)
- flex
Ocpus Number - Optional number of OCPUs for nodes (requires flexible node_shape)
- force
Delete BooleanAfter Grace Duration - Whether to send a SIGKILL signal if a pod does not terminate within the specified grace period
- image
Verification StringKms Key Id - Optional specify a comma separated list of master encryption key OCID(s) to verify images
- kms
Key StringId - Optional specify the OCID of the KMS Vault master key
- limit
Node NumberCount - Optional limit on the total number of nodes in the pool
- load
Balancer StringSubnet Name1 - The name of the first existing subnet to use for Kubernetes services / LB
- load
Balancer StringSubnet Name2 - The (optional) name of a second existing subnet to use for Kubernetes services / LB
- node
Pool StringDns Domain Name - Optional name for DNS domain of node pool subnet
- node
Pool StringSubnet Name - Optional pre-existing subnet (public or private) for nodes
- node
Public StringKey Contents - The contents of the SSH public key file to use for the nodes
- node
User StringData Contents - The contents of custom cloud-init / user_data for the nodes - will be base64 encoded internally if it is not already
- pod
Cidr String - Optional specify the pod CIDR, defaults to 10.244.0.0/16
- pod
Network String - Optional Pod Network plugin. Choose flannel or native. Defaults to flannel
- pod
Subnet StringName - The (optional) name of a pre-existing subnet that pods will be assigned IPs from when using native pod networking
- private
Key StringContents - The private API key file contents for the specified user, in PEM format
- private
Key StringPassphrase - The passphrase of the private key for the OKE cluster
- quantity
Of NumberNode Subnets - Number of node subnets (defaults to creating 1 regional subnet)
- quantity
Per NumberSubnet - Number of worker nodes in each subnet / availability domain
- service
Cidr String - Optional specify the service CIDR, defaults to 10.96.0.0/16
- service
Dns StringDomain Name - Optional name for DNS domain of service subnet
- skip
Vcn BooleanDelete - Whether to skip deleting VCN
- user
Ocid String - The OCID of a user who has access to the tenancy/compartment
- vcn
Compartment StringId - The OCID of the compartment (if different from compartment_id) in which to find the pre-existing virtual network set with vcn_name.
- vcn
Name String - The optional name of an existing virtual network to use for the cluster creation. A new VCN will be created if not specified.
- worker
Node StringIngress Cidr - Additional CIDR from which to allow ingress to worker nodes
GetClusterRke2Config
- Upgrade
Strategy GetCluster Rke2Config Upgrade Strategy - The RKE2 upgrade strategy
- Version string
- The RKE2 kubernetes version
- Upgrade
Strategy GetCluster Rke2Config Upgrade Strategy - The RKE2 upgrade strategy
- Version string
- The RKE2 kubernetes version
- upgrade
Strategy GetCluster Rke2Config Upgrade Strategy - The RKE2 upgrade strategy
- version String
- The RKE2 kubernetes version
- upgrade
Strategy GetCluster Rke2Config Upgrade Strategy - The RKE2 upgrade strategy
- version string
- The RKE2 kubernetes version
- upgrade_
strategy GetCluster Rke2Config Upgrade Strategy - The RKE2 upgrade strategy
- version str
- The RKE2 kubernetes version
- upgrade
Strategy Property Map - The RKE2 upgrade strategy
- version String
- The RKE2 kubernetes version
GetClusterRke2ConfigUpgradeStrategy
- Drain
Server boolNodes - Drain server nodes
- Drain
Worker boolNodes - Drain worker nodes
- Server
Concurrency int - Server concurrency
- Worker
Concurrency int - Worker concurrency
- Drain
Server boolNodes - Drain server nodes
- Drain
Worker boolNodes - Drain worker nodes
- Server
Concurrency int - Server concurrency
- Worker
Concurrency int - Worker concurrency
- drain
Server BooleanNodes - Drain server nodes
- drain
Worker BooleanNodes - Drain worker nodes
- server
Concurrency Integer - Server concurrency
- worker
Concurrency Integer - Worker concurrency
- drain
Server booleanNodes - Drain server nodes
- drain
Worker booleanNodes - Drain worker nodes
- server
Concurrency number - Server concurrency
- worker
Concurrency number - Worker concurrency
- drain_
server_ boolnodes - Drain server nodes
- drain_
worker_ boolnodes - Drain worker nodes
- server_
concurrency int - Server concurrency
- worker_
concurrency int - Worker concurrency
- drain
Server BooleanNodes - Drain server nodes
- drain
Worker BooleanNodes - Drain worker nodes
- server
Concurrency Number - Server concurrency
- worker
Concurrency Number - Worker concurrency
GetClusterRkeConfig
- Addon
Job intTimeout - Optional duration in seconds of addon job.
- Authentication
Get
Cluster Rke Config Authentication - Kubernetes cluster authentication
- Get
Cluster Rke Config Authorization - Kubernetes cluster authorization
- Bastion
Host GetCluster Rke Config Bastion Host - RKE bastion host
- Cloud
Provider GetCluster Rke Config Cloud Provider - Dns
Get
Cluster Rke Config Dns - Ingress
Get
Cluster Rke Config Ingress - Kubernetes ingress configuration
- Kubernetes
Version string - Optional kubernetes version to deploy
- Monitoring
Get
Cluster Rke Config Monitoring - Kubernetes cluster monitoring
- Network
Get
Cluster Rke Config Network - Kubernetes cluster networking
- Prefix
Path string - Optional prefix to customize kubernetes path
- Services
Get
Cluster Rke Config Services - Kubernetes cluster services
- Ssh
Cert stringPath - Optional cluster level SSH certificate path
- Ssh
Key stringPath - Optional cluster level SSH private key path
- Upgrade
Strategy GetCluster Rke Config Upgrade Strategy - RKE upgrade strategy
- Win
Prefix stringPath - Optional prefix to customize kubernetes path for windows nodes
- Addons string
- Optional addons descripton to deploy on rke cluster.
- Addons
Includes List<string> - Optional addons yaml manisfest to deploy on rke cluster.
- Enable
Cri boolDockerd - Enable/disable using cri-dockerd
- Ignore
Docker boolVersion - Optional ignore docker version on nodes
- Nodes
List<Get
Cluster Rke Config Node> - Optional RKE cluster nodes
- Private
Registries List<GetCluster Rke Config Private Registry> - Optional private registries for docker images
- Ssh
Agent boolAuth - Optional use ssh agent auth
- Addon
Job intTimeout - Optional duration in seconds of addon job.
- Authentication
Get
Cluster Rke Config Authentication - Kubernetes cluster authentication
- Get
Cluster Rke Config Authorization - Kubernetes cluster authorization
- Bastion
Host GetCluster Rke Config Bastion Host - RKE bastion host
- Cloud
Provider GetCluster Rke Config Cloud Provider - Dns
Get
Cluster Rke Config Dns - Ingress
Get
Cluster Rke Config Ingress - Kubernetes ingress configuration
- Kubernetes
Version string - Optional kubernetes version to deploy
- Monitoring
Get
Cluster Rke Config Monitoring - Kubernetes cluster monitoring
- Network
Get
Cluster Rke Config Network - Kubernetes cluster networking
- Prefix
Path string - Optional prefix to customize kubernetes path
- Services
Get
Cluster Rke Config Services - Kubernetes cluster services
- Ssh
Cert stringPath - Optional cluster level SSH certificate path
- Ssh
Key stringPath - Optional cluster level SSH private key path
- Upgrade
Strategy GetCluster Rke Config Upgrade Strategy - RKE upgrade strategy
- Win
Prefix stringPath - Optional prefix to customize kubernetes path for windows nodes
- Addons string
- Optional addons descripton to deploy on rke cluster.
- Addons
Includes []string - Optional addons yaml manisfest to deploy on rke cluster.
- Enable
Cri boolDockerd - Enable/disable using cri-dockerd
- Ignore
Docker boolVersion - Optional ignore docker version on nodes
- Nodes
[]Get
Cluster Rke Config Node - Optional RKE cluster nodes
- Private
Registries []GetCluster Rke Config Private Registry - Optional private registries for docker images
- Ssh
Agent boolAuth - Optional use ssh agent auth
- addon
Job IntegerTimeout - Optional duration in seconds of addon job.
- authentication
Get
Cluster Rke Config Authentication - Kubernetes cluster authentication
- Get
Cluster Rke Config Authorization - Kubernetes cluster authorization
- bastion
Host GetCluster Rke Config Bastion Host - RKE bastion host
- cloud
Provider GetCluster Rke Config Cloud Provider - dns
Get
Cluster Rke Config Dns - ingress
Get
Cluster Rke Config Ingress - Kubernetes ingress configuration
- kubernetes
Version String - Optional kubernetes version to deploy
- monitoring
Get
Cluster Rke Config Monitoring - Kubernetes cluster monitoring
- network
Get
Cluster Rke Config Network - Kubernetes cluster networking
- prefix
Path String - Optional prefix to customize kubernetes path
- services
Get
Cluster Rke Config Services - Kubernetes cluster services
- ssh
Cert StringPath - Optional cluster level SSH certificate path
- ssh
Key StringPath - Optional cluster level SSH private key path
- upgrade
Strategy GetCluster Rke Config Upgrade Strategy - RKE upgrade strategy
- win
Prefix StringPath - Optional prefix to customize kubernetes path for windows nodes
- addons String
- Optional addons descripton to deploy on rke cluster.
- addons
Includes List<String> - Optional addons yaml manisfest to deploy on rke cluster.
- enable
Cri BooleanDockerd - Enable/disable using cri-dockerd
- ignore
Docker BooleanVersion - Optional ignore docker version on nodes
- nodes
List<Get
Cluster Rke Config Node> - Optional RKE cluster nodes
- private
Registries List<GetCluster Rke Config Private Registry> - Optional private registries for docker images
- ssh
Agent BooleanAuth - Optional use ssh agent auth
- addon
Job numberTimeout - Optional duration in seconds of addon job.
- authentication
Get
Cluster Rke Config Authentication - Kubernetes cluster authentication
- Get
Cluster Rke Config Authorization - Kubernetes cluster authorization
- bastion
Host GetCluster Rke Config Bastion Host - RKE bastion host
- cloud
Provider GetCluster Rke Config Cloud Provider - dns
Get
Cluster Rke Config Dns - ingress
Get
Cluster Rke Config Ingress - Kubernetes ingress configuration
- kubernetes
Version string - Optional kubernetes version to deploy
- monitoring
Get
Cluster Rke Config Monitoring - Kubernetes cluster monitoring
- network
Get
Cluster Rke Config Network - Kubernetes cluster networking
- prefix
Path string - Optional prefix to customize kubernetes path
- services
Get
Cluster Rke Config Services - Kubernetes cluster services
- ssh
Cert stringPath - Optional cluster level SSH certificate path
- ssh
Key stringPath - Optional cluster level SSH private key path
- upgrade
Strategy GetCluster Rke Config Upgrade Strategy - RKE upgrade strategy
- win
Prefix stringPath - Optional prefix to customize kubernetes path for windows nodes
- addons string
- Optional addons descripton to deploy on rke cluster.
- addons
Includes string[] - Optional addons yaml manisfest to deploy on rke cluster.
- enable
Cri booleanDockerd - Enable/disable using cri-dockerd
- ignore
Docker booleanVersion - Optional ignore docker version on nodes
- nodes
Get
Cluster Rke Config Node[] - Optional RKE cluster nodes
- private
Registries GetCluster Rke Config Private Registry[] - Optional private registries for docker images
- ssh
Agent booleanAuth - Optional use ssh agent auth
- addon_
job_ inttimeout - Optional duration in seconds of addon job.
- authentication
Get
Cluster Rke Config Authentication - Kubernetes cluster authentication
- Get
Cluster Rke Config Authorization - Kubernetes cluster authorization
- bastion_
host GetCluster Rke Config Bastion Host - RKE bastion host
- cloud_
provider GetCluster Rke Config Cloud Provider - dns
Get
Cluster Rke Config Dns - ingress
Get
Cluster Rke Config Ingress - Kubernetes ingress configuration
- kubernetes_
version str - Optional kubernetes version to deploy
- monitoring
Get
Cluster Rke Config Monitoring - Kubernetes cluster monitoring
- network
Get
Cluster Rke Config Network - Kubernetes cluster networking
- prefix_
path str - Optional prefix to customize kubernetes path
- services
Get
Cluster Rke Config Services - Kubernetes cluster services
- ssh_
cert_ strpath - Optional cluster level SSH certificate path
- ssh_
key_ strpath - Optional cluster level SSH private key path
- upgrade_
strategy GetCluster Rke Config Upgrade Strategy - RKE upgrade strategy
- win_
prefix_ strpath - Optional prefix to customize kubernetes path for windows nodes
- addons str
- Optional addons descripton to deploy on rke cluster.
- addons_
includes Sequence[str] - Optional addons yaml manisfest to deploy on rke cluster.
- enable_
cri_ booldockerd - Enable/disable using cri-dockerd
- ignore_
docker_ boolversion - Optional ignore docker version on nodes
- nodes
Sequence[Get
Cluster Rke Config Node] - Optional RKE cluster nodes
- private_
registries Sequence[GetCluster Rke Config Private Registry] - Optional private registries for docker images
- ssh_
agent_ boolauth - Optional use ssh agent auth
- addon
Job NumberTimeout - Optional duration in seconds of addon job.
- authentication Property Map
- Kubernetes cluster authentication
- Property Map
- Kubernetes cluster authorization
- bastion
Host Property Map - RKE bastion host
- cloud
Provider Property Map - dns Property Map
- ingress Property Map
- Kubernetes ingress configuration
- kubernetes
Version String - Optional kubernetes version to deploy
- monitoring Property Map
- Kubernetes cluster monitoring
- network Property Map
- Kubernetes cluster networking
- prefix
Path String - Optional prefix to customize kubernetes path
- services Property Map
- Kubernetes cluster services
- ssh
Cert StringPath - Optional cluster level SSH certificate path
- ssh
Key StringPath - Optional cluster level SSH private key path
- upgrade
Strategy Property Map - RKE upgrade strategy
- win
Prefix StringPath - Optional prefix to customize kubernetes path for windows nodes
- addons String
- Optional addons descripton to deploy on rke cluster.
- addons
Includes List<String> - Optional addons yaml manisfest to deploy on rke cluster.
- enable
Cri BooleanDockerd - Enable/disable using cri-dockerd
- ignore
Docker BooleanVersion - Optional ignore docker version on nodes
- nodes List<Property Map>
- Optional RKE cluster nodes
- private
Registries List<Property Map> - Optional private registries for docker images
- ssh
Agent BooleanAuth - Optional use ssh agent auth
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 - Load balancer type (basic | standard). Must be standard for auto-scaling
- 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 - Load balancer type (basic | standard). Must be standard for auto-scaling
- 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 - Load balancer type (basic | standard). Must be standard for auto-scaling
- 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 - Load balancer type (basic | standard). Must be standard for auto-scaling
- 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 - Load balancer type (basic | standard). Must be standard for auto-scaling
- 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 - Load balancer type (basic | standard). Must be standard for auto-scaling
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
- 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
GetClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancer
- Create
Monitor bool - Floating
Network stringId - Lb
Method string - Lb
Provider string - Lb
Version string - Manage
Security boolGroups - Subnet
Id string - Use
Octavia bool - Monitor
Delay string - Monitor
Max intRetries - Monitor
Timeout string
- Create
Monitor bool - Floating
Network stringId - Lb
Method string - Lb
Provider string - Lb
Version string - Manage
Security boolGroups - Subnet
Id string - Use
Octavia bool - Monitor
Delay string - Monitor
Max intRetries - Monitor
Timeout string
- create
Monitor Boolean - floating
Network StringId - lb
Method String - lb
Provider String - lb
Version String - manage
Security BooleanGroups - subnet
Id String - use
Octavia Boolean - monitor
Delay String - monitor
Max IntegerRetries - monitor
Timeout String
- create
Monitor boolean - floating
Network stringId - lb
Method string - lb
Provider string - lb
Version string - manage
Security booleanGroups - subnet
Id string - use
Octavia boolean - monitor
Delay string - monitor
Max numberRetries - monitor
Timeout string
- create_
monitor bool - floating_
network_ strid - lb_
method str - lb_
provider str - lb_
version str - manage_
security_ boolgroups - subnet_
id str - use_
octavia bool - monitor_
delay str - monitor_
max_ intretries - monitor_
timeout str
- create
Monitor Boolean - floating
Network StringId - lb
Method String - lb
Provider String - lb
Version String - manage
Security BooleanGroups - subnet
Id String - use
Octavia Boolean - monitor
Delay String - monitor
Max NumberRetries - monitor
Timeout String
GetClusterRkeConfigCloudProviderOpenstackCloudProviderMetadata
- Request
Timeout int - Search
Order string
- Request
Timeout int - Search
Order string
- request
Timeout Integer - search
Order String
- request
Timeout number - search
Order string
- request_
timeout int - search_
order str
- request
Timeout Number - search
Order String
GetClusterRkeConfigCloudProviderOpenstackCloudProviderRoute
- Router
Id string
- Router
Id string
- router
Id String
- router
Id string
- router_
id str
- router
Id String
GetClusterRkeConfigCloudProviderVsphereCloudProvider
- Disk
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Disk - Global
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Global - Network
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Network - Virtual
Centers List<GetCluster Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center> - Workspace
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Workspace
- Disk
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Disk - Global
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Global - Network
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Network - Virtual
Centers []GetCluster Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center - Workspace
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Workspace
- disk
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Disk - global
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Global - network
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Network - virtual
Centers List<GetCluster Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center> - workspace
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Workspace
- disk
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Disk - global
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Global - network
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Network - virtual
Centers GetCluster Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center[] - workspace
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Workspace
- disk
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Disk - global_
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Global - network
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Network - virtual_
centers Sequence[GetCluster Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center] - workspace
Get
Cluster Rke Config Cloud Provider Vsphere Cloud Provider Workspace
GetClusterRkeConfigCloudProviderVsphereCloudProviderDisk
- Scsi
Controller stringType
- Scsi
Controller stringType
- scsi
Controller StringType
- scsi
Controller stringType
- scsi
Controller StringType
GetClusterRkeConfigCloudProviderVsphereCloudProviderGlobal
- Datacenters string
- Insecure
Flag bool - Password string
- Port string
- Soap
Roundtrip intCount - User string
- Graceful
Shutdown stringTimeout
- Datacenters string
- Insecure
Flag bool - Password string
- Port string
- Soap
Roundtrip intCount - User string
- Graceful
Shutdown stringTimeout
- datacenters String
- insecure
Flag Boolean - password String
- port String
- soap
Roundtrip IntegerCount - user String
- graceful
Shutdown StringTimeout
- datacenters string
- insecure
Flag boolean - password string
- port string
- soap
Roundtrip numberCount - user string
- graceful
Shutdown stringTimeout
- datacenters str
- insecure_
flag bool - password str
- port str
- soap_
roundtrip_ intcount - user str
- graceful_
shutdown_ strtimeout
- datacenters String
- insecure
Flag Boolean - password String
- port String
- soap
Roundtrip NumberCount - user String
- graceful
Shutdown StringTimeout
GetClusterRkeConfigCloudProviderVsphereCloudProviderNetwork
- Public
Network string
- Public
Network string
- public
Network String
- public
Network string
- public_
network str
- public
Network String
GetClusterRkeConfigCloudProviderVsphereCloudProviderVirtualCenter
- Datacenters string
- Name string
- The name of the Cluster (string)
- Password string
- Port string
- Soap
Roundtrip intCount - User string
- Datacenters string
- Name string
- The name of the Cluster (string)
- Password string
- Port string
- Soap
Roundtrip intCount - User string
- datacenters String
- name String
- The name of the Cluster (string)
- password String
- port String
- soap
Roundtrip IntegerCount - user String
- datacenters string
- name string
- The name of the Cluster (string)
- password string
- port string
- soap
Roundtrip numberCount - user string
- datacenters str
- name str
- The name of the Cluster (string)
- password str
- port str
- soap_
roundtrip_ intcount - user str
- datacenters String
- name String
- The name of the Cluster (string)
- password String
- port String
- soap
Roundtrip NumberCount - user String
GetClusterRkeConfigCloudProviderVsphereCloudProviderWorkspace
- Datacenter string
- Default
Datastore string - Folder string
- Resourcepool
Path string - Server string
- Datacenter string
- Default
Datastore string - Folder string
- Resourcepool
Path string - Server string
- datacenter String
- default
Datastore String - folder String
- resourcepool
Path String - server String
- datacenter string
- default
Datastore string - folder string
- resourcepool
Path string - server string
- datacenter str
- default_
datastore str - folder str
- resourcepool_
path str - server str
- datacenter String
- default
Datastore String - folder String
- resourcepool
Path String - server String
GetClusterRkeConfigDns
- Node
Selector Dictionary<string, string> - Options Dictionary<string, string>
- Reverse
Cidrs List<string> - Upstream
Nameservers List<string> - Linear
Autoscaler GetParams Cluster Rke Config Dns Linear Autoscaler Params - Linear Autoscaler Params
- Nodelocal
Get
Cluster Rke Config Dns Nodelocal - Nodelocal dns
- Provider string
- Tolerations
List<Get
Cluster Rke Config Dns Toleration> - DNS service tolerations
- Update
Strategy GetCluster Rke Config Dns Update Strategy - Update deployment strategy
- Node
Selector map[string]string - Options map[string]string
- Reverse
Cidrs []string - Upstream
Nameservers []string - Linear
Autoscaler GetParams Cluster Rke Config Dns Linear Autoscaler Params - Linear Autoscaler Params
- Nodelocal
Get
Cluster Rke Config Dns Nodelocal - Nodelocal dns
- Provider string
- Tolerations
[]Get
Cluster Rke Config Dns Toleration - DNS service tolerations
- Update
Strategy GetCluster Rke Config Dns Update Strategy - Update deployment strategy
- node
Selector Map<String,String> - options Map<String,String>
- reverse
Cidrs List<String> - upstream
Nameservers List<String> - linear
Autoscaler GetParams Cluster Rke Config Dns Linear Autoscaler Params - Linear Autoscaler Params
- nodelocal
Get
Cluster Rke Config Dns Nodelocal - Nodelocal dns
- provider String
- tolerations
List<Get
Cluster Rke Config Dns Toleration> - DNS service tolerations
- update
Strategy GetCluster Rke Config Dns Update Strategy - Update deployment strategy
- node
Selector {[key: string]: string} - options {[key: string]: string}
- reverse
Cidrs string[] - upstream
Nameservers string[] - linear
Autoscaler GetParams Cluster Rke Config Dns Linear Autoscaler Params - Linear Autoscaler Params
- nodelocal
Get
Cluster Rke Config Dns Nodelocal - Nodelocal dns
- provider string
- tolerations
Get
Cluster Rke Config Dns Toleration[] - DNS service tolerations
- update
Strategy GetCluster Rke Config Dns Update Strategy - Update deployment strategy
- node_
selector Mapping[str, str] - options Mapping[str, str]
- reverse_
cidrs Sequence[str] - upstream_
nameservers Sequence[str] - linear_
autoscaler_ Getparams Cluster Rke Config Dns Linear Autoscaler Params - Linear Autoscaler Params
- nodelocal
Get
Cluster Rke Config Dns Nodelocal - Nodelocal dns
- provider str
- tolerations
Sequence[Get
Cluster Rke Config Dns Toleration] - DNS service tolerations
- update_
strategy GetCluster Rke Config Dns Update Strategy - Update deployment strategy
- node
Selector Map<String> - options Map<String>
- reverse
Cidrs List<String> - upstream
Nameservers List<String> - linear
Autoscaler Property MapParams - Linear Autoscaler Params
- nodelocal Property Map
- Nodelocal dns
- provider String
- tolerations List<Property Map>
- DNS service tolerations
- update
Strategy Property Map - Update deployment strategy
GetClusterRkeConfigDnsLinearAutoscalerParams
- Cores
Per doubleReplica - Max int
- Min int
- Nodes
Per doubleReplica - Prevent
Single boolPoint Failure
- Cores
Per float64Replica - Max int
- Min int
- Nodes
Per float64Replica - Prevent
Single boolPoint Failure
- cores
Per DoubleReplica - max Integer
- min Integer
- nodes
Per DoubleReplica - prevent
Single BooleanPoint Failure
- cores
Per numberReplica - max number
- min number
- nodes
Per numberReplica - prevent
Single booleanPoint Failure
- cores_
per_ floatreplica - max int
- min int
- nodes_
per_ floatreplica - prevent_
single_ boolpoint_ failure
- cores
Per NumberReplica - max Number
- min Number
- nodes
Per NumberReplica - prevent
Single BooleanPoint Failure
GetClusterRkeConfigDnsNodelocal
- Ip
Address string - Node
Selector Dictionary<string, string> - Node selector key pair
- Ip
Address string - Node
Selector map[string]string - Node selector key pair
- ip
Address String - node
Selector Map<String,String> - Node selector key pair
- ip
Address string - node
Selector {[key: string]: string} - Node selector key pair
- ip_
address str - node_
selector Mapping[str, str] - Node selector key pair
- ip
Address String - node
Selector Map<String> - Node selector key pair
GetClusterRkeConfigDnsToleration
GetClusterRkeConfigDnsUpdateStrategy
- Rolling
Update GetCluster Rke Config Dns Update Strategy Rolling Update - Rolling update for update strategy
- Strategy string
- Strategy
- Rolling
Update GetCluster Rke Config Dns Update Strategy Rolling Update - Rolling update for update strategy
- Strategy string
- Strategy
- rolling
Update GetCluster Rke Config Dns Update Strategy Rolling Update - Rolling update for update strategy
- strategy String
- Strategy
- rolling
Update GetCluster Rke Config Dns Update Strategy Rolling Update - Rolling update for update strategy
- strategy string
- Strategy
- rolling_
update GetCluster Rke Config Dns Update Strategy Rolling Update - Rolling update for update strategy
- strategy str
- Strategy
- rolling
Update Property Map - Rolling update for update strategy
- strategy String
- Strategy
GetClusterRkeConfigDnsUpdateStrategyRollingUpdate
- Max
Surge int - Rolling update max surge
- int
- Rolling update max unavailable
- Max
Surge int - Rolling update max surge
- int
- Rolling update max unavailable
- max
Surge Integer - Rolling update max surge
- Integer
- Rolling update max unavailable
- max
Surge number - Rolling update max surge
- number
- Rolling update max unavailable
- max_
surge int - Rolling update max surge
- int
- Rolling update max unavailable
- max
Surge Number - Rolling update max surge
- Number
- Rolling update max unavailable
GetClusterRkeConfigIngress
- Dns
Policy string - Extra
Args Dictionary<string, string> - Http
Port int - Https
Port int - Network
Mode string - Node
Selector Dictionary<string, string> - Options Dictionary<string, string>
- Provider string
- Default
Backend bool - Tolerations
List<Get
Cluster Rke Config Ingress Toleration> - Ingress add-on tolerations
- Update
Strategy GetCluster Rke Config Ingress Update Strategy - Update daemon set strategy
- Dns
Policy string - Extra
Args map[string]string - Http
Port int - Https
Port int - Network
Mode string - Node
Selector map[string]string - Options map[string]string
- Provider string
- Default
Backend bool - Tolerations
[]Get
Cluster Rke Config Ingress Toleration - Ingress add-on tolerations
- Update
Strategy GetCluster Rke Config Ingress Update Strategy - Update daemon set strategy
- dns
Policy String - extra
Args Map<String,String> - http
Port Integer - https
Port Integer - network
Mode String - node
Selector Map<String,String> - options Map<String,String>
- provider String
- default
Backend Boolean - tolerations
List<Get
Cluster Rke Config Ingress Toleration> - Ingress add-on tolerations
- update
Strategy GetCluster Rke Config Ingress Update Strategy - Update daemon set strategy
- dns
Policy string - extra
Args {[key: string]: string} - http
Port number - https
Port number - network
Mode string - node
Selector {[key: string]: string} - options {[key: string]: string}
- provider string
- default
Backend boolean - tolerations
Get
Cluster Rke Config Ingress Toleration[] - Ingress add-on tolerations
- update
Strategy GetCluster Rke Config Ingress Update Strategy - Update daemon set strategy
- dns_
policy str - extra_
args Mapping[str, str] - http_
port int - https_
port int - network_
mode str - node_
selector Mapping[str, str] - options Mapping[str, str]
- provider str
- default_
backend bool - tolerations
Sequence[Get
Cluster Rke Config Ingress Toleration] - Ingress add-on tolerations
- update_
strategy GetCluster Rke Config Ingress Update Strategy - Update daemon set strategy
- dns
Policy String - extra
Args Map<String> - http
Port Number - https
Port Number - network
Mode String - node
Selector Map<String> - options Map<String>
- provider String
- default
Backend Boolean - tolerations List<Property Map>
- Ingress add-on tolerations
- update
Strategy Property Map - Update daemon set strategy
GetClusterRkeConfigIngressToleration
GetClusterRkeConfigIngressUpdateStrategy
- Rolling
Update GetCluster Rke Config Ingress Update Strategy Rolling Update - Rolling update for update strategy
- Strategy string
- Strategy
- Rolling
Update GetCluster Rke Config Ingress Update Strategy Rolling Update - Rolling update for update strategy
- Strategy string
- Strategy
- rolling
Update GetCluster Rke Config Ingress Update Strategy Rolling Update - Rolling update for update strategy
- strategy String
- Strategy
- rolling
Update GetCluster Rke Config Ingress Update Strategy Rolling Update - Rolling update for update strategy
- strategy string
- Strategy
- rolling_
update GetCluster Rke Config Ingress Update Strategy Rolling Update - Rolling update for update strategy
- strategy str
- Strategy
- rolling
Update Property Map - Rolling update for update strategy
- strategy String
- Strategy
GetClusterRkeConfigIngressUpdateStrategyRollingUpdate
- int
- Rolling update max unavailable
- int
- Rolling update max unavailable
- Integer
- Rolling update max unavailable
- number
- Rolling update max unavailable
- int
- Rolling update max unavailable
- Number
- Rolling update max unavailable
GetClusterRkeConfigMonitoring
- Options Dictionary<string, string>
- Provider string
- Replicas int
- Node
Selector Dictionary<string, string> - Tolerations
List<Get
Cluster Rke Config Monitoring Toleration> - Monitoring add-on tolerations
- Update
Strategy GetCluster Rke Config Monitoring Update Strategy - Update deployment strategy
- Options map[string]string
- Provider string
- Replicas int
- Node
Selector map[string]string - Tolerations
[]Get
Cluster Rke Config Monitoring Toleration - Monitoring add-on tolerations
- Update
Strategy GetCluster Rke Config Monitoring Update Strategy - Update deployment strategy
- options Map<String,String>
- provider String
- replicas Integer
- node
Selector Map<String,String> - tolerations
List<Get
Cluster Rke Config Monitoring Toleration> - Monitoring add-on tolerations
- update
Strategy GetCluster Rke Config Monitoring Update Strategy - Update deployment strategy
- options {[key: string]: string}
- provider string
- replicas number
- node
Selector {[key: string]: string} - tolerations
Get
Cluster Rke Config Monitoring Toleration[] - Monitoring add-on tolerations
- update
Strategy GetCluster Rke Config Monitoring Update Strategy - Update deployment strategy
- options Mapping[str, str]
- provider str
- replicas int
- node_
selector Mapping[str, str] - tolerations
Sequence[Get
Cluster Rke Config Monitoring Toleration] - Monitoring add-on tolerations
- update_
strategy GetCluster Rke Config Monitoring Update Strategy - Update deployment strategy
- options Map<String>
- provider String
- replicas Number
- node
Selector Map<String> - tolerations List<Property Map>
- Monitoring add-on tolerations
- update
Strategy Property Map - Update deployment strategy
GetClusterRkeConfigMonitoringToleration
GetClusterRkeConfigMonitoringUpdateStrategy
- Rolling
Update GetCluster Rke Config Monitoring Update Strategy Rolling Update - Rolling update for update strategy
- Strategy string
- Strategy
- Rolling
Update GetCluster Rke Config Monitoring Update Strategy Rolling Update - Rolling update for update strategy
- Strategy string
- Strategy
- rolling
Update GetCluster Rke Config Monitoring Update Strategy Rolling Update - Rolling update for update strategy
- strategy String
- Strategy
- rolling
Update GetCluster Rke Config Monitoring Update Strategy Rolling Update - Rolling update for update strategy
- strategy string
- Strategy
- rolling_
update GetCluster Rke Config Monitoring Update Strategy Rolling Update - Rolling update for update strategy
- strategy str
- Strategy
- rolling
Update Property Map - Rolling update for update strategy
- strategy String
- Strategy
GetClusterRkeConfigMonitoringUpdateStrategyRollingUpdate
- Max
Surge int - Rolling update max surge
- int
- Rolling update max unavailable
- Max
Surge int - Rolling update max surge
- int
- Rolling update max unavailable
- max
Surge Integer - Rolling update max surge
- Integer
- Rolling update max unavailable
- max
Surge number - Rolling update max surge
- number
- Rolling update max unavailable
- max_
surge int - Rolling update max surge
- int
- Rolling update max unavailable
- max
Surge Number - Rolling update max surge
- Number
- Rolling update max unavailable
GetClusterRkeConfigNetwork
- Options Dictionary<string, string>
- Plugin string
- Aci
Network GetProvider Cluster Rke Config Network Aci Network Provider - Calico
Network GetProvider Cluster Rke Config Network Calico Network Provider - Canal
Network GetProvider Cluster Rke Config Network Canal Network Provider - Flannel
Network GetProvider Cluster Rke Config Network Flannel Network Provider - Mtu int
- Tolerations
List<Get
Cluster Rke Config Network Toleration> - Network add-on tolerations
- Weave
Network GetProvider Cluster Rke Config Network Weave Network Provider
- Options map[string]string
- Plugin string
- Aci
Network GetProvider Cluster Rke Config Network Aci Network Provider - Calico
Network GetProvider Cluster Rke Config Network Calico Network Provider - Canal
Network GetProvider Cluster Rke Config Network Canal Network Provider - Flannel
Network GetProvider Cluster Rke Config Network Flannel Network Provider - Mtu int
- Tolerations
[]Get
Cluster Rke Config Network Toleration - Network add-on tolerations
- Weave
Network GetProvider Cluster Rke Config Network Weave Network Provider
- options Map<String,String>
- plugin String
- aci
Network GetProvider Cluster Rke Config Network Aci Network Provider - calico
Network GetProvider Cluster Rke Config Network Calico Network Provider - canal
Network GetProvider Cluster Rke Config Network Canal Network Provider - flannel
Network GetProvider Cluster Rke Config Network Flannel Network Provider - mtu Integer
- tolerations
List<Get
Cluster Rke Config Network Toleration> - Network add-on tolerations
- weave
Network GetProvider Cluster Rke Config Network Weave Network Provider
- options {[key: string]: string}
- plugin string
- aci
Network GetProvider Cluster Rke Config Network Aci Network Provider - calico
Network GetProvider Cluster Rke Config Network Calico Network Provider - canal
Network GetProvider Cluster Rke Config Network Canal Network Provider - flannel
Network GetProvider Cluster Rke Config Network Flannel Network Provider - mtu number
- tolerations
Get
Cluster Rke Config Network Toleration[] - Network add-on tolerations
- weave
Network GetProvider Cluster Rke Config Network Weave Network Provider
- options Mapping[str, str]
- plugin str
- aci_
network_ Getprovider Cluster Rke Config Network Aci Network Provider - calico_
network_ Getprovider Cluster Rke Config Network Calico Network Provider - canal_
network_ Getprovider Cluster Rke Config Network Canal Network Provider - flannel_
network_ Getprovider Cluster Rke Config Network Flannel Network Provider - mtu int
- tolerations
Sequence[Get
Cluster Rke Config Network Toleration] - Network add-on tolerations
- weave_
network_ Getprovider Cluster Rke Config Network Weave Network Provider
- options Map<String>
- plugin String
- aci
Network Property MapProvider - calico
Network Property MapProvider - canal
Network Property MapProvider - flannel
Network Property MapProvider - mtu Number
- tolerations List<Property Map>
- Network add-on tolerations
- weave
Network Property MapProvider
GetClusterRkeConfigNetworkAciNetworkProvider
- Aep string
- Apic
Hosts List<string> - Apic
User stringCrt - Apic
User stringKey - Apic
User stringName - Encap
Type string - Extern
Dynamic string - Extern
Static string - Kube
Api stringVlan - L3out string
- L3out
External List<string>Networks - Mcast
Range stringEnd - Mcast
Range stringStart - Node
Subnet string - Node
Svc stringSubnet - Service
Vlan string - System
Id string - Token string
- Vrf
Name string - Vrf
Tenant string - Apic
Refresh stringTicker Adjust - Apic
Refresh stringTime - Apic
Subscription stringDelay - Capic string
- Controller
Log stringLevel - Disable
Periodic stringSnat Global Info Sync - Disable
Wait stringFor Network - Drop
Log stringEnable - Duration
Wait stringFor Network - Enable
Endpoint stringSlice - Ep
Registry string - Gbp
Pod stringSubnet - Host
Agent stringLog Level - Image
Pull stringPolicy - Image
Pull stringSecret - Infra
Vlan string - Install
Istio string - Istio
Profile string - Kafka
Brokers List<string> - Kafka
Client stringCrt - Kafka
Client stringKey - Max
Nodes stringSvc Graph - Mtu
Head stringRoom - Multus
Disable string - No
Priority stringClass - Node
Pod stringIf Enable - Opflex
Client stringSsl - Opflex
Device stringDelete Timeout - Opflex
Log stringLevel - Opflex
Mode string - Opflex
Server stringPort - Overlay
Vrf stringName - Ovs
Memory stringLimit - Pbr
Tracking stringNon Snat - Pod
Subnet stringChunk Size - Run
Gbp stringContainer - Run
Opflex stringServer Container - Service
Monitor stringInterval - Snat
Contract stringScope - Snat
Namespace string - Snat
Port stringRange End - Snat
Port stringRange Start - Snat
Ports stringPer Node - Sriov
Enable string - Subnet
Domain stringName - Tenant string
- Use
Aci stringAnywhere Crd - Use
Aci stringCni Priority Class - Use
Cluster stringRole - Use
Host stringNetns Volume - Use
Opflex stringServer Volume - Use
Privileged stringContainer - Vmm
Controller string - Vmm
Domain string
- Aep string
- Apic
Hosts []string - Apic
User stringCrt - Apic
User stringKey - Apic
User stringName - Encap
Type string - Extern
Dynamic string - Extern
Static string - Kube
Api stringVlan - L3out string
- L3out
External []stringNetworks - Mcast
Range stringEnd - Mcast
Range stringStart - Node
Subnet string - Node
Svc stringSubnet - Service
Vlan string - System
Id string - Token string
- Vrf
Name string - Vrf
Tenant string - Apic
Refresh stringTicker Adjust - Apic
Refresh stringTime - Apic
Subscription stringDelay - Capic string
- Controller
Log stringLevel - Disable
Periodic stringSnat Global Info Sync - Disable
Wait stringFor Network - Drop
Log stringEnable - Duration
Wait stringFor Network - Enable
Endpoint stringSlice - Ep
Registry string - Gbp
Pod stringSubnet - Host
Agent stringLog Level - Image
Pull stringPolicy - Image
Pull stringSecret - Infra
Vlan string - Install
Istio string - Istio
Profile string - Kafka
Brokers []string - Kafka
Client stringCrt - Kafka
Client stringKey - Max
Nodes stringSvc Graph - Mtu
Head stringRoom - Multus
Disable string - No
Priority stringClass - Node
Pod stringIf Enable - Opflex
Client stringSsl - Opflex
Device stringDelete Timeout - Opflex
Log stringLevel - Opflex
Mode string - Opflex
Server stringPort - Overlay
Vrf stringName - Ovs
Memory stringLimit - Pbr
Tracking stringNon Snat - Pod
Subnet stringChunk Size - Run
Gbp stringContainer - Run
Opflex stringServer Container - Service
Monitor stringInterval - Snat
Contract stringScope - Snat
Namespace string - Snat
Port stringRange End - Snat
Port stringRange Start - Snat
Ports stringPer Node - Sriov
Enable string - Subnet
Domain stringName - Tenant string
- Use
Aci stringAnywhere Crd - Use
Aci stringCni Priority Class - Use
Cluster stringRole - Use
Host stringNetns Volume - Use
Opflex stringServer Volume - Use
Privileged stringContainer - Vmm
Controller string - Vmm
Domain string
- aep String
- apic
Hosts List<String> - apic
User StringCrt - apic
User StringKey - apic
User StringName - encap
Type String - extern
Dynamic String - extern
Static String - kube
Api StringVlan - l3out String
- l3out
External List<String>Networks - mcast
Range StringEnd - mcast
Range StringStart - node
Subnet String - node
Svc StringSubnet - service
Vlan String - system
Id String - token String
- vrf
Name String - vrf
Tenant String - apic
Refresh StringTicker Adjust - apic
Refresh StringTime - apic
Subscription StringDelay - capic String
- controller
Log StringLevel - disable
Periodic StringSnat Global Info Sync - disable
Wait StringFor Network - drop
Log StringEnable - duration
Wait StringFor Network - enable
Endpoint StringSlice - ep
Registry String - gbp
Pod StringSubnet - host
Agent StringLog Level - image
Pull StringPolicy - image
Pull StringSecret - infra
Vlan String - install
Istio String - istio
Profile String - kafka
Brokers List<String> - kafka
Client StringCrt - kafka
Client StringKey - max
Nodes StringSvc Graph - mtu
Head StringRoom - multus
Disable String - no
Priority StringClass - node
Pod StringIf Enable - opflex
Client StringSsl - opflex
Device StringDelete Timeout - opflex
Log StringLevel - opflex
Mode String - opflex
Server StringPort - overlay
Vrf StringName - ovs
Memory StringLimit - pbr
Tracking StringNon Snat - pod
Subnet StringChunk Size - run
Gbp StringContainer - run
Opflex StringServer Container - service
Monitor StringInterval - snat
Contract StringScope - snat
Namespace String - snat
Port StringRange End - snat
Port StringRange Start - snat
Ports StringPer Node - sriov
Enable String - subnet
Domain StringName - tenant String
- use
Aci StringAnywhere Crd - use
Aci StringCni Priority Class - use
Cluster StringRole - use
Host StringNetns Volume - use
Opflex StringServer Volume - use
Privileged StringContainer - vmm
Controller String - vmm
Domain String
- aep string
- apic
Hosts string[] - apic
User stringCrt - apic
User stringKey - apic
User stringName - encap
Type string - extern
Dynamic string - extern
Static string - kube
Api stringVlan - l3out string
- l3out
External string[]Networks - mcast
Range stringEnd - mcast
Range stringStart - node
Subnet string - node
Svc stringSubnet - service
Vlan string - system
Id string - token string
- vrf
Name string - vrf
Tenant string - apic
Refresh stringTicker Adjust - apic
Refresh stringTime - apic
Subscription stringDelay - capic string
- controller
Log stringLevel - disable
Periodic stringSnat Global Info Sync - disable
Wait stringFor Network - drop
Log stringEnable - duration
Wait stringFor Network - enable
Endpoint stringSlice - ep
Registry string - gbp
Pod stringSubnet - host
Agent stringLog Level - image
Pull stringPolicy - image
Pull stringSecret - infra
Vlan string - install
Istio string - istio
Profile string - kafka
Brokers string[] - kafka
Client stringCrt - kafka
Client stringKey - max
Nodes stringSvc Graph - mtu
Head stringRoom - multus
Disable string - no
Priority stringClass - node
Pod stringIf Enable - opflex
Client stringSsl - opflex
Device stringDelete Timeout - opflex
Log stringLevel - opflex
Mode string - opflex
Server stringPort - overlay
Vrf stringName - ovs
Memory stringLimit - pbr
Tracking stringNon Snat - pod
Subnet stringChunk Size - run
Gbp stringContainer - run
Opflex stringServer Container - service
Monitor stringInterval - snat
Contract stringScope - snat
Namespace string - snat
Port stringRange End - snat
Port stringRange Start - snat
Ports stringPer Node - sriov
Enable string - subnet
Domain stringName - tenant string
- use
Aci stringAnywhere Crd - use
Aci stringCni Priority Class - use
Cluster stringRole - use
Host stringNetns Volume - use
Opflex stringServer Volume - use
Privileged stringContainer - vmm
Controller string - vmm
Domain string
- aep str
- apic_
hosts Sequence[str] - apic_
user_ strcrt - apic_
user_ strkey - apic_
user_ strname - encap_
type str - extern_
dynamic str - extern_
static str - kube_
api_ strvlan - l3out str
- l3out_
external_ Sequence[str]networks - mcast_
range_ strend - mcast_
range_ strstart - node_
subnet str - node_
svc_ strsubnet - service_
vlan str - system_
id str - token str
- vrf_
name str - vrf_
tenant str - apic_
refresh_ strticker_ adjust - apic_
refresh_ strtime - apic_
subscription_ strdelay - capic str
- controller_
log_ strlevel - disable_
periodic_ strsnat_ global_ info_ sync - disable_
wait_ strfor_ network - drop_
log_ strenable - duration_
wait_ strfor_ network - enable_
endpoint_ strslice - ep_
registry str - gbp_
pod_ strsubnet - host_
agent_ strlog_ level - image_
pull_ strpolicy - image_
pull_ strsecret - infra_
vlan str - install_
istio str - istio_
profile str - kafka_
brokers Sequence[str] - kafka_
client_ strcrt - kafka_
client_ strkey - max_
nodes_ strsvc_ graph - mtu_
head_ strroom - multus_
disable str - no_
priority_ strclass - node_
pod_ strif_ enable - opflex_
client_ strssl - opflex_
device_ strdelete_ timeout - opflex_
log_ strlevel - opflex_
mode str - opflex_
server_ strport - overlay_
vrf_ strname - ovs_
memory_ strlimit - pbr_
tracking_ strnon_ snat - pod_
subnet_ strchunk_ size - run_
gbp_ strcontainer - run_
opflex_ strserver_ container - service_
monitor_ strinterval - snat_
contract_ strscope - snat_
namespace str - snat_
port_ strrange_ end - snat_
port_ strrange_ start - snat_
ports_ strper_ node - sriov_
enable str - subnet_
domain_ strname - tenant str
- use_
aci_ stranywhere_ crd - use_
aci_ strcni_ priority_ class - use_
cluster_ strrole - use_
host_ strnetns_ volume - use_
opflex_ strserver_ volume - use_
privileged_ strcontainer - vmm_
controller str - vmm_
domain str
- aep String
- apic
Hosts List<String> - apic
User StringCrt - apic
User StringKey - apic
User StringName - encap
Type String - extern
Dynamic String - extern
Static String - kube
Api StringVlan - l3out String
- l3out
External List<String>Networks - mcast
Range StringEnd - mcast
Range StringStart - node
Subnet String - node
Svc StringSubnet - service
Vlan String - system
Id String - token String
- vrf
Name String - vrf
Tenant String - apic
Refresh StringTicker Adjust - apic
Refresh StringTime - apic
Subscription StringDelay - capic String
- controller
Log StringLevel - disable
Periodic StringSnat Global Info Sync - disable
Wait StringFor Network - drop
Log StringEnable - duration
Wait StringFor Network - enable
Endpoint StringSlice - ep
Registry String - gbp
Pod StringSubnet - host
Agent StringLog Level - image
Pull StringPolicy - image
Pull StringSecret - infra
Vlan String - install
Istio String - istio
Profile String - kafka
Brokers List<String> - kafka
Client StringCrt - kafka
Client StringKey - max
Nodes StringSvc Graph - mtu
Head StringRoom - multus
Disable String - no
Priority StringClass - node
Pod StringIf Enable - opflex
Client StringSsl - opflex
Device StringDelete Timeout - opflex
Log StringLevel - opflex
Mode String - opflex
Server StringPort - overlay
Vrf StringName - ovs
Memory StringLimit - pbr
Tracking StringNon Snat - pod
Subnet StringChunk Size - run
Gbp StringContainer - run
Opflex StringServer Container - service
Monitor StringInterval - snat
Contract StringScope - snat
Namespace String - snat
Port StringRange End - snat
Port StringRange Start - snat
Ports StringPer Node - sriov
Enable String - subnet
Domain StringName - tenant String
- use
Aci StringAnywhere Crd - use
Aci StringCni Priority Class - use
Cluster StringRole - use
Host StringNetns Volume - use
Opflex StringServer Volume - use
Privileged StringContainer - vmm
Controller String - vmm
Domain String
GetClusterRkeConfigNetworkCalicoNetworkProvider
- Cloud
Provider string
- Cloud
Provider string
- cloud
Provider String
- cloud
Provider string
- cloud_
provider str
- cloud
Provider String
GetClusterRkeConfigNetworkCanalNetworkProvider
- Iface string
- Iface string
- iface String
- iface string
- iface str
- iface String
GetClusterRkeConfigNetworkFlannelNetworkProvider
- Iface string
- Iface string
- iface String
- iface string
- iface str
- iface String
GetClusterRkeConfigNetworkToleration
GetClusterRkeConfigNetworkWeaveNetworkProvider
- Password string
- Password string
- password String
- password string
- password str
- password String
GetClusterRkeConfigNode
- Address string
- Docker
Socket string - Roles List<string>
- Ssh
Key string - Ssh
Key stringPath - User string
- Hostname
Override string - Internal
Address string - Labels Dictionary<string, string>
- (Computed) Labels for Node Pool object (map)
- Node
Id string - Port string
- Ssh
Agent boolAuth
- Address string
- Docker
Socket string - Roles []string
- Ssh
Key string - Ssh
Key stringPath - User string
- Hostname
Override string - Internal
Address string - Labels map[string]string
- (Computed) Labels for Node Pool object (map)
- Node
Id string - Port string
- Ssh
Agent boolAuth
- address String
- docker
Socket String - roles List<String>
- ssh
Key String - ssh
Key StringPath - user String
- hostname
Override String - internal
Address String - labels Map<String,String>
- (Computed) Labels for Node Pool object (map)
- node
Id String - port String
- ssh
Agent BooleanAuth
- address string
- docker
Socket string - roles string[]
- ssh
Key string - ssh
Key stringPath - user string
- hostname
Override string - internal
Address string - labels {[key: string]: string}
- (Computed) Labels for Node Pool object (map)
- node
Id string - port string
- ssh
Agent booleanAuth
- address str
- docker_
socket str - roles Sequence[str]
- ssh_
key str - ssh_
key_ strpath - user str
- hostname_
override str - internal_
address str - labels Mapping[str, str]
- (Computed) Labels for Node Pool object (map)
- node_
id str - port str
- ssh_
agent_ boolauth
- address String
- docker
Socket String - roles List<String>
- ssh
Key String - ssh
Key StringPath - user String
- hostname
Override String - internal
Address String - labels Map<String>
- (Computed) Labels for Node Pool object (map)
- node
Id String - port String
- ssh
Agent BooleanAuth
GetClusterRkeConfigPrivateRegistry
- Url string
- Ecr
Credential GetPlugin Cluster Rke Config Private Registry Ecr Credential Plugin - ECR credential plugin config
- Is
Default bool - Password string
- User string
- Url string
- Ecr
Credential GetPlugin Cluster Rke Config Private Registry Ecr Credential Plugin - ECR credential plugin config
- Is
Default bool - Password string
- User string
- url String
- ecr
Credential GetPlugin Cluster Rke Config Private Registry Ecr Credential Plugin - ECR credential plugin config
- is
Default Boolean - password String
- user String
- url string
- ecr
Credential GetPlugin Cluster Rke Config Private Registry Ecr Credential Plugin - ECR credential plugin config
- is
Default boolean - password string
- user string
- url str
- ecr_
credential_ Getplugin Cluster Rke Config Private Registry Ecr Credential Plugin - ECR credential plugin config
- is_
default bool - password str
- user str
- url String
- ecr
Credential Property MapPlugin - ECR credential plugin config
- is
Default Boolean - password String
- user String
GetClusterRkeConfigPrivateRegistryEcrCredentialPlugin
- Aws
Access stringKey Id - Aws
Secret stringAccess Key - Aws
Session stringToken
- Aws
Access stringKey Id - Aws
Secret stringAccess Key - Aws
Session stringToken
- aws
Access StringKey Id - aws
Secret StringAccess Key - aws
Session StringToken
- aws
Access stringKey Id - aws
Secret stringAccess Key - aws
Session stringToken
- aws
Access StringKey Id - aws
Secret StringAccess Key - aws
Session StringToken
GetClusterRkeConfigServices
GetClusterRkeConfigServicesEtcd
- Backup
Config GetCluster Rke Config Services Etcd Backup Config - Ca
Cert string - (Computed) K8s cluster ca cert (string)
- Cert string
- Creation string
- Extra
Args Dictionary<string, string> - Image string
- Key string
- Path string
- Retention string
- Snapshot bool
- External
Urls List<string> - Extra
Binds List<string> - Extra
Envs List<string> - Gid int
- Uid int
- Backup
Config GetCluster Rke Config Services Etcd Backup Config - Ca
Cert string - (Computed) K8s cluster ca cert (string)
- Cert string
- Creation string
- Extra
Args map[string]string - Image string
- Key string
- Path string
- Retention string
- Snapshot bool
- External
Urls []string - Extra
Binds []string - Extra
Envs []string - Gid int
- Uid int
- backup
Config GetCluster Rke Config Services Etcd Backup Config - ca
Cert String - (Computed) K8s cluster ca cert (string)
- cert String
- creation String
- extra
Args Map<String,String> - image String
- key String
- path String
- retention String
- snapshot Boolean
- external
Urls List<String> - extra
Binds List<String> - extra
Envs List<String> - gid Integer
- uid Integer
- backup
Config GetCluster Rke Config Services Etcd Backup Config - ca
Cert string - (Computed) K8s cluster ca cert (string)
- cert string
- creation string
- extra
Args {[key: string]: string} - image string
- key string
- path string
- retention string
- snapshot boolean
- external
Urls string[] - extra
Binds string[] - extra
Envs string[] - gid number
- uid number
- backup_
config GetCluster Rke Config Services Etcd Backup Config - ca_
cert str - (Computed) K8s cluster ca cert (string)
- cert str
- creation str
- extra_
args Mapping[str, str] - image str
- key str
- path str
- retention str
- snapshot bool
- external_
urls Sequence[str] - extra_
binds Sequence[str] - extra_
envs Sequence[str] - gid int
- uid int
- backup
Config Property Map - ca
Cert String - (Computed) K8s cluster ca cert (string)
- cert String
- creation String
- extra
Args Map<String> - image String
- key String
- path String
- retention String
- snapshot Boolean
- external
Urls List<String> - extra
Binds List<String> - extra
Envs List<String> - gid Number
- uid Number
GetClusterRkeConfigServicesEtcdBackupConfig
- timeout Integer
- enabled Boolean
- interval
Hours Integer - retention Integer
- s3Backup
Config GetCluster Rke Config Services Etcd Backup Config S3Backup Config - safe
Timestamp Boolean
- timeout number
- enabled boolean
- interval
Hours number - retention number
- s3Backup
Config GetCluster Rke Config Services Etcd Backup Config S3Backup Config - safe
Timestamp boolean
- timeout Number
- enabled Boolean
- interval
Hours Number - retention Number
- s3Backup
Config Property Map - safe
Timestamp Boolean
GetClusterRkeConfigServicesEtcdBackupConfigS3BackupConfig
- bucket_
name str - endpoint str
- access_
key str - custom_
ca str - folder str
- region str
- secret_
key str
GetClusterRkeConfigServicesKubeApi
- Extra
Args Dictionary<string, string> - Image string
- Service
Cluster stringIp Range - Service
Node stringPort Range - Admission
Configuration GetCluster Rke Config Services Kube Api Admission Configuration - Cluster admission configuration
- Always
Pull boolImages - Audit
Log GetCluster Rke Config Services Kube Api Audit Log - Event
Rate GetLimit Cluster Rke Config Services Kube Api Event Rate Limit - Extra
Binds List<string> - Extra
Envs List<string> - Secrets
Encryption GetConfig Cluster Rke Config Services Kube Api Secrets Encryption Config
- Extra
Args map[string]string - Image string
- Service
Cluster stringIp Range - Service
Node stringPort Range - Admission
Configuration GetCluster Rke Config Services Kube Api Admission Configuration - Cluster admission configuration
- Always
Pull boolImages - Audit
Log GetCluster Rke Config Services Kube Api Audit Log - Event
Rate GetLimit Cluster Rke Config Services Kube Api Event Rate Limit - Extra
Binds []string - Extra
Envs []string - Secrets
Encryption GetConfig Cluster Rke Config Services Kube Api Secrets Encryption Config
- extra
Args Map<String,String> - image String
- service
Cluster StringIp Range - service
Node StringPort Range - admission
Configuration GetCluster Rke Config Services Kube Api Admission Configuration - Cluster admission configuration
- always
Pull BooleanImages - audit
Log GetCluster Rke Config Services Kube Api Audit Log - event
Rate GetLimit Cluster Rke Config Services Kube Api Event Rate Limit - extra
Binds List<String> - extra
Envs List<String> - secrets
Encryption GetConfig Cluster Rke Config Services Kube Api Secrets Encryption Config
- extra
Args {[key: string]: string} - image string
- service
Cluster stringIp Range - service
Node stringPort Range - admission
Configuration GetCluster Rke Config Services Kube Api Admission Configuration - Cluster admission configuration
- always
Pull booleanImages - audit
Log GetCluster Rke Config Services Kube Api Audit Log - event
Rate GetLimit Cluster Rke Config Services Kube Api Event Rate Limit - extra
Binds string[] - extra
Envs string[] - secrets
Encryption GetConfig Cluster Rke Config Services Kube Api Secrets Encryption Config
- extra_
args Mapping[str, str] - image str
- service_
cluster_ strip_ range - service_
node_ strport_ range - admission_
configuration GetCluster Rke Config Services Kube Api Admission Configuration - Cluster admission configuration
- always_
pull_ boolimages - audit_
log GetCluster Rke Config Services Kube Api Audit Log - event_
rate_ Getlimit Cluster Rke Config Services Kube Api Event Rate Limit - extra_
binds Sequence[str] - extra_
envs Sequence[str] - secrets_
encryption_ Getconfig Cluster Rke Config Services Kube Api Secrets Encryption Config
- extra
Args Map<String> - image String
- service
Cluster StringIp Range - service
Node StringPort Range - admission
Configuration Property Map - Cluster admission configuration
- always
Pull BooleanImages - audit
Log Property Map - event
Rate Property MapLimit - extra
Binds List<String> - extra
Envs List<String> - secrets
Encryption Property MapConfig
GetClusterRkeConfigServicesKubeApiAdmissionConfiguration
- Plugins
List<Get
Cluster Rke Config Services Kube Api Admission Configuration Plugin> - Admission configuration plugins
- Api
Version string - Admission configuration ApiVersion
- Kind string
- Admission configuration Kind
- Plugins
[]Get
Cluster Rke Config Services Kube Api Admission Configuration Plugin - Admission configuration plugins
- Api
Version string - Admission configuration ApiVersion
- Kind string
- Admission configuration Kind
- plugins
List<Get
Cluster Rke Config Services Kube Api Admission Configuration Plugin> - Admission configuration plugins
- api
Version String - Admission configuration ApiVersion
- kind String
- Admission configuration Kind
- plugins
Get
Cluster Rke Config Services Kube Api Admission Configuration Plugin[] - Admission configuration plugins
- api
Version string - Admission configuration ApiVersion
- kind string
- Admission configuration Kind
- plugins
Sequence[Get
Cluster Rke Config Services Kube Api Admission Configuration Plugin] - Admission configuration plugins
- api_
version str - Admission configuration ApiVersion
- kind str
- Admission configuration Kind
- plugins List<Property Map>
- Admission configuration plugins
- api
Version String - Admission configuration ApiVersion
- kind String
- Admission configuration Kind
GetClusterRkeConfigServicesKubeApiAdmissionConfigurationPlugin
- Configuration string
- Plugin configuration
- Name string
- The name of the Cluster (string)
- Path string
- Plugin path
- Configuration string
- Plugin configuration
- Name string
- The name of the Cluster (string)
- Path string
- Plugin path
- configuration String
- Plugin configuration
- name String
- The name of the Cluster (string)
- path String
- Plugin path
- configuration string
- Plugin configuration
- name string
- The name of the Cluster (string)
- path string
- Plugin path
- configuration str
- Plugin configuration
- name str
- The name of the Cluster (string)
- path str
- Plugin path
- configuration String
- Plugin configuration
- name String
- The name of the Cluster (string)
- path String
- Plugin path
GetClusterRkeConfigServicesKubeApiAuditLog
- configuration Property Map
- enabled Boolean
GetClusterRkeConfigServicesKubeApiAuditLogConfiguration
GetClusterRkeConfigServicesKubeApiEventRateLimit
- Configuration string
- Enabled bool
- Configuration string
- Enabled bool
- configuration String
- enabled Boolean
- configuration string
- enabled boolean
- configuration str
- enabled bool
- configuration String
- enabled Boolean
GetClusterRkeConfigServicesKubeApiSecretsEncryptionConfig
- Custom
Config string - Enabled bool
- Custom
Config string - Enabled bool
- custom
Config String - enabled Boolean
- custom
Config string - enabled boolean
- custom_
config str - enabled bool
- custom
Config String - enabled Boolean
GetClusterRkeConfigServicesKubeController
- Cluster
Cidr string - Extra
Args Dictionary<string, string> - Image string
- Service
Cluster stringIp Range - Extra
Binds List<string> - Extra
Envs List<string>
- Cluster
Cidr string - Extra
Args map[string]string - Image string
- Service
Cluster stringIp Range - Extra
Binds []string - Extra
Envs []string
- cluster
Cidr String - extra
Args Map<String,String> - image String
- service
Cluster StringIp Range - extra
Binds List<String> - extra
Envs List<String>
- cluster
Cidr string - extra
Args {[key: string]: string} - image string
- service
Cluster stringIp Range - extra
Binds string[] - extra
Envs string[]
- cluster_
cidr str - extra_
args Mapping[str, str] - image str
- service_
cluster_ strip_ range - extra_
binds Sequence[str] - extra_
envs Sequence[str]
- cluster
Cidr String - extra
Args Map<String> - image String
- service
Cluster StringIp Range - extra
Binds List<String> - extra
Envs List<String>
GetClusterRkeConfigServicesKubelet
- Cluster
Dns stringServer - Cluster
Domain string - Extra
Args Dictionary<string, string> - Fail
Swap boolOn - Image string
- Infra
Container stringImage - Extra
Binds List<string> - Extra
Envs List<string> - Generate
Serving boolCertificate
- Cluster
Dns stringServer - Cluster
Domain string - Extra
Args map[string]string - Fail
Swap boolOn - Image string
- Infra
Container stringImage - Extra
Binds []string - Extra
Envs []string - Generate
Serving boolCertificate
- cluster
Dns StringServer - cluster
Domain String - extra
Args Map<String,String> - fail
Swap BooleanOn - image String
- infra
Container StringImage - extra
Binds List<String> - extra
Envs List<String> - generate
Serving BooleanCertificate
- cluster
Dns stringServer - cluster
Domain string - extra
Args {[key: string]: string} - fail
Swap booleanOn - image string
- infra
Container stringImage - extra
Binds string[] - extra
Envs string[] - generate
Serving booleanCertificate
- cluster_
dns_ strserver - cluster_
domain str - extra_
args Mapping[str, str] - fail_
swap_ boolon - image str
- infra_
container_ strimage - extra_
binds Sequence[str] - extra_
envs Sequence[str] - generate_
serving_ boolcertificate
- cluster
Dns StringServer - cluster
Domain String - extra
Args Map<String> - fail
Swap BooleanOn - image String
- infra
Container StringImage - extra
Binds List<String> - extra
Envs List<String> - generate
Serving BooleanCertificate
GetClusterRkeConfigServicesKubeproxy
- Extra
Args Dictionary<string, string> - Image string
- Extra
Binds List<string> - Extra
Envs List<string>
- Extra
Args map[string]string - Image string
- Extra
Binds []string - Extra
Envs []string
- extra
Args Map<String,String> - image String
- extra
Binds List<String> - extra
Envs List<String>
- extra
Args {[key: string]: string} - image string
- extra
Binds string[] - extra
Envs string[]
- extra_
args Mapping[str, str] - image str
- extra_
binds Sequence[str] - extra_
envs Sequence[str]
- extra
Args Map<String> - image String
- extra
Binds List<String> - extra
Envs List<String>
GetClusterRkeConfigServicesScheduler
- Extra
Args Dictionary<string, string> - Image string
- Extra
Binds List<string> - Extra
Envs List<string>
- Extra
Args map[string]string - Image string
- Extra
Binds []string - Extra
Envs []string
- extra
Args Map<String,String> - image String
- extra
Binds List<String> - extra
Envs List<String>
- extra
Args {[key: string]: string} - image string
- extra
Binds string[] - extra
Envs string[]
- extra_
args Mapping[str, str] - image str
- extra_
binds Sequence[str] - extra_
envs Sequence[str]
- extra
Args Map<String> - image String
- extra
Binds List<String> - extra
Envs List<String>
GetClusterRkeConfigUpgradeStrategy
- Drain
Input GetCluster Rke Config Upgrade Strategy Drain Input - Drain bool
- string
- string
- Drain
Input GetCluster Rke Config Upgrade Strategy Drain Input - Drain bool
- string
- string
- drain
Input GetCluster Rke Config Upgrade Strategy Drain Input - drain Boolean
- String
- String
- drain
Input GetCluster Rke Config Upgrade Strategy Drain Input - drain boolean
- string
- string
- drain
Input Property Map - drain Boolean
- String
- String
GetClusterRkeConfigUpgradeStrategyDrainInput
- Delete
Local boolData - Force bool
- Grace
Period int - Ignore
Daemon boolSets - Timeout int
- Delete
Local boolData - Force bool
- Grace
Period int - Ignore
Daemon boolSets - Timeout int
- delete
Local BooleanData - force Boolean
- grace
Period Integer - ignore
Daemon BooleanSets - timeout Integer
- delete
Local booleanData - force boolean
- grace
Period number - ignore
Daemon booleanSets - timeout number
- delete_
local_ booldata - force bool
- grace_
period int - ignore_
daemon_ boolsets - timeout int
- delete
Local BooleanData - force Boolean
- grace
Period Number - ignore
Daemon BooleanSets - timeout Number
Package Details
- Repository
- Rancher2 pulumi/pulumi-rancher2
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rancher2
Terraform Provider.