Rancher 2 v9.0.0 published on Wednesday, Apr 16, 2025 by Pulumi
rancher2.getClusterTemplate
Explore with Pulumi AI
Use this data source to retrieve information about a Rancher v2 cluster template.
Cluster Templates are available from Rancher v2.3.x and above.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as rancher2 from "@pulumi/rancher2";
const foo = rancher2.getClusterTemplate({
    name: "foo",
});
import pulumi
import pulumi_rancher2 as rancher2
foo = rancher2.get_cluster_template(name="foo")
package main
import (
	"github.com/pulumi/pulumi-rancher2/sdk/v9/go/rancher2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := rancher2.LookupClusterTemplate(ctx, &rancher2.LookupClusterTemplateArgs{
			Name: "foo",
		}, 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 = Rancher2.GetClusterTemplate.Invoke(new()
    {
        Name = "foo",
    });
});
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.GetClusterTemplateArgs;
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 = Rancher2Functions.getClusterTemplate(GetClusterTemplateArgs.builder()
            .name("foo")
            .build());
    }
}
variables:
  foo:
    fn::invoke:
      function: rancher2:getClusterTemplate
      arguments:
        name: foo
Using getClusterTemplate
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 getClusterTemplate(args: GetClusterTemplateArgs, opts?: InvokeOptions): Promise<GetClusterTemplateResult>
function getClusterTemplateOutput(args: GetClusterTemplateOutputArgs, opts?: InvokeOptions): Output<GetClusterTemplateResult>def get_cluster_template(annotations: Optional[Mapping[str, str]] = None,
                         description: Optional[str] = None,
                         labels: Optional[Mapping[str, str]] = None,
                         name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetClusterTemplateResult
def get_cluster_template_output(annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                         description: Optional[pulumi.Input[str]] = None,
                         labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                         name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetClusterTemplateResult]func LookupClusterTemplate(ctx *Context, args *LookupClusterTemplateArgs, opts ...InvokeOption) (*LookupClusterTemplateResult, error)
func LookupClusterTemplateOutput(ctx *Context, args *LookupClusterTemplateOutputArgs, opts ...InvokeOption) LookupClusterTemplateResultOutput> Note: This function is named LookupClusterTemplate in the Go SDK.
public static class GetClusterTemplate 
{
    public static Task<GetClusterTemplateResult> InvokeAsync(GetClusterTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterTemplateResult> Invoke(GetClusterTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterTemplateResult> getClusterTemplate(GetClusterTemplateArgs args, InvokeOptions options)
public static Output<GetClusterTemplateResult> getClusterTemplate(GetClusterTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: rancher2:index/getClusterTemplate:getClusterTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
 - The cluster template name (string)
 - Annotations Dictionary<string, string>
 - (Computed) Annotations for the cluster template (map)
 - Description string
 - Labels Dictionary<string, string>
 - (Computed) Labels for the cluster template (map)
 
- Name string
 - The cluster template name (string)
 - Annotations map[string]string
 - (Computed) Annotations for the cluster template (map)
 - Description string
 - Labels map[string]string
 - (Computed) Labels for the cluster template (map)
 
- name String
 - The cluster template name (string)
 - annotations Map<String,String>
 - (Computed) Annotations for the cluster template (map)
 - description String
 - labels Map<String,String>
 - (Computed) Labels for the cluster template (map)
 
- name string
 - The cluster template name (string)
 - annotations {[key: string]: string}
 - (Computed) Annotations for the cluster template (map)
 - description string
 - labels {[key: string]: string}
 - (Computed) Labels for the cluster template (map)
 
- name str
 - The cluster template name (string)
 - annotations Mapping[str, str]
 - (Computed) Annotations for the cluster template (map)
 - description str
 - labels Mapping[str, str]
 - (Computed) Labels for the cluster template (map)
 
- name String
 - The cluster template name (string)
 - annotations Map<String>
 - (Computed) Annotations for the cluster template (map)
 - description String
 - labels Map<String>
 - (Computed) Labels for the cluster template (map)
 
getClusterTemplate Result
The following output properties are available:
- Annotations Dictionary<string, string>
 - (Computed) Annotations for the cluster template (map)
 - Default
Revision stringId  - (Computed) Default cluster template revision ID (string)
 - Description string
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Labels Dictionary<string, string>
 - (Computed) Labels for the cluster template (map)
 - Members
List<Get
Cluster Template Member>  - (Computed) Cluster template members (list)
 - Name string
 - Template
Revisions List<GetCluster Template Template Revision>  - (Computed) Cluster template revisions (list)
 
- Annotations map[string]string
 - (Computed) Annotations for the cluster template (map)
 - Default
Revision stringId  - (Computed) Default cluster template revision ID (string)
 - Description string
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Labels map[string]string
 - (Computed) Labels for the cluster template (map)
 - Members
[]Get
Cluster Template Member  - (Computed) Cluster template members (list)
 - Name string
 - Template
Revisions []GetCluster Template Template Revision  - (Computed) Cluster template revisions (list)
 
- annotations Map<String,String>
 - (Computed) Annotations for the cluster template (map)
 - default
Revision StringId  - (Computed) Default cluster template revision ID (string)
 - description String
 - id String
 - The provider-assigned unique ID for this managed resource.
 - labels Map<String,String>
 - (Computed) Labels for the cluster template (map)
 - members
List<Get
Cluster Template Member>  - (Computed) Cluster template members (list)
 - name String
 - template
Revisions List<GetCluster Template Template Revision>  - (Computed) Cluster template revisions (list)
 
- annotations {[key: string]: string}
 - (Computed) Annotations for the cluster template (map)
 - default
Revision stringId  - (Computed) Default cluster template revision ID (string)
 - description string
 - id string
 - The provider-assigned unique ID for this managed resource.
 - labels {[key: string]: string}
 - (Computed) Labels for the cluster template (map)
 - members
Get
Cluster Template Member[]  - (Computed) Cluster template members (list)
 - name string
 - template
Revisions GetCluster Template Template Revision[]  - (Computed) Cluster template revisions (list)
 
- annotations Mapping[str, str]
 - (Computed) Annotations for the cluster template (map)
 - default_
revision_ strid  - (Computed) Default cluster template revision ID (string)
 - description str
 - id str
 - The provider-assigned unique ID for this managed resource.
 - labels Mapping[str, str]
 - (Computed) Labels for the cluster template (map)
 - members
Sequence[Get
Cluster Template Member]  - (Computed) Cluster template members (list)
 - name str
 - template_
revisions Sequence[GetCluster Template Template Revision]  - (Computed) Cluster template revisions (list)
 
- annotations Map<String>
 - (Computed) Annotations for the cluster template (map)
 - default
Revision StringId  - (Computed) Default cluster template revision ID (string)
 - description String
 - id String
 - The provider-assigned unique ID for this managed resource.
 - labels Map<String>
 - (Computed) Labels for the cluster template (map)
 - members List<Property Map>
 - (Computed) Cluster template members (list)
 - name String
 - template
Revisions List<Property Map> - (Computed) Cluster template revisions (list)
 
Supporting Types
GetClusterTemplateMember   
- Access
Type string - Member access type: member, owner, read-only
 - Group
Principal stringId  - Member group principal id
 - User
Principal stringId  - Member user principal id
 
- Access
Type string - Member access type: member, owner, read-only
 - Group
Principal stringId  - Member group principal id
 - User
Principal stringId  - Member user principal id
 
- access
Type String - Member access type: member, owner, read-only
 - group
Principal StringId  - Member group principal id
 - user
Principal StringId  - Member user principal id
 
- access
Type string - Member access type: member, owner, read-only
 - group
Principal stringId  - Member group principal id
 - user
Principal stringId  - Member user principal id
 
- access_
type str - Member access type: member, owner, read-only
 - group_
principal_ strid  - Member group principal id
 - user_
principal_ strid  - Member user principal id
 
- access
Type String - Member access type: member, owner, read-only
 - group
Principal StringId  - Member group principal id
 - user
Principal StringId  - Member user principal id
 
GetClusterTemplateTemplateRevision    
- Annotations Dictionary<string, string>
 - (Computed) Annotations for the cluster template (map)
 - Cluster
Config GetCluster Template Template Revision Cluster Config  - Cluster configuration
 - Cluster
Template stringId  - Cluster template ID
 - Id string
 - (Computed) The ID of the resource (string)
 - Labels Dictionary<string, string>
 - (Computed) Labels for the cluster template (map)
 - Name string
 - The cluster template name (string)
 - Default bool
 - Default cluster template revision
 - Enabled bool
 - Enable cluster template revision
 - Questions
List<Get
Cluster Template Template Revision Question>  - Cluster template questions
 
- Annotations map[string]string
 - (Computed) Annotations for the cluster template (map)
 - Cluster
Config GetCluster Template Template Revision Cluster Config  - Cluster configuration
 - Cluster
Template stringId  - Cluster template ID
 - Id string
 - (Computed) The ID of the resource (string)
 - Labels map[string]string
 - (Computed) Labels for the cluster template (map)
 - Name string
 - The cluster template name (string)
 - Default bool
 - Default cluster template revision
 - Enabled bool
 - Enable cluster template revision
 - Questions
[]Get
Cluster Template Template Revision Question  - Cluster template questions
 
- annotations Map<String,String>
 - (Computed) Annotations for the cluster template (map)
 - cluster
Config GetCluster Template Template Revision Cluster Config  - Cluster configuration
 - cluster
Template StringId  - Cluster template ID
 - id String
 - (Computed) The ID of the resource (string)
 - labels Map<String,String>
 - (Computed) Labels for the cluster template (map)
 - name String
 - The cluster template name (string)
 - default_ Boolean
 - Default cluster template revision
 - enabled Boolean
 - Enable cluster template revision
 - questions
List<Get
Cluster Template Template Revision Question>  - Cluster template questions
 
- annotations {[key: string]: string}
 - (Computed) Annotations for the cluster template (map)
 - cluster
Config GetCluster Template Template Revision Cluster Config  - Cluster configuration
 - cluster
Template stringId  - Cluster template ID
 - id string
 - (Computed) The ID of the resource (string)
 - labels {[key: string]: string}
 - (Computed) Labels for the cluster template (map)
 - name string
 - The cluster template name (string)
 - default boolean
 - Default cluster template revision
 - enabled boolean
 - Enable cluster template revision
 - questions
Get
Cluster Template Template Revision Question[]  - Cluster template questions
 
- annotations Mapping[str, str]
 - (Computed) Annotations for the cluster template (map)
 - cluster_
config GetCluster Template Template Revision Cluster Config  - Cluster configuration
 - cluster_
template_ strid  - Cluster template ID
 - id str
 - (Computed) The ID of the resource (string)
 - labels Mapping[str, str]
 - (Computed) Labels for the cluster template (map)
 - name str
 - The cluster template name (string)
 - default bool
 - Default cluster template revision
 - enabled bool
 - Enable cluster template revision
 - questions
Sequence[Get
Cluster Template Template Revision Question]  - Cluster template questions
 
- annotations Map<String>
 - (Computed) Annotations for the cluster template (map)
 - cluster
Config Property Map - Cluster configuration
 - cluster
Template StringId  - Cluster template ID
 - id String
 - (Computed) The ID of the resource (string)
 - labels Map<String>
 - (Computed) Labels for the cluster template (map)
 - name String
 - The cluster template name (string)
 - default Boolean
 - Default cluster template revision
 - enabled Boolean
 - Enable cluster template revision
 - questions List<Property Map>
 - Cluster template questions
 
GetClusterTemplateTemplateRevisionClusterConfig      
- Cluster
Auth GetEndpoint Cluster Template Template Revision Cluster Config Cluster Auth Endpoint  - Local cluster auth endpoint
 - Default
Cluster stringRole For Project Members  - Default cluster role for project members
 - Default
Pod stringSecurity Admission Configuration Template Name  - Default pod security admission configuration template name
 - Desired
Agent stringImage  - Desired agent image
 - Desired
Auth stringImage  - Desired auth image
 - Docker
Root stringDir  - Docker Root Dir
 - Rke
Config GetCluster Template Template Revision Cluster Config Rke Config  - Rancher Kubernetes Engine Config
 - Enable
Network boolPolicy  - Enable project network isolation
 - Windows
Prefered boolCluster  - Windows prefered cluster
 
- Cluster
Auth GetEndpoint Cluster Template Template Revision Cluster Config Cluster Auth Endpoint  - Local cluster auth endpoint
 - Default
Cluster stringRole For Project Members  - Default cluster role for project members
 - Default
Pod stringSecurity Admission Configuration Template Name  - Default pod security admission configuration template name
 - Desired
Agent stringImage  - Desired agent image
 - Desired
Auth stringImage  - Desired auth image
 - Docker
Root stringDir  - Docker Root Dir
 - Rke
Config GetCluster Template Template Revision Cluster Config Rke Config  - Rancher Kubernetes Engine Config
 - Enable
Network boolPolicy  - Enable project network isolation
 - Windows
Prefered boolCluster  - Windows prefered cluster
 
- cluster
Auth GetEndpoint Cluster Template Template Revision Cluster Config Cluster Auth Endpoint  - Local cluster auth endpoint
 - default
Cluster StringRole For Project Members  - Default cluster role for project members
 - default
Pod StringSecurity Admission Configuration Template Name  - Default pod security admission configuration template name
 - desired
Agent StringImage  - Desired agent image
 - desired
Auth StringImage  - Desired auth image
 - docker
Root StringDir  - Docker Root Dir
 - rke
Config GetCluster Template Template Revision Cluster Config Rke Config  - Rancher Kubernetes Engine Config
 - enable
Network BooleanPolicy  - Enable project network isolation
 - windows
Prefered BooleanCluster  - Windows prefered cluster
 
- cluster
Auth GetEndpoint Cluster Template Template Revision Cluster Config Cluster Auth Endpoint  - Local cluster auth endpoint
 - default
Cluster stringRole For Project Members  - Default cluster role for project members
 - default
Pod stringSecurity Admission Configuration Template Name  - Default pod security admission configuration template name
 - desired
Agent stringImage  - Desired agent image
 - desired
Auth stringImage  - Desired auth image
 - docker
Root stringDir  - Docker Root Dir
 - rke
Config GetCluster Template Template Revision Cluster Config Rke Config  - Rancher Kubernetes Engine Config
 - enable
Network booleanPolicy  - Enable project network isolation
 - windows
Prefered booleanCluster  - Windows prefered cluster
 
- cluster_
auth_ Getendpoint Cluster Template Template Revision Cluster Config Cluster Auth Endpoint  - Local cluster auth endpoint
 - default_
cluster_ strrole_ for_ project_ members  - Default cluster role for project members
 - default_
pod_ strsecurity_ admission_ configuration_ template_ name  - Default pod security admission configuration template name
 - desired_
agent_ strimage  - Desired agent image
 - desired_
auth_ strimage  - Desired auth image
 - docker_
root_ strdir  - Docker Root Dir
 - rke_
config GetCluster Template Template Revision Cluster Config Rke Config  - Rancher Kubernetes Engine Config
 - enable_
network_ boolpolicy  - Enable project network isolation
 - windows_
prefered_ boolcluster  - Windows prefered cluster
 
- cluster
Auth Property MapEndpoint  - Local cluster auth endpoint
 - default
Cluster StringRole For Project Members  - Default cluster role for project members
 - default
Pod StringSecurity Admission Configuration Template Name  - Default pod security admission configuration template name
 - desired
Agent StringImage  - Desired agent image
 - desired
Auth StringImage  - Desired auth image
 - docker
Root StringDir  - Docker Root Dir
 - rke
Config Property Map - Rancher Kubernetes Engine Config
 - enable
Network BooleanPolicy  - Enable project network isolation
 - windows
Prefered BooleanCluster  - Windows prefered cluster
 
GetClusterTemplateTemplateRevisionClusterConfigClusterAuthEndpoint         
GetClusterTemplateTemplateRevisionClusterConfigRkeConfig        
- Addon
Job intTimeout  - Optional duration in seconds of addon job.
 - Authentication
Get
Cluster Template Template Revision Cluster Config Rke Config Authentication  - Kubernetes cluster authentication
 - 
Get
Cluster Template Template Revision Cluster Config Rke Config Authorization  - Kubernetes cluster authorization
 - Bastion
Host GetCluster Template Template Revision Cluster Config Rke Config Bastion Host  - RKE bastion host
 - Cloud
Provider GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider  - Dns
Get
Cluster Template Template Revision Cluster Config Rke Config Dns  - Ingress
Get
Cluster Template Template Revision Cluster Config Rke Config Ingress  - Kubernetes ingress configuration
 - Kubernetes
Version string - Optional kubernetes version to deploy
 - Monitoring
Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring  - Kubernetes cluster monitoring
 - Network
Get
Cluster Template Template Revision Cluster Config Rke Config Network  - Kubernetes cluster networking
 - Prefix
Path string - Optional prefix to customize kubernetes path
 - Services
Get
Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Node>  - Optional RKE cluster nodes
 - Private
Registries List<GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Authentication  - Kubernetes cluster authentication
 - 
Get
Cluster Template Template Revision Cluster Config Rke Config Authorization  - Kubernetes cluster authorization
 - Bastion
Host GetCluster Template Template Revision Cluster Config Rke Config Bastion Host  - RKE bastion host
 - Cloud
Provider GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider  - Dns
Get
Cluster Template Template Revision Cluster Config Rke Config Dns  - Ingress
Get
Cluster Template Template Revision Cluster Config Rke Config Ingress  - Kubernetes ingress configuration
 - Kubernetes
Version string - Optional kubernetes version to deploy
 - Monitoring
Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring  - Kubernetes cluster monitoring
 - Network
Get
Cluster Template Template Revision Cluster Config Rke Config Network  - Kubernetes cluster networking
 - Prefix
Path string - Optional prefix to customize kubernetes path
 - Services
Get
Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Node  - Optional RKE cluster nodes
 - Private
Registries []GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Authentication  - Kubernetes cluster authentication
 - 
Get
Cluster Template Template Revision Cluster Config Rke Config Authorization  - Kubernetes cluster authorization
 - bastion
Host GetCluster Template Template Revision Cluster Config Rke Config Bastion Host  - RKE bastion host
 - cloud
Provider GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider  - dns
Get
Cluster Template Template Revision Cluster Config Rke Config Dns  - ingress
Get
Cluster Template Template Revision Cluster Config Rke Config Ingress  - Kubernetes ingress configuration
 - kubernetes
Version String - Optional kubernetes version to deploy
 - monitoring
Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring  - Kubernetes cluster monitoring
 - network
Get
Cluster Template Template Revision Cluster Config Rke Config Network  - Kubernetes cluster networking
 - prefix
Path String - Optional prefix to customize kubernetes path
 - services
Get
Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Node>  - Optional RKE cluster nodes
 - private
Registries List<GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Authentication  - Kubernetes cluster authentication
 - 
Get
Cluster Template Template Revision Cluster Config Rke Config Authorization  - Kubernetes cluster authorization
 - bastion
Host GetCluster Template Template Revision Cluster Config Rke Config Bastion Host  - RKE bastion host
 - cloud
Provider GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider  - dns
Get
Cluster Template Template Revision Cluster Config Rke Config Dns  - ingress
Get
Cluster Template Template Revision Cluster Config Rke Config Ingress  - Kubernetes ingress configuration
 - kubernetes
Version string - Optional kubernetes version to deploy
 - monitoring
Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring  - Kubernetes cluster monitoring
 - network
Get
Cluster Template Template Revision Cluster Config Rke Config Network  - Kubernetes cluster networking
 - prefix
Path string - Optional prefix to customize kubernetes path
 - services
Get
Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Node[]  - Optional RKE cluster nodes
 - private
Registries GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Authentication  - Kubernetes cluster authentication
 - 
Get
Cluster Template Template Revision Cluster Config Rke Config Authorization  - Kubernetes cluster authorization
 - bastion_
host GetCluster Template Template Revision Cluster Config Rke Config Bastion Host  - RKE bastion host
 - cloud_
provider GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider  - dns
Get
Cluster Template Template Revision Cluster Config Rke Config Dns  - ingress
Get
Cluster Template Template Revision Cluster Config Rke Config Ingress  - Kubernetes ingress configuration
 - kubernetes_
version str - Optional kubernetes version to deploy
 - monitoring
Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring  - Kubernetes cluster monitoring
 - network
Get
Cluster Template Template Revision Cluster Config Rke Config Network  - Kubernetes cluster networking
 - prefix_
path str - Optional prefix to customize kubernetes path
 - services
Get
Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Node]  - Optional RKE cluster nodes
 - private_
registries Sequence[GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigAuthentication         
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigAuthorization         
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigBastionHost          
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProvider          
- Custom
Cloud stringProvider  - Aws
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Aws Cloud Provider  - Azure
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Azure Cloud Provider  - Name string
 - The cluster template name (string)
 - Openstack
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider  - Vsphere
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider  
- Custom
Cloud stringProvider  - Aws
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Aws Cloud Provider  - Azure
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Azure Cloud Provider  - Name string
 - The cluster template name (string)
 - Openstack
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider  - Vsphere
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider  
- custom
Cloud StringProvider  - aws
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Aws Cloud Provider  - azure
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Azure Cloud Provider  - name String
 - The cluster template name (string)
 - openstack
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider  - vsphere
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider  
- custom
Cloud stringProvider  - aws
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Aws Cloud Provider  - azure
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Azure Cloud Provider  - name string
 - The cluster template name (string)
 - openstack
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider  - vsphere
Cloud GetProvider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider  
- custom_
cloud_ strprovider  - aws_
cloud_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Aws Cloud Provider  - azure_
cloud_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Azure Cloud Provider  - name str
 - The cluster template name (string)
 - openstack_
cloud_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider  - vsphere_
cloud_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider  
- custom
Cloud StringProvider  - aws
Cloud Property MapProvider  - azure
Cloud Property MapProvider  - name String
 - The cluster template name (string)
 - openstack
Cloud Property MapProvider  - vsphere
Cloud Property MapProvider  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProvider             
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderGlobal              
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAwsCloudProviderServiceOverride               
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderAzureCloudProvider             
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderOpenstackCloudProvider             
- Block
Storage GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Block Storage  - Global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Global  - Load
Balancer GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Load Balancer  - Metadata
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Metadata  - Route
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Route  
- Block
Storage GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Block Storage  - Global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Global  - Load
Balancer GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Load Balancer  - Metadata
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Metadata  - Route
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Route  
- block
Storage GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Block Storage  - global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Global  - load
Balancer GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Load Balancer  - metadata
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Metadata  - route
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Route  
- block
Storage GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Block Storage  - global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Global  - load
Balancer GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Load Balancer  - metadata
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Metadata  - route
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Route  
- block_
storage GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Block Storage  - global_
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Global  - load_
balancer GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Load Balancer  - metadata
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Metadata  - route
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Openstack Cloud Provider Route  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderOpenstackCloudProviderBlockStorage               
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderOpenstackCloudProviderGlobal              
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderOpenstackCloudProviderLoadBalancer               
- 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 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderOpenstackCloudProviderMetadata              
- 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 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderOpenstackCloudProviderRoute              
- Router
Id string 
- Router
Id string 
- router
Id String 
- router
Id string 
- router_
id str 
- router
Id String 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderVsphereCloudProvider             
- Disk
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Disk  - Global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Global  - Network
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Network  - Virtual
Centers List<GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center>  - Workspace
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Workspace  
- Disk
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Disk  - Global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Global  - Network
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Network  - Virtual
Centers []GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center  - Workspace
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Workspace  
- disk
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Disk  - global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Global  - network
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Network  - virtual
Centers List<GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center>  - workspace
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Workspace  
- disk
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Disk  - global
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Global  - network
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Network  - virtual
Centers GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center[]  - workspace
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Workspace  
- disk
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Disk  - global_
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Global  - network
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Network  - virtual_
centers Sequence[GetCluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Virtual Center]  - workspace
Get
Cluster Template Template Revision Cluster Config Rke Config Cloud Provider Vsphere Cloud Provider Workspace  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderVsphereCloudProviderDisk              
- Scsi
Controller stringType  
- Scsi
Controller stringType  
- scsi
Controller StringType  
- scsi
Controller stringType  
- scsi
Controller StringType  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderVsphereCloudProviderGlobal              
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderVsphereCloudProviderNetwork              
- Public
Network string 
- Public
Network string 
- public
Network String 
- public
Network string 
- public_
network str 
- public
Network String 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderVsphereCloudProviderVirtualCenter               
- Datacenters string
 - Name string
 - The cluster template name (string)
 - Password string
 - Port string
 - Soap
Roundtrip intCount  - User string
 
- Datacenters string
 - Name string
 - The cluster template name (string)
 - Password string
 - Port string
 - Soap
Roundtrip intCount  - User string
 
- datacenters String
 - name String
 - The cluster template name (string)
 - password String
 - port String
 - soap
Roundtrip IntegerCount  - user String
 
- datacenters string
 - name string
 - The cluster template name (string)
 - password string
 - port string
 - soap
Roundtrip numberCount  - user string
 
- datacenters str
 - name str
 - The cluster template name (string)
 - password str
 - port str
 - soap_
roundtrip_ intcount  - user str
 
- datacenters String
 - name String
 - The cluster template name (string)
 - password String
 - port String
 - soap
Roundtrip NumberCount  - user String
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigCloudProviderVsphereCloudProviderWorkspace              
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigDns         
- Node
Selector Dictionary<string, string> - Options Dictionary<string, string>
 - Reverse
Cidrs List<string> - Upstream
Nameservers List<string> - Linear
Autoscaler GetParams Cluster Template Template Revision Cluster Config Rke Config Dns Linear Autoscaler Params  - Linear Autoscaler Params
 - Nodelocal
Get
Cluster Template Template Revision Cluster Config Rke Config Dns Nodelocal  - Nodelocal dns
 - Provider string
 - Tolerations
List<Get
Cluster Template Template Revision Cluster Config Rke Config Dns Toleration>  - DNS service tolerations
 - Update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Dns Linear Autoscaler Params  - Linear Autoscaler Params
 - Nodelocal
Get
Cluster Template Template Revision Cluster Config Rke Config Dns Nodelocal  - Nodelocal dns
 - Provider string
 - Tolerations
[]Get
Cluster Template Template Revision Cluster Config Rke Config Dns Toleration  - DNS service tolerations
 - Update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Dns Linear Autoscaler Params  - Linear Autoscaler Params
 - nodelocal
Get
Cluster Template Template Revision Cluster Config Rke Config Dns Nodelocal  - Nodelocal dns
 - provider String
 - tolerations
List<Get
Cluster Template Template Revision Cluster Config Rke Config Dns Toleration>  - DNS service tolerations
 - update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Dns Linear Autoscaler Params  - Linear Autoscaler Params
 - nodelocal
Get
Cluster Template Template Revision Cluster Config Rke Config Dns Nodelocal  - Nodelocal dns
 - provider string
 - tolerations
Get
Cluster Template Template Revision Cluster Config Rke Config Dns Toleration[]  - DNS service tolerations
 - update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Dns Linear Autoscaler Params  - Linear Autoscaler Params
 - nodelocal
Get
Cluster Template Template Revision Cluster Config Rke Config Dns Nodelocal  - Nodelocal dns
 - provider str
 - tolerations
Sequence[Get
Cluster Template Template Revision Cluster Config Rke Config Dns Toleration]  - DNS service tolerations
 - update_
strategy GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigDnsLinearAutoscalerParams            
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigDnsNodelocal          
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigDnsToleration          
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigDnsUpdateStrategy           
- Rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Dns Update Strategy Rolling Update  - Rolling update for update strategy
 - Strategy string
 - Strategy
 
- Rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Dns Update Strategy Rolling Update  - Rolling update for update strategy
 - Strategy string
 - Strategy
 
- rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Dns Update Strategy Rolling Update  - Rolling update for update strategy
 - strategy String
 - Strategy
 
- rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Dns Update Strategy Rolling Update  - Rolling update for update strategy
 - strategy string
 - Strategy
 
- rolling_
update GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigDnsUpdateStrategyRollingUpdate             
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigIngress         
- 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 Template Template Revision Cluster Config Rke Config Ingress Toleration>  - Ingress add-on tolerations
 - Update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Ingress Toleration  - Ingress add-on tolerations
 - Update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Ingress Toleration>  - Ingress add-on tolerations
 - update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Ingress Toleration[]  - Ingress add-on tolerations
 - update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Ingress Toleration]  - Ingress add-on tolerations
 - update_
strategy GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigIngressToleration          
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigIngressUpdateStrategy           
- Rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Ingress Update Strategy Rolling Update  - Rolling update for update strategy
 - Strategy string
 - Strategy
 
- Rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Ingress Update Strategy Rolling Update  - Rolling update for update strategy
 - Strategy string
 - Strategy
 
- rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Ingress Update Strategy Rolling Update  - Rolling update for update strategy
 - strategy String
 - Strategy
 
- rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Ingress Update Strategy Rolling Update  - Rolling update for update strategy
 - strategy string
 - Strategy
 
- rolling_
update GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigIngressUpdateStrategyRollingUpdate             
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigMonitoring         
- Options Dictionary<string, string>
 - Provider string
 - Replicas int
 - Node
Selector Dictionary<string, string> - Tolerations
List<Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring Toleration>  - Monitoring add-on tolerations
 - Update
Strategy GetCluster Template Template Revision Cluster Config Rke Config Monitoring Update Strategy  - Update deployment strategy
 
- Options map[string]string
 - Provider string
 - Replicas int
 - Node
Selector map[string]string - Tolerations
[]Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring Toleration  - Monitoring add-on tolerations
 - Update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Monitoring Toleration>  - Monitoring add-on tolerations
 - update
Strategy GetCluster Template Template Revision Cluster Config Rke Config Monitoring Update Strategy  - Update deployment strategy
 
- options {[key: string]: string}
 - provider string
 - replicas number
 - node
Selector {[key: string]: string} - tolerations
Get
Cluster Template Template Revision Cluster Config Rke Config Monitoring Toleration[]  - Monitoring add-on tolerations
 - update
Strategy GetCluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Monitoring Toleration]  - Monitoring add-on tolerations
 - update_
strategy GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigMonitoringToleration          
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigMonitoringUpdateStrategy           
- Rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Monitoring Update Strategy Rolling Update  - Rolling update for update strategy
 - Strategy string
 - Strategy
 
- Rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Monitoring Update Strategy Rolling Update  - Rolling update for update strategy
 - Strategy string
 - Strategy
 
- rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Monitoring Update Strategy Rolling Update  - Rolling update for update strategy
 - strategy String
 - Strategy
 
- rolling
Update GetCluster Template Template Revision Cluster Config Rke Config Monitoring Update Strategy Rolling Update  - Rolling update for update strategy
 - strategy string
 - Strategy
 
- rolling_
update GetCluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigMonitoringUpdateStrategyRollingUpdate             
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetwork         
- Options Dictionary<string, string>
 - Plugin string
 - Aci
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Aci Network Provider  - Calico
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Calico Network Provider  - Canal
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Canal Network Provider  - Flannel
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Flannel Network Provider  - Mtu int
 - Tolerations
List<Get
Cluster Template Template Revision Cluster Config Rke Config Network Toleration>  - Network add-on tolerations
 - Weave
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Weave Network Provider  
- Options map[string]string
 - Plugin string
 - Aci
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Aci Network Provider  - Calico
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Calico Network Provider  - Canal
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Canal Network Provider  - Flannel
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Flannel Network Provider  - Mtu int
 - Tolerations
[]Get
Cluster Template Template Revision Cluster Config Rke Config Network Toleration  - Network add-on tolerations
 - Weave
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Weave Network Provider  
- options Map<String,String>
 - plugin String
 - aci
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Aci Network Provider  - calico
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Calico Network Provider  - canal
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Canal Network Provider  - flannel
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Flannel Network Provider  - mtu Integer
 - tolerations
List<Get
Cluster Template Template Revision Cluster Config Rke Config Network Toleration>  - Network add-on tolerations
 - weave
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Weave Network Provider  
- options {[key: string]: string}
 - plugin string
 - aci
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Aci Network Provider  - calico
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Calico Network Provider  - canal
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Canal Network Provider  - flannel
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Flannel Network Provider  - mtu number
 - tolerations
Get
Cluster Template Template Revision Cluster Config Rke Config Network Toleration[]  - Network add-on tolerations
 - weave
Network GetProvider Cluster Template Template Revision Cluster Config Rke Config Network Weave Network Provider  
- options Mapping[str, str]
 - plugin str
 - aci_
network_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Network Aci Network Provider  - calico_
network_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Network Calico Network Provider  - canal_
network_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Network Canal Network Provider  - flannel_
network_ Getprovider Cluster Template Template Revision Cluster Config Rke Config Network Flannel Network Provider  - mtu int
 - tolerations
Sequence[Get
Cluster Template Template Revision Cluster Config Rke Config Network Toleration]  - Network add-on tolerations
 - weave_
network_ Getprovider Cluster Template Template Revision Cluster Config 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkAciNetworkProvider            
- 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 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkCalicoNetworkProvider            
- Cloud
Provider string 
- Cloud
Provider string 
- cloud
Provider String 
- cloud
Provider string 
- cloud_
provider str 
- cloud
Provider String 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkCanalNetworkProvider            
- Iface string
 
- Iface string
 
- iface String
 
- iface string
 
- iface str
 
- iface String
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkFlannelNetworkProvider            
- Iface string
 
- Iface string
 
- iface String
 
- iface string
 
- iface str
 
- iface String
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkToleration          
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNetworkWeaveNetworkProvider            
- Password string
 
- Password string
 
- password String
 
- password string
 
- password str
 
- password String
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigNode         
- 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 the cluster template (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 the cluster template (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 the cluster template (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 the cluster template (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 the cluster template (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 the cluster template (map)
 - node
Id String - port String
 - ssh
Agent BooleanAuth  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigPrivateRegistry          
- Url string
 - Ecr
Credential GetPlugin Cluster Template Template Revision Cluster Config Rke Config Private Registry Ecr Credential Plugin  - ECR credential plugin config
 - Is
Default bool - Password string
 - User string
 
- Url string
 - Ecr
Credential GetPlugin Cluster Template Template Revision Cluster Config Rke Config Private Registry Ecr Credential Plugin  - ECR credential plugin config
 - Is
Default bool - Password string
 - User string
 
- url String
 - ecr
Credential GetPlugin Cluster Template Template Revision Cluster Config Rke Config Private Registry Ecr Credential Plugin  - ECR credential plugin config
 - is
Default Boolean - password String
 - user String
 
- url string
 - ecr
Credential GetPlugin Cluster Template Template Revision Cluster Config Rke Config Private Registry Ecr Credential Plugin  - ECR credential plugin config
 - is
Default boolean - password string
 - user string
 
- url str
 - ecr_
credential_ Getplugin Cluster Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigPrivateRegistryEcrCredentialPlugin             
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServices         
- Etcd
Get
Cluster Template Template Revision Cluster Config Rke Config Services Etcd  - Kube
Api GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api  - Kube
Controller GetCluster Template Template Revision Cluster Config Rke Config Services Kube Controller  - Kubelet
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubelet  - Kubeproxy
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubeproxy  - Scheduler
Get
Cluster Template Template Revision Cluster Config Rke Config Services Scheduler  
- Etcd
Get
Cluster Template Template Revision Cluster Config Rke Config Services Etcd  - Kube
Api GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api  - Kube
Controller GetCluster Template Template Revision Cluster Config Rke Config Services Kube Controller  - Kubelet
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubelet  - Kubeproxy
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubeproxy  - Scheduler
Get
Cluster Template Template Revision Cluster Config Rke Config Services Scheduler  
- etcd
Get
Cluster Template Template Revision Cluster Config Rke Config Services Etcd  - kube
Api GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api  - kube
Controller GetCluster Template Template Revision Cluster Config Rke Config Services Kube Controller  - kubelet
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubelet  - kubeproxy
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubeproxy  - scheduler
Get
Cluster Template Template Revision Cluster Config Rke Config Services Scheduler  
- etcd
Get
Cluster Template Template Revision Cluster Config Rke Config Services Etcd  - kube
Api GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api  - kube
Controller GetCluster Template Template Revision Cluster Config Rke Config Services Kube Controller  - kubelet
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubelet  - kubeproxy
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubeproxy  - scheduler
Get
Cluster Template Template Revision Cluster Config Rke Config Services Scheduler  
- etcd
Get
Cluster Template Template Revision Cluster Config Rke Config Services Etcd  - kube_
api GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api  - kube_
controller GetCluster Template Template Revision Cluster Config Rke Config Services Kube Controller  - kubelet
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubelet  - kubeproxy
Get
Cluster Template Template Revision Cluster Config Rke Config Services Kubeproxy  - scheduler
Get
Cluster Template Template Revision Cluster Config Rke Config Services Scheduler  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcd          
- Backup
Config GetCluster Template Template Revision Cluster Config Rke Config Services Etcd Backup Config  - 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 Template Template Revision Cluster Config Rke Config Services Etcd Backup Config  - 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 Template Template Revision Cluster Config Rke Config Services Etcd Backup Config  - 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 Template Template Revision Cluster Config Rke Config Services Etcd Backup Config  - 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 Template Template Revision Cluster Config Rke Config Services Etcd Backup Config  - ca_
cert str - 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 - 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfig            
- timeout Integer
 - enabled Boolean
 - interval
Hours Integer - retention Integer
 - s3Backup
Config GetCluster Template Template Revision Cluster Config 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 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesEtcdBackupConfigS3BackupConfig              
- bucket_
name str - endpoint str
 - access_
key str - custom_
ca str - folder str
 - region str
 - secret_
key str 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApi           
- Extra
Args Dictionary<string, string> - Image string
 - Service
Cluster stringIp Range  - Service
Node stringPort Range  - Admission
Configuration GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api Admission Configuration  - Cluster admission configuration
 - Always
Pull boolImages  - Audit
Log GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api Audit Log  - Event
Rate GetLimit Cluster Template Template Revision Cluster Config Rke Config Services Kube Api Event Rate Limit  - Extra
Binds List<string> - Extra
Envs List<string> - Secrets
Encryption GetConfig Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Services Kube Api Admission Configuration  - Cluster admission configuration
 - Always
Pull boolImages  - Audit
Log GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api Audit Log  - Event
Rate GetLimit Cluster Template Template Revision Cluster Config Rke Config Services Kube Api Event Rate Limit  - Extra
Binds []string - Extra
Envs []string - Secrets
Encryption GetConfig Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Services Kube Api Admission Configuration  - Cluster admission configuration
 - always
Pull BooleanImages  - audit
Log GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api Audit Log  - event
Rate GetLimit Cluster Template Template Revision Cluster Config Rke Config Services Kube Api Event Rate Limit  - extra
Binds List<String> - extra
Envs List<String> - secrets
Encryption GetConfig Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Services Kube Api Admission Configuration  - Cluster admission configuration
 - always
Pull booleanImages  - audit
Log GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api Audit Log  - event
Rate GetLimit Cluster Template Template Revision Cluster Config Rke Config Services Kube Api Event Rate Limit  - extra
Binds string[] - extra
Envs string[] - secrets
Encryption GetConfig Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config Rke Config Services Kube Api Admission Configuration  - Cluster admission configuration
 - always_
pull_ boolimages  - audit_
log GetCluster Template Template Revision Cluster Config Rke Config Services Kube Api Audit Log  - event_
rate_ Getlimit Cluster Template Template Revision Cluster Config Rke Config Services Kube Api Event Rate Limit  - extra_
binds Sequence[str] - extra_
envs Sequence[str] - secrets_
encryption_ Getconfig Cluster Template Template Revision Cluster Config 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiAdmissionConfiguration             
- Plugins
List<Get
Cluster Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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 Template Template Revision Cluster Config 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiAdmissionConfigurationPlugin              
- Configuration string
 - Plugin configuration
 - Name string
 - The cluster template name (string)
 - Path string
 - Plugin path
 
- Configuration string
 - Plugin configuration
 - Name string
 - The cluster template name (string)
 - Path string
 - Plugin path
 
- configuration String
 - Plugin configuration
 - name String
 - The cluster template name (string)
 - path String
 - Plugin path
 
- configuration string
 - Plugin configuration
 - name string
 - The cluster template name (string)
 - path string
 - Plugin path
 
- configuration str
 - Plugin configuration
 - name str
 - The cluster template name (string)
 - path str
 - Plugin path
 
- configuration String
 - Plugin configuration
 - name String
 - The cluster template name (string)
 - path String
 - Plugin path
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiAuditLog             
- configuration Property Map
 - enabled Boolean
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiAuditLogConfiguration              
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiEventRateLimit              
- Configuration string
 - Enabled bool
 
- Configuration string
 - Enabled bool
 
- configuration String
 - enabled Boolean
 
- configuration string
 - enabled boolean
 
- configuration str
 - enabled bool
 
- configuration String
 - enabled Boolean
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeApiSecretsEncryptionConfig              
- 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
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeController           
- 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> 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubelet          
- 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  
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesKubeproxy          
- 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> 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigServicesScheduler          
- 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> 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategy          
- drain
Input Property Map - drain Boolean
 - String
 - String
 
GetClusterTemplateTemplateRevisionClusterConfigRkeConfigUpgradeStrategyDrainInput            
- 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
 
GetClusterTemplateTemplateRevisionQuestion     
Package Details
- Repository
 - Rancher2 pulumi/pulumi-rancher2
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
rancher2Terraform Provider.