1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. ClusterEdgeNative
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.ClusterEdgeNative

Explore with Pulumi AI

Resource for managing Edge Native clusters in Spectro Cloud through Palette.

Create ClusterEdgeNative Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ClusterEdgeNative(name: string, args: ClusterEdgeNativeArgs, opts?: CustomResourceOptions);
@overload
def ClusterEdgeNative(resource_name: str,
                      args: ClusterEdgeNativeArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def ClusterEdgeNative(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      cloud_config: Optional[ClusterEdgeNativeCloudConfigArgs] = None,
                      machine_pools: Optional[Sequence[ClusterEdgeNativeMachinePoolArgs]] = None,
                      host_configs: Optional[Sequence[ClusterEdgeNativeHostConfigArgs]] = None,
                      context: Optional[str] = None,
                      cluster_edge_native_id: Optional[str] = None,
                      cluster_meta_attribute: Optional[str] = None,
                      cluster_profiles: Optional[Sequence[ClusterEdgeNativeClusterProfileArgs]] = None,
                      cluster_rbac_bindings: Optional[Sequence[ClusterEdgeNativeClusterRbacBindingArgs]] = None,
                      location_configs: Optional[Sequence[ClusterEdgeNativeLocationConfigArgs]] = None,
                      description: Optional[str] = None,
                      force_delete: Optional[bool] = None,
                      force_delete_delay: Optional[float] = None,
                      cloud_account_id: Optional[str] = None,
                      apply_setting: Optional[str] = None,
                      os_patch_on_boot: Optional[bool] = None,
                      name: Optional[str] = None,
                      namespaces: Optional[Sequence[ClusterEdgeNativeNamespaceArgs]] = None,
                      os_patch_after: Optional[str] = None,
                      backup_policy: Optional[ClusterEdgeNativeBackupPolicyArgs] = None,
                      os_patch_schedule: Optional[str] = None,
                      pause_agent_upgrades: Optional[str] = None,
                      review_repave_state: Optional[str] = None,
                      scan_policy: Optional[ClusterEdgeNativeScanPolicyArgs] = None,
                      skip_completion: Optional[bool] = None,
                      tags: Optional[Sequence[str]] = None,
                      timeouts: Optional[ClusterEdgeNativeTimeoutsArgs] = None)
func NewClusterEdgeNative(ctx *Context, name string, args ClusterEdgeNativeArgs, opts ...ResourceOption) (*ClusterEdgeNative, error)
public ClusterEdgeNative(string name, ClusterEdgeNativeArgs args, CustomResourceOptions? opts = null)
public ClusterEdgeNative(String name, ClusterEdgeNativeArgs args)
public ClusterEdgeNative(String name, ClusterEdgeNativeArgs args, CustomResourceOptions options)
type: spectrocloud:ClusterEdgeNative
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ClusterEdgeNativeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ClusterEdgeNativeArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ClusterEdgeNativeArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ClusterEdgeNativeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ClusterEdgeNativeArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var clusterEdgeNativeResource = new Spectrocloud.ClusterEdgeNative("clusterEdgeNativeResource", new()
{
    CloudConfig = new Spectrocloud.Inputs.ClusterEdgeNativeCloudConfigArgs
    {
        IsTwoNodeCluster = false,
        NtpServers = new[]
        {
            "string",
        },
        OverlayCidrRange = "string",
        SshKeys = new[]
        {
            "string",
        },
        Vip = "string",
    },
    MachinePools = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeNativeMachinePoolArgs
        {
            EdgeHosts = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeNativeMachinePoolEdgeHostArgs
                {
                    HostUid = "string",
                    DefaultGateway = "string",
                    DnsServers = new[]
                    {
                        "string",
                    },
                    HostName = "string",
                    NicName = "string",
                    StaticIp = "string",
                    SubnetMask = "string",
                    TwoNodeRole = "string",
                },
            },
            Name = "string",
            AdditionalLabels = 
            {
                { "string", "string" },
            },
            ControlPlane = false,
            ControlPlaneAsWorker = false,
            NodeRepaveInterval = 0,
            Nodes = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeNativeMachinePoolNodeArgs
                {
                    Action = "string",
                    NodeId = "string",
                },
            },
            Taints = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeNativeMachinePoolTaintArgs
                {
                    Effect = "string",
                    Key = "string",
                    Value = "string",
                },
            },
            UpdateStrategy = "string",
        },
    },
    HostConfigs = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeNativeHostConfigArgs
        {
            ExternalTrafficPolicy = "string",
            HostEndpointType = "string",
            IngressHost = "string",
            LoadBalancerSourceRanges = "string",
        },
    },
    Context = "string",
    ClusterEdgeNativeId = "string",
    ClusterMetaAttribute = "string",
    ClusterProfiles = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeNativeClusterProfileArgs
        {
            Id = "string",
            Packs = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeNativeClusterProfilePackArgs
                {
                    Name = "string",
                    Manifests = new[]
                    {
                        new Spectrocloud.Inputs.ClusterEdgeNativeClusterProfilePackManifestArgs
                        {
                            Content = "string",
                            Name = "string",
                            Uid = "string",
                        },
                    },
                    RegistryUid = "string",
                    Tag = "string",
                    Type = "string",
                    Uid = "string",
                    Values = "string",
                },
            },
            Variables = 
            {
                { "string", "string" },
            },
        },
    },
    ClusterRbacBindings = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeNativeClusterRbacBindingArgs
        {
            Type = "string",
            Namespace = "string",
            Role = 
            {
                { "string", "string" },
            },
            Subjects = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeNativeClusterRbacBindingSubjectArgs
                {
                    Name = "string",
                    Type = "string",
                    Namespace = "string",
                },
            },
        },
    },
    LocationConfigs = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeNativeLocationConfigArgs
        {
            Latitude = 0,
            Longitude = 0,
            CountryCode = "string",
            CountryName = "string",
            RegionCode = "string",
            RegionName = "string",
        },
    },
    Description = "string",
    ForceDelete = false,
    ForceDeleteDelay = 0,
    CloudAccountId = "string",
    ApplySetting = "string",
    OsPatchOnBoot = false,
    Name = "string",
    Namespaces = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeNativeNamespaceArgs
        {
            Name = "string",
            ResourceAllocation = 
            {
                { "string", "string" },
            },
            ImagesBlacklists = new[]
            {
                "string",
            },
        },
    },
    OsPatchAfter = "string",
    BackupPolicy = new Spectrocloud.Inputs.ClusterEdgeNativeBackupPolicyArgs
    {
        BackupLocationId = "string",
        ExpiryInHour = 0,
        Prefix = "string",
        Schedule = "string",
        ClusterUids = new[]
        {
            "string",
        },
        IncludeAllClusters = false,
        IncludeClusterResources = false,
        IncludeClusterResourcesMode = "string",
        IncludeDisks = false,
        Namespaces = new[]
        {
            "string",
        },
    },
    OsPatchSchedule = "string",
    PauseAgentUpgrades = "string",
    ReviewRepaveState = "string",
    ScanPolicy = new Spectrocloud.Inputs.ClusterEdgeNativeScanPolicyArgs
    {
        ConfigurationScanSchedule = "string",
        ConformanceScanSchedule = "string",
        PenetrationScanSchedule = "string",
    },
    SkipCompletion = false,
    Tags = new[]
    {
        "string",
    },
    Timeouts = new Spectrocloud.Inputs.ClusterEdgeNativeTimeoutsArgs
    {
        Create = "string",
        Delete = "string",
        Update = "string",
    },
});
Copy
example, err := spectrocloud.NewClusterEdgeNative(ctx, "clusterEdgeNativeResource", &spectrocloud.ClusterEdgeNativeArgs{
	CloudConfig: &spectrocloud.ClusterEdgeNativeCloudConfigArgs{
		IsTwoNodeCluster: pulumi.Bool(false),
		NtpServers: pulumi.StringArray{
			pulumi.String("string"),
		},
		OverlayCidrRange: pulumi.String("string"),
		SshKeys: pulumi.StringArray{
			pulumi.String("string"),
		},
		Vip: pulumi.String("string"),
	},
	MachinePools: spectrocloud.ClusterEdgeNativeMachinePoolArray{
		&spectrocloud.ClusterEdgeNativeMachinePoolArgs{
			EdgeHosts: spectrocloud.ClusterEdgeNativeMachinePoolEdgeHostArray{
				&spectrocloud.ClusterEdgeNativeMachinePoolEdgeHostArgs{
					HostUid:        pulumi.String("string"),
					DefaultGateway: pulumi.String("string"),
					DnsServers: pulumi.StringArray{
						pulumi.String("string"),
					},
					HostName:    pulumi.String("string"),
					NicName:     pulumi.String("string"),
					StaticIp:    pulumi.String("string"),
					SubnetMask:  pulumi.String("string"),
					TwoNodeRole: pulumi.String("string"),
				},
			},
			Name: pulumi.String("string"),
			AdditionalLabels: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			ControlPlane:         pulumi.Bool(false),
			ControlPlaneAsWorker: pulumi.Bool(false),
			NodeRepaveInterval:   pulumi.Float64(0),
			Nodes: spectrocloud.ClusterEdgeNativeMachinePoolNodeArray{
				&spectrocloud.ClusterEdgeNativeMachinePoolNodeArgs{
					Action: pulumi.String("string"),
					NodeId: pulumi.String("string"),
				},
			},
			Taints: spectrocloud.ClusterEdgeNativeMachinePoolTaintArray{
				&spectrocloud.ClusterEdgeNativeMachinePoolTaintArgs{
					Effect: pulumi.String("string"),
					Key:    pulumi.String("string"),
					Value:  pulumi.String("string"),
				},
			},
			UpdateStrategy: pulumi.String("string"),
		},
	},
	HostConfigs: spectrocloud.ClusterEdgeNativeHostConfigArray{
		&spectrocloud.ClusterEdgeNativeHostConfigArgs{
			ExternalTrafficPolicy:    pulumi.String("string"),
			HostEndpointType:         pulumi.String("string"),
			IngressHost:              pulumi.String("string"),
			LoadBalancerSourceRanges: pulumi.String("string"),
		},
	},
	Context:              pulumi.String("string"),
	ClusterEdgeNativeId:  pulumi.String("string"),
	ClusterMetaAttribute: pulumi.String("string"),
	ClusterProfiles: spectrocloud.ClusterEdgeNativeClusterProfileArray{
		&spectrocloud.ClusterEdgeNativeClusterProfileArgs{
			Id: pulumi.String("string"),
			Packs: spectrocloud.ClusterEdgeNativeClusterProfilePackArray{
				&spectrocloud.ClusterEdgeNativeClusterProfilePackArgs{
					Name: pulumi.String("string"),
					Manifests: spectrocloud.ClusterEdgeNativeClusterProfilePackManifestArray{
						&spectrocloud.ClusterEdgeNativeClusterProfilePackManifestArgs{
							Content: pulumi.String("string"),
							Name:    pulumi.String("string"),
							Uid:     pulumi.String("string"),
						},
					},
					RegistryUid: pulumi.String("string"),
					Tag:         pulumi.String("string"),
					Type:        pulumi.String("string"),
					Uid:         pulumi.String("string"),
					Values:      pulumi.String("string"),
				},
			},
			Variables: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
		},
	},
	ClusterRbacBindings: spectrocloud.ClusterEdgeNativeClusterRbacBindingArray{
		&spectrocloud.ClusterEdgeNativeClusterRbacBindingArgs{
			Type:      pulumi.String("string"),
			Namespace: pulumi.String("string"),
			Role: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			Subjects: spectrocloud.ClusterEdgeNativeClusterRbacBindingSubjectArray{
				&spectrocloud.ClusterEdgeNativeClusterRbacBindingSubjectArgs{
					Name:      pulumi.String("string"),
					Type:      pulumi.String("string"),
					Namespace: pulumi.String("string"),
				},
			},
		},
	},
	LocationConfigs: spectrocloud.ClusterEdgeNativeLocationConfigArray{
		&spectrocloud.ClusterEdgeNativeLocationConfigArgs{
			Latitude:    pulumi.Float64(0),
			Longitude:   pulumi.Float64(0),
			CountryCode: pulumi.String("string"),
			CountryName: pulumi.String("string"),
			RegionCode:  pulumi.String("string"),
			RegionName:  pulumi.String("string"),
		},
	},
	Description:      pulumi.String("string"),
	ForceDelete:      pulumi.Bool(false),
	ForceDeleteDelay: pulumi.Float64(0),
	CloudAccountId:   pulumi.String("string"),
	ApplySetting:     pulumi.String("string"),
	OsPatchOnBoot:    pulumi.Bool(false),
	Name:             pulumi.String("string"),
	Namespaces: spectrocloud.ClusterEdgeNativeNamespaceArray{
		&spectrocloud.ClusterEdgeNativeNamespaceArgs{
			Name: pulumi.String("string"),
			ResourceAllocation: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			ImagesBlacklists: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
	},
	OsPatchAfter: pulumi.String("string"),
	BackupPolicy: &spectrocloud.ClusterEdgeNativeBackupPolicyArgs{
		BackupLocationId: pulumi.String("string"),
		ExpiryInHour:     pulumi.Float64(0),
		Prefix:           pulumi.String("string"),
		Schedule:         pulumi.String("string"),
		ClusterUids: pulumi.StringArray{
			pulumi.String("string"),
		},
		IncludeAllClusters:          pulumi.Bool(false),
		IncludeClusterResources:     pulumi.Bool(false),
		IncludeClusterResourcesMode: pulumi.String("string"),
		IncludeDisks:                pulumi.Bool(false),
		Namespaces: pulumi.StringArray{
			pulumi.String("string"),
		},
	},
	OsPatchSchedule:    pulumi.String("string"),
	PauseAgentUpgrades: pulumi.String("string"),
	ReviewRepaveState:  pulumi.String("string"),
	ScanPolicy: &spectrocloud.ClusterEdgeNativeScanPolicyArgs{
		ConfigurationScanSchedule: pulumi.String("string"),
		ConformanceScanSchedule:   pulumi.String("string"),
		PenetrationScanSchedule:   pulumi.String("string"),
	},
	SkipCompletion: pulumi.Bool(false),
	Tags: pulumi.StringArray{
		pulumi.String("string"),
	},
	Timeouts: &spectrocloud.ClusterEdgeNativeTimeoutsArgs{
		Create: pulumi.String("string"),
		Delete: pulumi.String("string"),
		Update: pulumi.String("string"),
	},
})
Copy
var clusterEdgeNativeResource = new ClusterEdgeNative("clusterEdgeNativeResource", ClusterEdgeNativeArgs.builder()
    .cloudConfig(ClusterEdgeNativeCloudConfigArgs.builder()
        .isTwoNodeCluster(false)
        .ntpServers("string")
        .overlayCidrRange("string")
        .sshKeys("string")
        .vip("string")
        .build())
    .machinePools(ClusterEdgeNativeMachinePoolArgs.builder()
        .edgeHosts(ClusterEdgeNativeMachinePoolEdgeHostArgs.builder()
            .hostUid("string")
            .defaultGateway("string")
            .dnsServers("string")
            .hostName("string")
            .nicName("string")
            .staticIp("string")
            .subnetMask("string")
            .twoNodeRole("string")
            .build())
        .name("string")
        .additionalLabels(Map.of("string", "string"))
        .controlPlane(false)
        .controlPlaneAsWorker(false)
        .nodeRepaveInterval(0)
        .nodes(ClusterEdgeNativeMachinePoolNodeArgs.builder()
            .action("string")
            .nodeId("string")
            .build())
        .taints(ClusterEdgeNativeMachinePoolTaintArgs.builder()
            .effect("string")
            .key("string")
            .value("string")
            .build())
        .updateStrategy("string")
        .build())
    .hostConfigs(ClusterEdgeNativeHostConfigArgs.builder()
        .externalTrafficPolicy("string")
        .hostEndpointType("string")
        .ingressHost("string")
        .loadBalancerSourceRanges("string")
        .build())
    .context("string")
    .clusterEdgeNativeId("string")
    .clusterMetaAttribute("string")
    .clusterProfiles(ClusterEdgeNativeClusterProfileArgs.builder()
        .id("string")
        .packs(ClusterEdgeNativeClusterProfilePackArgs.builder()
            .name("string")
            .manifests(ClusterEdgeNativeClusterProfilePackManifestArgs.builder()
                .content("string")
                .name("string")
                .uid("string")
                .build())
            .registryUid("string")
            .tag("string")
            .type("string")
            .uid("string")
            .values("string")
            .build())
        .variables(Map.of("string", "string"))
        .build())
    .clusterRbacBindings(ClusterEdgeNativeClusterRbacBindingArgs.builder()
        .type("string")
        .namespace("string")
        .role(Map.of("string", "string"))
        .subjects(ClusterEdgeNativeClusterRbacBindingSubjectArgs.builder()
            .name("string")
            .type("string")
            .namespace("string")
            .build())
        .build())
    .locationConfigs(ClusterEdgeNativeLocationConfigArgs.builder()
        .latitude(0)
        .longitude(0)
        .countryCode("string")
        .countryName("string")
        .regionCode("string")
        .regionName("string")
        .build())
    .description("string")
    .forceDelete(false)
    .forceDeleteDelay(0)
    .cloudAccountId("string")
    .applySetting("string")
    .osPatchOnBoot(false)
    .name("string")
    .namespaces(ClusterEdgeNativeNamespaceArgs.builder()
        .name("string")
        .resourceAllocation(Map.of("string", "string"))
        .imagesBlacklists("string")
        .build())
    .osPatchAfter("string")
    .backupPolicy(ClusterEdgeNativeBackupPolicyArgs.builder()
        .backupLocationId("string")
        .expiryInHour(0)
        .prefix("string")
        .schedule("string")
        .clusterUids("string")
        .includeAllClusters(false)
        .includeClusterResources(false)
        .includeClusterResourcesMode("string")
        .includeDisks(false)
        .namespaces("string")
        .build())
    .osPatchSchedule("string")
    .pauseAgentUpgrades("string")
    .reviewRepaveState("string")
    .scanPolicy(ClusterEdgeNativeScanPolicyArgs.builder()
        .configurationScanSchedule("string")
        .conformanceScanSchedule("string")
        .penetrationScanSchedule("string")
        .build())
    .skipCompletion(false)
    .tags("string")
    .timeouts(ClusterEdgeNativeTimeoutsArgs.builder()
        .create("string")
        .delete("string")
        .update("string")
        .build())
    .build());
Copy
cluster_edge_native_resource = spectrocloud.ClusterEdgeNative("clusterEdgeNativeResource",
    cloud_config={
        "is_two_node_cluster": False,
        "ntp_servers": ["string"],
        "overlay_cidr_range": "string",
        "ssh_keys": ["string"],
        "vip": "string",
    },
    machine_pools=[{
        "edge_hosts": [{
            "host_uid": "string",
            "default_gateway": "string",
            "dns_servers": ["string"],
            "host_name": "string",
            "nic_name": "string",
            "static_ip": "string",
            "subnet_mask": "string",
            "two_node_role": "string",
        }],
        "name": "string",
        "additional_labels": {
            "string": "string",
        },
        "control_plane": False,
        "control_plane_as_worker": False,
        "node_repave_interval": 0,
        "nodes": [{
            "action": "string",
            "node_id": "string",
        }],
        "taints": [{
            "effect": "string",
            "key": "string",
            "value": "string",
        }],
        "update_strategy": "string",
    }],
    host_configs=[{
        "external_traffic_policy": "string",
        "host_endpoint_type": "string",
        "ingress_host": "string",
        "load_balancer_source_ranges": "string",
    }],
    context="string",
    cluster_edge_native_id="string",
    cluster_meta_attribute="string",
    cluster_profiles=[{
        "id": "string",
        "packs": [{
            "name": "string",
            "manifests": [{
                "content": "string",
                "name": "string",
                "uid": "string",
            }],
            "registry_uid": "string",
            "tag": "string",
            "type": "string",
            "uid": "string",
            "values": "string",
        }],
        "variables": {
            "string": "string",
        },
    }],
    cluster_rbac_bindings=[{
        "type": "string",
        "namespace": "string",
        "role": {
            "string": "string",
        },
        "subjects": [{
            "name": "string",
            "type": "string",
            "namespace": "string",
        }],
    }],
    location_configs=[{
        "latitude": 0,
        "longitude": 0,
        "country_code": "string",
        "country_name": "string",
        "region_code": "string",
        "region_name": "string",
    }],
    description="string",
    force_delete=False,
    force_delete_delay=0,
    cloud_account_id="string",
    apply_setting="string",
    os_patch_on_boot=False,
    name="string",
    namespaces=[{
        "name": "string",
        "resource_allocation": {
            "string": "string",
        },
        "images_blacklists": ["string"],
    }],
    os_patch_after="string",
    backup_policy={
        "backup_location_id": "string",
        "expiry_in_hour": 0,
        "prefix": "string",
        "schedule": "string",
        "cluster_uids": ["string"],
        "include_all_clusters": False,
        "include_cluster_resources": False,
        "include_cluster_resources_mode": "string",
        "include_disks": False,
        "namespaces": ["string"],
    },
    os_patch_schedule="string",
    pause_agent_upgrades="string",
    review_repave_state="string",
    scan_policy={
        "configuration_scan_schedule": "string",
        "conformance_scan_schedule": "string",
        "penetration_scan_schedule": "string",
    },
    skip_completion=False,
    tags=["string"],
    timeouts={
        "create": "string",
        "delete": "string",
        "update": "string",
    })
Copy
const clusterEdgeNativeResource = new spectrocloud.ClusterEdgeNative("clusterEdgeNativeResource", {
    cloudConfig: {
        isTwoNodeCluster: false,
        ntpServers: ["string"],
        overlayCidrRange: "string",
        sshKeys: ["string"],
        vip: "string",
    },
    machinePools: [{
        edgeHosts: [{
            hostUid: "string",
            defaultGateway: "string",
            dnsServers: ["string"],
            hostName: "string",
            nicName: "string",
            staticIp: "string",
            subnetMask: "string",
            twoNodeRole: "string",
        }],
        name: "string",
        additionalLabels: {
            string: "string",
        },
        controlPlane: false,
        controlPlaneAsWorker: false,
        nodeRepaveInterval: 0,
        nodes: [{
            action: "string",
            nodeId: "string",
        }],
        taints: [{
            effect: "string",
            key: "string",
            value: "string",
        }],
        updateStrategy: "string",
    }],
    hostConfigs: [{
        externalTrafficPolicy: "string",
        hostEndpointType: "string",
        ingressHost: "string",
        loadBalancerSourceRanges: "string",
    }],
    context: "string",
    clusterEdgeNativeId: "string",
    clusterMetaAttribute: "string",
    clusterProfiles: [{
        id: "string",
        packs: [{
            name: "string",
            manifests: [{
                content: "string",
                name: "string",
                uid: "string",
            }],
            registryUid: "string",
            tag: "string",
            type: "string",
            uid: "string",
            values: "string",
        }],
        variables: {
            string: "string",
        },
    }],
    clusterRbacBindings: [{
        type: "string",
        namespace: "string",
        role: {
            string: "string",
        },
        subjects: [{
            name: "string",
            type: "string",
            namespace: "string",
        }],
    }],
    locationConfigs: [{
        latitude: 0,
        longitude: 0,
        countryCode: "string",
        countryName: "string",
        regionCode: "string",
        regionName: "string",
    }],
    description: "string",
    forceDelete: false,
    forceDeleteDelay: 0,
    cloudAccountId: "string",
    applySetting: "string",
    osPatchOnBoot: false,
    name: "string",
    namespaces: [{
        name: "string",
        resourceAllocation: {
            string: "string",
        },
        imagesBlacklists: ["string"],
    }],
    osPatchAfter: "string",
    backupPolicy: {
        backupLocationId: "string",
        expiryInHour: 0,
        prefix: "string",
        schedule: "string",
        clusterUids: ["string"],
        includeAllClusters: false,
        includeClusterResources: false,
        includeClusterResourcesMode: "string",
        includeDisks: false,
        namespaces: ["string"],
    },
    osPatchSchedule: "string",
    pauseAgentUpgrades: "string",
    reviewRepaveState: "string",
    scanPolicy: {
        configurationScanSchedule: "string",
        conformanceScanSchedule: "string",
        penetrationScanSchedule: "string",
    },
    skipCompletion: false,
    tags: ["string"],
    timeouts: {
        create: "string",
        "delete": "string",
        update: "string",
    },
});
Copy
type: spectrocloud:ClusterEdgeNative
properties:
    applySetting: string
    backupPolicy:
        backupLocationId: string
        clusterUids:
            - string
        expiryInHour: 0
        includeAllClusters: false
        includeClusterResources: false
        includeClusterResourcesMode: string
        includeDisks: false
        namespaces:
            - string
        prefix: string
        schedule: string
    cloudAccountId: string
    cloudConfig:
        isTwoNodeCluster: false
        ntpServers:
            - string
        overlayCidrRange: string
        sshKeys:
            - string
        vip: string
    clusterEdgeNativeId: string
    clusterMetaAttribute: string
    clusterProfiles:
        - id: string
          packs:
            - manifests:
                - content: string
                  name: string
                  uid: string
              name: string
              registryUid: string
              tag: string
              type: string
              uid: string
              values: string
          variables:
            string: string
    clusterRbacBindings:
        - namespace: string
          role:
            string: string
          subjects:
            - name: string
              namespace: string
              type: string
          type: string
    context: string
    description: string
    forceDelete: false
    forceDeleteDelay: 0
    hostConfigs:
        - externalTrafficPolicy: string
          hostEndpointType: string
          ingressHost: string
          loadBalancerSourceRanges: string
    locationConfigs:
        - countryCode: string
          countryName: string
          latitude: 0
          longitude: 0
          regionCode: string
          regionName: string
    machinePools:
        - additionalLabels:
            string: string
          controlPlane: false
          controlPlaneAsWorker: false
          edgeHosts:
            - defaultGateway: string
              dnsServers:
                - string
              hostName: string
              hostUid: string
              nicName: string
              staticIp: string
              subnetMask: string
              twoNodeRole: string
          name: string
          nodeRepaveInterval: 0
          nodes:
            - action: string
              nodeId: string
          taints:
            - effect: string
              key: string
              value: string
          updateStrategy: string
    name: string
    namespaces:
        - imagesBlacklists:
            - string
          name: string
          resourceAllocation:
            string: string
    osPatchAfter: string
    osPatchOnBoot: false
    osPatchSchedule: string
    pauseAgentUpgrades: string
    reviewRepaveState: string
    scanPolicy:
        configurationScanSchedule: string
        conformanceScanSchedule: string
        penetrationScanSchedule: string
    skipCompletion: false
    tags:
        - string
    timeouts:
        create: string
        delete: string
        update: string
Copy

ClusterEdgeNative Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ClusterEdgeNative resource accepts the following input properties:

CloudConfig This property is required. ClusterEdgeNativeCloudConfig
MachinePools This property is required. List<ClusterEdgeNativeMachinePool>
ApplySetting string
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
BackupPolicy ClusterEdgeNativeBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
CloudAccountId string
ClusterEdgeNativeId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles List<ClusterEdgeNativeClusterProfile>
ClusterRbacBindings List<ClusterEdgeNativeClusterRbacBinding>
The RBAC binding for the cluster.
Context string
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
Description string
The description of the cluster. Default value is empty string.
ForceDelete bool
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
ForceDeleteDelay double
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
HostConfigs List<ClusterEdgeNativeHostConfig>
The host configuration for the cluster.
LocationConfigs List<ClusterEdgeNativeLocationConfig>
Name string
Namespaces List<ClusterEdgeNativeNamespace>
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
PauseAgentUpgrades string
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
ReviewRepaveState string
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
ScanPolicy ClusterEdgeNativeScanPolicy
The scan policy for the cluster.
SkipCompletion bool
If true, the cluster will be created asynchronously. Default value is false.
Tags List<string>
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
Timeouts ClusterEdgeNativeTimeouts
CloudConfig This property is required. ClusterEdgeNativeCloudConfigArgs
MachinePools This property is required. []ClusterEdgeNativeMachinePoolArgs
ApplySetting string
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
BackupPolicy ClusterEdgeNativeBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
CloudAccountId string
ClusterEdgeNativeId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles []ClusterEdgeNativeClusterProfileArgs
ClusterRbacBindings []ClusterEdgeNativeClusterRbacBindingArgs
The RBAC binding for the cluster.
Context string
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
Description string
The description of the cluster. Default value is empty string.
ForceDelete bool
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
ForceDeleteDelay float64
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
HostConfigs []ClusterEdgeNativeHostConfigArgs
The host configuration for the cluster.
LocationConfigs []ClusterEdgeNativeLocationConfigArgs
Name string
Namespaces []ClusterEdgeNativeNamespaceArgs
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
PauseAgentUpgrades string
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
ReviewRepaveState string
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
ScanPolicy ClusterEdgeNativeScanPolicyArgs
The scan policy for the cluster.
SkipCompletion bool
If true, the cluster will be created asynchronously. Default value is false.
Tags []string
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
Timeouts ClusterEdgeNativeTimeoutsArgs
cloudConfig This property is required. ClusterEdgeNativeCloudConfig
machinePools This property is required. List<ClusterEdgeNativeMachinePool>
applySetting String
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backupPolicy ClusterEdgeNativeBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
cloudAccountId String
clusterEdgeNativeId String
The ID of this resource.
clusterMetaAttribute String
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles List<ClusterEdgeNativeClusterProfile>
clusterRbacBindings List<ClusterEdgeNativeClusterRbacBinding>
The RBAC binding for the cluster.
context String
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description String
The description of the cluster. Default value is empty string.
forceDelete Boolean
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
forceDeleteDelay Double
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
hostConfigs List<ClusterEdgeNativeHostConfig>
The host configuration for the cluster.
locationConfigs List<ClusterEdgeNativeLocationConfig>
name String
namespaces List<ClusterEdgeNativeNamespace>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pauseAgentUpgrades String
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
reviewRepaveState String
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scanPolicy ClusterEdgeNativeScanPolicy
The scan policy for the cluster.
skipCompletion Boolean
If true, the cluster will be created asynchronously. Default value is false.
tags List<String>
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts ClusterEdgeNativeTimeouts
cloudConfig This property is required. ClusterEdgeNativeCloudConfig
machinePools This property is required. ClusterEdgeNativeMachinePool[]
applySetting string
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backupPolicy ClusterEdgeNativeBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
cloudAccountId string
clusterEdgeNativeId string
The ID of this resource.
clusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles ClusterEdgeNativeClusterProfile[]
clusterRbacBindings ClusterEdgeNativeClusterRbacBinding[]
The RBAC binding for the cluster.
context string
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description string
The description of the cluster. Default value is empty string.
forceDelete boolean
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
forceDeleteDelay number
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
hostConfigs ClusterEdgeNativeHostConfig[]
The host configuration for the cluster.
locationConfigs ClusterEdgeNativeLocationConfig[]
name string
namespaces ClusterEdgeNativeNamespace[]
The namespaces for the cluster.
osPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule string
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pauseAgentUpgrades string
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
reviewRepaveState string
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scanPolicy ClusterEdgeNativeScanPolicy
The scan policy for the cluster.
skipCompletion boolean
If true, the cluster will be created asynchronously. Default value is false.
tags string[]
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts ClusterEdgeNativeTimeouts
cloud_config This property is required. ClusterEdgeNativeCloudConfigArgs
machine_pools This property is required. Sequence[ClusterEdgeNativeMachinePoolArgs]
apply_setting str
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backup_policy ClusterEdgeNativeBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
cloud_account_id str
cluster_edge_native_id str
The ID of this resource.
cluster_meta_attribute str
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
cluster_profiles Sequence[ClusterEdgeNativeClusterProfileArgs]
cluster_rbac_bindings Sequence[ClusterEdgeNativeClusterRbacBindingArgs]
The RBAC binding for the cluster.
context str
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description str
The description of the cluster. Default value is empty string.
force_delete bool
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
force_delete_delay float
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
host_configs Sequence[ClusterEdgeNativeHostConfigArgs]
The host configuration for the cluster.
location_configs Sequence[ClusterEdgeNativeLocationConfigArgs]
name str
namespaces Sequence[ClusterEdgeNativeNamespaceArgs]
The namespaces for the cluster.
os_patch_after str
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
os_patch_on_boot bool
Whether to apply OS patch on boot. Default is false.
os_patch_schedule str
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pause_agent_upgrades str
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
review_repave_state str
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scan_policy ClusterEdgeNativeScanPolicyArgs
The scan policy for the cluster.
skip_completion bool
If true, the cluster will be created asynchronously. Default value is false.
tags Sequence[str]
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts ClusterEdgeNativeTimeoutsArgs
cloudConfig This property is required. Property Map
machinePools This property is required. List<Property Map>
applySetting String
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backupPolicy Property Map
The backup policy for the cluster. If not specified, no backups will be taken.
cloudAccountId String
clusterEdgeNativeId String
The ID of this resource.
clusterMetaAttribute String
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles List<Property Map>
clusterRbacBindings List<Property Map>
The RBAC binding for the cluster.
context String
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description String
The description of the cluster. Default value is empty string.
forceDelete Boolean
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
forceDeleteDelay Number
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
hostConfigs List<Property Map>
The host configuration for the cluster.
locationConfigs List<Property Map>
name String
namespaces List<Property Map>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pauseAgentUpgrades String
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
reviewRepaveState String
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scanPolicy Property Map
The scan policy for the cluster.
skipCompletion Boolean
If true, the cluster will be created asynchronously. Default value is false.
tags List<String>
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts Property Map

Outputs

All input properties are implicitly available as output properties. Additionally, the ClusterEdgeNative resource produces the following output properties:

AdminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
CloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

Id string
The provider-assigned unique ID for this managed resource.
Kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
AdminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
CloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

Id string
The provider-assigned unique ID for this managed resource.
Kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
adminKubeConfig String
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
cloudConfigId String
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

id String
The provider-assigned unique ID for this managed resource.
kubeconfig String
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
adminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
cloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

id string
The provider-assigned unique ID for this managed resource.
kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
admin_kube_config str
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
cloud_config_id str
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

id str
The provider-assigned unique ID for this managed resource.
kubeconfig str
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
adminKubeConfig String
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
cloudConfigId String
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

id String
The provider-assigned unique ID for this managed resource.
kubeconfig String
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.

Look up Existing ClusterEdgeNative Resource

Get an existing ClusterEdgeNative resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ClusterEdgeNativeState, opts?: CustomResourceOptions): ClusterEdgeNative
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        admin_kube_config: Optional[str] = None,
        apply_setting: Optional[str] = None,
        backup_policy: Optional[ClusterEdgeNativeBackupPolicyArgs] = None,
        cloud_account_id: Optional[str] = None,
        cloud_config: Optional[ClusterEdgeNativeCloudConfigArgs] = None,
        cloud_config_id: Optional[str] = None,
        cluster_edge_native_id: Optional[str] = None,
        cluster_meta_attribute: Optional[str] = None,
        cluster_profiles: Optional[Sequence[ClusterEdgeNativeClusterProfileArgs]] = None,
        cluster_rbac_bindings: Optional[Sequence[ClusterEdgeNativeClusterRbacBindingArgs]] = None,
        context: Optional[str] = None,
        description: Optional[str] = None,
        force_delete: Optional[bool] = None,
        force_delete_delay: Optional[float] = None,
        host_configs: Optional[Sequence[ClusterEdgeNativeHostConfigArgs]] = None,
        kubeconfig: Optional[str] = None,
        location_configs: Optional[Sequence[ClusterEdgeNativeLocationConfigArgs]] = None,
        machine_pools: Optional[Sequence[ClusterEdgeNativeMachinePoolArgs]] = None,
        name: Optional[str] = None,
        namespaces: Optional[Sequence[ClusterEdgeNativeNamespaceArgs]] = None,
        os_patch_after: Optional[str] = None,
        os_patch_on_boot: Optional[bool] = None,
        os_patch_schedule: Optional[str] = None,
        pause_agent_upgrades: Optional[str] = None,
        review_repave_state: Optional[str] = None,
        scan_policy: Optional[ClusterEdgeNativeScanPolicyArgs] = None,
        skip_completion: Optional[bool] = None,
        tags: Optional[Sequence[str]] = None,
        timeouts: Optional[ClusterEdgeNativeTimeoutsArgs] = None) -> ClusterEdgeNative
func GetClusterEdgeNative(ctx *Context, name string, id IDInput, state *ClusterEdgeNativeState, opts ...ResourceOption) (*ClusterEdgeNative, error)
public static ClusterEdgeNative Get(string name, Input<string> id, ClusterEdgeNativeState? state, CustomResourceOptions? opts = null)
public static ClusterEdgeNative get(String name, Output<String> id, ClusterEdgeNativeState state, CustomResourceOptions options)
resources:  _:    type: spectrocloud:ClusterEdgeNative    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AdminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
ApplySetting string
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
BackupPolicy ClusterEdgeNativeBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
CloudAccountId string
CloudConfig ClusterEdgeNativeCloudConfig
CloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

ClusterEdgeNativeId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles List<ClusterEdgeNativeClusterProfile>
ClusterRbacBindings List<ClusterEdgeNativeClusterRbacBinding>
The RBAC binding for the cluster.
Context string
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
Description string
The description of the cluster. Default value is empty string.
ForceDelete bool
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
ForceDeleteDelay double
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
HostConfigs List<ClusterEdgeNativeHostConfig>
The host configuration for the cluster.
Kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
LocationConfigs List<ClusterEdgeNativeLocationConfig>
MachinePools List<ClusterEdgeNativeMachinePool>
Name string
Namespaces List<ClusterEdgeNativeNamespace>
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
PauseAgentUpgrades string
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
ReviewRepaveState string
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
ScanPolicy ClusterEdgeNativeScanPolicy
The scan policy for the cluster.
SkipCompletion bool
If true, the cluster will be created asynchronously. Default value is false.
Tags List<string>
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
Timeouts ClusterEdgeNativeTimeouts
AdminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
ApplySetting string
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
BackupPolicy ClusterEdgeNativeBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
CloudAccountId string
CloudConfig ClusterEdgeNativeCloudConfigArgs
CloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

ClusterEdgeNativeId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles []ClusterEdgeNativeClusterProfileArgs
ClusterRbacBindings []ClusterEdgeNativeClusterRbacBindingArgs
The RBAC binding for the cluster.
Context string
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
Description string
The description of the cluster. Default value is empty string.
ForceDelete bool
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
ForceDeleteDelay float64
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
HostConfigs []ClusterEdgeNativeHostConfigArgs
The host configuration for the cluster.
Kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
LocationConfigs []ClusterEdgeNativeLocationConfigArgs
MachinePools []ClusterEdgeNativeMachinePoolArgs
Name string
Namespaces []ClusterEdgeNativeNamespaceArgs
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
PauseAgentUpgrades string
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
ReviewRepaveState string
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
ScanPolicy ClusterEdgeNativeScanPolicyArgs
The scan policy for the cluster.
SkipCompletion bool
If true, the cluster will be created asynchronously. Default value is false.
Tags []string
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
Timeouts ClusterEdgeNativeTimeoutsArgs
adminKubeConfig String
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
applySetting String
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backupPolicy ClusterEdgeNativeBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
cloudAccountId String
cloudConfig ClusterEdgeNativeCloudConfig
cloudConfigId String
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

clusterEdgeNativeId String
The ID of this resource.
clusterMetaAttribute String
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles List<ClusterEdgeNativeClusterProfile>
clusterRbacBindings List<ClusterEdgeNativeClusterRbacBinding>
The RBAC binding for the cluster.
context String
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description String
The description of the cluster. Default value is empty string.
forceDelete Boolean
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
forceDeleteDelay Double
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
hostConfigs List<ClusterEdgeNativeHostConfig>
The host configuration for the cluster.
kubeconfig String
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
locationConfigs List<ClusterEdgeNativeLocationConfig>
machinePools List<ClusterEdgeNativeMachinePool>
name String
namespaces List<ClusterEdgeNativeNamespace>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pauseAgentUpgrades String
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
reviewRepaveState String
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scanPolicy ClusterEdgeNativeScanPolicy
The scan policy for the cluster.
skipCompletion Boolean
If true, the cluster will be created asynchronously. Default value is false.
tags List<String>
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts ClusterEdgeNativeTimeouts
adminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
applySetting string
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backupPolicy ClusterEdgeNativeBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
cloudAccountId string
cloudConfig ClusterEdgeNativeCloudConfig
cloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

clusterEdgeNativeId string
The ID of this resource.
clusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles ClusterEdgeNativeClusterProfile[]
clusterRbacBindings ClusterEdgeNativeClusterRbacBinding[]
The RBAC binding for the cluster.
context string
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description string
The description of the cluster. Default value is empty string.
forceDelete boolean
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
forceDeleteDelay number
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
hostConfigs ClusterEdgeNativeHostConfig[]
The host configuration for the cluster.
kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
locationConfigs ClusterEdgeNativeLocationConfig[]
machinePools ClusterEdgeNativeMachinePool[]
name string
namespaces ClusterEdgeNativeNamespace[]
The namespaces for the cluster.
osPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule string
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pauseAgentUpgrades string
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
reviewRepaveState string
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scanPolicy ClusterEdgeNativeScanPolicy
The scan policy for the cluster.
skipCompletion boolean
If true, the cluster will be created asynchronously. Default value is false.
tags string[]
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts ClusterEdgeNativeTimeouts
admin_kube_config str
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
apply_setting str
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backup_policy ClusterEdgeNativeBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
cloud_account_id str
cloud_config ClusterEdgeNativeCloudConfigArgs
cloud_config_id str
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

cluster_edge_native_id str
The ID of this resource.
cluster_meta_attribute str
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
cluster_profiles Sequence[ClusterEdgeNativeClusterProfileArgs]
cluster_rbac_bindings Sequence[ClusterEdgeNativeClusterRbacBindingArgs]
The RBAC binding for the cluster.
context str
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description str
The description of the cluster. Default value is empty string.
force_delete bool
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
force_delete_delay float
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
host_configs Sequence[ClusterEdgeNativeHostConfigArgs]
The host configuration for the cluster.
kubeconfig str
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
location_configs Sequence[ClusterEdgeNativeLocationConfigArgs]
machine_pools Sequence[ClusterEdgeNativeMachinePoolArgs]
name str
namespaces Sequence[ClusterEdgeNativeNamespaceArgs]
The namespaces for the cluster.
os_patch_after str
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
os_patch_on_boot bool
Whether to apply OS patch on boot. Default is false.
os_patch_schedule str
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pause_agent_upgrades str
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
review_repave_state str
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scan_policy ClusterEdgeNativeScanPolicyArgs
The scan policy for the cluster.
skip_completion bool
If true, the cluster will be created asynchronously. Default value is false.
tags Sequence[str]
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts ClusterEdgeNativeTimeoutsArgs
adminKubeConfig String
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
applySetting String
The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
backupPolicy Property Map
The backup policy for the cluster. If not specified, no backups will be taken.
cloudAccountId String
cloudConfig Property Map
cloudConfigId String
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

clusterEdgeNativeId String
The ID of this resource.
clusterMetaAttribute String
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles List<Property Map>
clusterRbacBindings List<Property Map>
The RBAC binding for the cluster.
context String
The context of the Edge cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
description String
The description of the cluster. Default value is empty string.
forceDelete Boolean
If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
forceDeleteDelay Number
Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
hostConfigs List<Property Map>
The host configuration for the cluster.
kubeconfig String
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
locationConfigs List<Property Map>
machinePools List<Property Map>
name String
namespaces List<Property Map>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
pauseAgentUpgrades String
The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
reviewRepaveState String
To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
scanPolicy Property Map
The scan policy for the cluster.
skipCompletion Boolean
If true, the cluster will be created asynchronously. Default value is false.
tags List<String>
A list of tags to be applied to the cluster. Tags must be in the form of key:value.
timeouts Property Map

Supporting Types

ClusterEdgeNativeBackupPolicy
, ClusterEdgeNativeBackupPolicyArgs

BackupLocationId This property is required. string
The ID of the backup location to use for the backup.
ExpiryInHour This property is required. double
The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
Prefix This property is required. string
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
Schedule This property is required. string
The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
ClusterUids List<string>
The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
IncludeAllClusters bool
Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
IncludeClusterResources bool
Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
IncludeClusterResourcesMode string
Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
IncludeDisks bool
Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
Namespaces List<string>
The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
BackupLocationId This property is required. string
The ID of the backup location to use for the backup.
ExpiryInHour This property is required. float64
The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
Prefix This property is required. string
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
Schedule This property is required. string
The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
ClusterUids []string
The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
IncludeAllClusters bool
Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
IncludeClusterResources bool
Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
IncludeClusterResourcesMode string
Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
IncludeDisks bool
Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
Namespaces []string
The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
backupLocationId This property is required. String
The ID of the backup location to use for the backup.
expiryInHour This property is required. Double
The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
prefix This property is required. String
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. String
The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
clusterUids List<String>
The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
includeAllClusters Boolean
Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
includeClusterResources Boolean
Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
includeClusterResourcesMode String
Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
includeDisks Boolean
Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
namespaces List<String>
The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
backupLocationId This property is required. string
The ID of the backup location to use for the backup.
expiryInHour This property is required. number
The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
prefix This property is required. string
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. string
The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
clusterUids string[]
The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
includeAllClusters boolean
Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
includeClusterResources boolean
Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
includeClusterResourcesMode string
Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
includeDisks boolean
Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
namespaces string[]
The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
backup_location_id This property is required. str
The ID of the backup location to use for the backup.
expiry_in_hour This property is required. float
The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
prefix This property is required. str
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. str
The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
cluster_uids Sequence[str]
The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
include_all_clusters bool
Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
include_cluster_resources bool
Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
include_cluster_resources_mode str
Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
include_disks bool
Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
namespaces Sequence[str]
The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
backupLocationId This property is required. String
The ID of the backup location to use for the backup.
expiryInHour This property is required. Number
The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
prefix This property is required. String
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. String
The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
clusterUids List<String>
The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
includeAllClusters Boolean
Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
includeClusterResources Boolean
Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
includeClusterResourcesMode String
Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
includeDisks Boolean
Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
namespaces List<String>
The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.

ClusterEdgeNativeCloudConfig
, ClusterEdgeNativeCloudConfigArgs

IsTwoNodeCluster bool
Set to true to enable a two-node cluster.
NtpServers List<string>
A list of NTP servers to be used by the cluster.
OverlayCidrRange string
The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, 100.64.192.0/24
SshKeys List<string>
List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
Vip string
The vip can be specified as either an IP address or a fully qualified domain name (FQDN). If overlay_cidr_range is set, the vip should be within the specified overlay_cidr_range. By default, the vip is set to the first IP address within the given overlay_cidr_range.
IsTwoNodeCluster bool
Set to true to enable a two-node cluster.
NtpServers []string
A list of NTP servers to be used by the cluster.
OverlayCidrRange string
The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, 100.64.192.0/24
SshKeys []string
List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
Vip string
The vip can be specified as either an IP address or a fully qualified domain name (FQDN). If overlay_cidr_range is set, the vip should be within the specified overlay_cidr_range. By default, the vip is set to the first IP address within the given overlay_cidr_range.
isTwoNodeCluster Boolean
Set to true to enable a two-node cluster.
ntpServers List<String>
A list of NTP servers to be used by the cluster.
overlayCidrRange String
The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, 100.64.192.0/24
sshKeys List<String>
List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
vip String
The vip can be specified as either an IP address or a fully qualified domain name (FQDN). If overlay_cidr_range is set, the vip should be within the specified overlay_cidr_range. By default, the vip is set to the first IP address within the given overlay_cidr_range.
isTwoNodeCluster boolean
Set to true to enable a two-node cluster.
ntpServers string[]
A list of NTP servers to be used by the cluster.
overlayCidrRange string
The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, 100.64.192.0/24
sshKeys string[]
List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
vip string
The vip can be specified as either an IP address or a fully qualified domain name (FQDN). If overlay_cidr_range is set, the vip should be within the specified overlay_cidr_range. By default, the vip is set to the first IP address within the given overlay_cidr_range.
is_two_node_cluster bool
Set to true to enable a two-node cluster.
ntp_servers Sequence[str]
A list of NTP servers to be used by the cluster.
overlay_cidr_range str
The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, 100.64.192.0/24
ssh_keys Sequence[str]
List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
vip str
The vip can be specified as either an IP address or a fully qualified domain name (FQDN). If overlay_cidr_range is set, the vip should be within the specified overlay_cidr_range. By default, the vip is set to the first IP address within the given overlay_cidr_range.
isTwoNodeCluster Boolean
Set to true to enable a two-node cluster.
ntpServers List<String>
A list of NTP servers to be used by the cluster.
overlayCidrRange String
The Overlay (VPN) creates a virtual network, using techniques like VxLAN. It overlays the existing network infrastructure, enhancing connectivity either at Layer 2 or Layer 3, making it flexible and adaptable for various needs. For example, 100.64.192.0/24
sshKeys List<String>
List of public SSH (Secure Shell) to establish, administer, and communicate with remote clusters.
vip String
The vip can be specified as either an IP address or a fully qualified domain name (FQDN). If overlay_cidr_range is set, the vip should be within the specified overlay_cidr_range. By default, the vip is set to the first IP address within the given overlay_cidr_range.

ClusterEdgeNativeClusterProfile
, ClusterEdgeNativeClusterProfileArgs

Id This property is required. string
The ID of the cluster profile.
Packs List<ClusterEdgeNativeClusterProfilePack>
For packs of type spectro, helm, and manifest, at least one pack must be specified.
Variables Dictionary<string, string>
A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
Id This property is required. string
The ID of the cluster profile.
Packs []ClusterEdgeNativeClusterProfilePack
For packs of type spectro, helm, and manifest, at least one pack must be specified.
Variables map[string]string
A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
id This property is required. String
The ID of the cluster profile.
packs List<ClusterEdgeNativeClusterProfilePack>
For packs of type spectro, helm, and manifest, at least one pack must be specified.
variables Map<String,String>
A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
id This property is required. string
The ID of the cluster profile.
packs ClusterEdgeNativeClusterProfilePack[]
For packs of type spectro, helm, and manifest, at least one pack must be specified.
variables {[key: string]: string}
A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
id This property is required. str
The ID of the cluster profile.
packs Sequence[ClusterEdgeNativeClusterProfilePack]
For packs of type spectro, helm, and manifest, at least one pack must be specified.
variables Mapping[str, str]
A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
id This property is required. String
The ID of the cluster profile.
packs List<Property Map>
For packs of type spectro, helm, and manifest, at least one pack must be specified.
variables Map<String>
A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".

ClusterEdgeNativeClusterProfilePack
, ClusterEdgeNativeClusterProfilePackArgs

Name This property is required. string
The name of the pack. The name must be unique within the cluster profile.
Manifests List<ClusterEdgeNativeClusterProfilePackManifest>
RegistryUid string
The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
Tag string
The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
Type string
The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
Uid string
The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
Values string
The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
Name This property is required. string
The name of the pack. The name must be unique within the cluster profile.
Manifests []ClusterEdgeNativeClusterProfilePackManifest
RegistryUid string
The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
Tag string
The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
Type string
The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
Uid string
The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
Values string
The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
name This property is required. String
The name of the pack. The name must be unique within the cluster profile.
manifests List<ClusterEdgeNativeClusterProfilePackManifest>
registryUid String
The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
tag String
The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
type String
The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
uid String
The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
values String
The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
name This property is required. string
The name of the pack. The name must be unique within the cluster profile.
manifests ClusterEdgeNativeClusterProfilePackManifest[]
registryUid string
The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
tag string
The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
type string
The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
uid string
The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
values string
The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
name This property is required. str
The name of the pack. The name must be unique within the cluster profile.
manifests Sequence[ClusterEdgeNativeClusterProfilePackManifest]
registry_uid str
The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
tag str
The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
type str
The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
uid str
The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
values str
The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
name This property is required. String
The name of the pack. The name must be unique within the cluster profile.
manifests List<Property Map>
registryUid String
The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
tag String
The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
type String
The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
uid String
The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
values String
The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.

ClusterEdgeNativeClusterProfilePackManifest
, ClusterEdgeNativeClusterProfilePackManifestArgs

Content This property is required. string
The content of the manifest. The content is the YAML content of the manifest.
Name This property is required. string
The name of the manifest. The name must be unique within the pack.
Uid string
Content This property is required. string
The content of the manifest. The content is the YAML content of the manifest.
Name This property is required. string
The name of the manifest. The name must be unique within the pack.
Uid string
content This property is required. String
The content of the manifest. The content is the YAML content of the manifest.
name This property is required. String
The name of the manifest. The name must be unique within the pack.
uid String
content This property is required. string
The content of the manifest. The content is the YAML content of the manifest.
name This property is required. string
The name of the manifest. The name must be unique within the pack.
uid string
content This property is required. str
The content of the manifest. The content is the YAML content of the manifest.
name This property is required. str
The name of the manifest. The name must be unique within the pack.
uid str
content This property is required. String
The content of the manifest. The content is the YAML content of the manifest.
name This property is required. String
The name of the manifest. The name must be unique within the pack.
uid String

ClusterEdgeNativeClusterRbacBinding
, ClusterEdgeNativeClusterRbacBindingArgs

Type This property is required. string
The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
Namespace string
The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
Role Dictionary<string, string>
The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
Subjects List<ClusterEdgeNativeClusterRbacBindingSubject>
Type This property is required. string
The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
Namespace string
The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
Role map[string]string
The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
Subjects []ClusterEdgeNativeClusterRbacBindingSubject
type This property is required. String
The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
namespace String
The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
role Map<String,String>
The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
subjects List<ClusterEdgeNativeClusterRbacBindingSubject>
type This property is required. string
The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
namespace string
The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
role {[key: string]: string}
The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
subjects ClusterEdgeNativeClusterRbacBindingSubject[]
type This property is required. str
The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
namespace str
The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
role Mapping[str, str]
The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
subjects Sequence[ClusterEdgeNativeClusterRbacBindingSubject]
type This property is required. String
The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
namespace String
The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
role Map<String>
The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
subjects List<Property Map>

ClusterEdgeNativeClusterRbacBindingSubject
, ClusterEdgeNativeClusterRbacBindingSubjectArgs

Name This property is required. string
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
Type This property is required. string
The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
Namespace string
The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
Name This property is required. string
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
Type This property is required. string
The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
Namespace string
The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
name This property is required. String
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. String
The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
namespace String
The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
name This property is required. string
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. string
The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
namespace string
The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
name This property is required. str
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. str
The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
namespace str
The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
name This property is required. String
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. String
The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
namespace String
The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.

ClusterEdgeNativeHostConfig
, ClusterEdgeNativeHostConfigArgs

ExternalTrafficPolicy string
The external traffic policy for the cluster.
HostEndpointType string
The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
IngressHost string
The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
LoadBalancerSourceRanges string
The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
ExternalTrafficPolicy string
The external traffic policy for the cluster.
HostEndpointType string
The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
IngressHost string
The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
LoadBalancerSourceRanges string
The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
externalTrafficPolicy String
The external traffic policy for the cluster.
hostEndpointType String
The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
ingressHost String
The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
loadBalancerSourceRanges String
The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
externalTrafficPolicy string
The external traffic policy for the cluster.
hostEndpointType string
The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
ingressHost string
The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
loadBalancerSourceRanges string
The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
external_traffic_policy str
The external traffic policy for the cluster.
host_endpoint_type str
The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
ingress_host str
The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
load_balancer_source_ranges str
The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
externalTrafficPolicy String
The external traffic policy for the cluster.
hostEndpointType String
The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
ingressHost String
The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
loadBalancerSourceRanges String
The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.

ClusterEdgeNativeLocationConfig
, ClusterEdgeNativeLocationConfigArgs

Latitude This property is required. double
The latitude coordinates value.
Longitude This property is required. double
The longitude coordinates value.
CountryCode string
The country code of the country the cluster is located in.
CountryName string
The name of the country.
RegionCode string
The region code of where the cluster is located in.
RegionName string
The name of the region.
Latitude This property is required. float64
The latitude coordinates value.
Longitude This property is required. float64
The longitude coordinates value.
CountryCode string
The country code of the country the cluster is located in.
CountryName string
The name of the country.
RegionCode string
The region code of where the cluster is located in.
RegionName string
The name of the region.
latitude This property is required. Double
The latitude coordinates value.
longitude This property is required. Double
The longitude coordinates value.
countryCode String
The country code of the country the cluster is located in.
countryName String
The name of the country.
regionCode String
The region code of where the cluster is located in.
regionName String
The name of the region.
latitude This property is required. number
The latitude coordinates value.
longitude This property is required. number
The longitude coordinates value.
countryCode string
The country code of the country the cluster is located in.
countryName string
The name of the country.
regionCode string
The region code of where the cluster is located in.
regionName string
The name of the region.
latitude This property is required. float
The latitude coordinates value.
longitude This property is required. float
The longitude coordinates value.
country_code str
The country code of the country the cluster is located in.
country_name str
The name of the country.
region_code str
The region code of where the cluster is located in.
region_name str
The name of the region.
latitude This property is required. Number
The latitude coordinates value.
longitude This property is required. Number
The longitude coordinates value.
countryCode String
The country code of the country the cluster is located in.
countryName String
The name of the country.
regionCode String
The region code of where the cluster is located in.
regionName String
The name of the region.

ClusterEdgeNativeMachinePool
, ClusterEdgeNativeMachinePoolArgs

EdgeHosts This property is required. List<ClusterEdgeNativeMachinePoolEdgeHost>
Name This property is required. string
AdditionalLabels Dictionary<string, string>
ControlPlane bool
Whether this machine pool is a control plane. Defaults to false.
ControlPlaneAsWorker bool
Whether this machine pool is a control plane and a worker. Defaults to false.
NodeRepaveInterval double
Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
Nodes List<ClusterEdgeNativeMachinePoolNode>
Taints List<ClusterEdgeNativeMachinePoolTaint>
UpdateStrategy string
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
EdgeHosts This property is required. []ClusterEdgeNativeMachinePoolEdgeHost
Name This property is required. string
AdditionalLabels map[string]string
ControlPlane bool
Whether this machine pool is a control plane. Defaults to false.
ControlPlaneAsWorker bool
Whether this machine pool is a control plane and a worker. Defaults to false.
NodeRepaveInterval float64
Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
Nodes []ClusterEdgeNativeMachinePoolNode
Taints []ClusterEdgeNativeMachinePoolTaint
UpdateStrategy string
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
edgeHosts This property is required. List<ClusterEdgeNativeMachinePoolEdgeHost>
name This property is required. String
additionalLabels Map<String,String>
controlPlane Boolean
Whether this machine pool is a control plane. Defaults to false.
controlPlaneAsWorker Boolean
Whether this machine pool is a control plane and a worker. Defaults to false.
nodeRepaveInterval Double
Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
nodes List<ClusterEdgeNativeMachinePoolNode>
taints List<ClusterEdgeNativeMachinePoolTaint>
updateStrategy String
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
edgeHosts This property is required. ClusterEdgeNativeMachinePoolEdgeHost[]
name This property is required. string
additionalLabels {[key: string]: string}
controlPlane boolean
Whether this machine pool is a control plane. Defaults to false.
controlPlaneAsWorker boolean
Whether this machine pool is a control plane and a worker. Defaults to false.
nodeRepaveInterval number
Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
nodes ClusterEdgeNativeMachinePoolNode[]
taints ClusterEdgeNativeMachinePoolTaint[]
updateStrategy string
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
edge_hosts This property is required. Sequence[ClusterEdgeNativeMachinePoolEdgeHost]
name This property is required. str
additional_labels Mapping[str, str]
control_plane bool
Whether this machine pool is a control plane. Defaults to false.
control_plane_as_worker bool
Whether this machine pool is a control plane and a worker. Defaults to false.
node_repave_interval float
Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
nodes Sequence[ClusterEdgeNativeMachinePoolNode]
taints Sequence[ClusterEdgeNativeMachinePoolTaint]
update_strategy str
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
edgeHosts This property is required. List<Property Map>
name This property is required. String
additionalLabels Map<String>
controlPlane Boolean
Whether this machine pool is a control plane. Defaults to false.
controlPlaneAsWorker Boolean
Whether this machine pool is a control plane and a worker. Defaults to false.
nodeRepaveInterval Number
Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
nodes List<Property Map>
taints List<Property Map>
updateStrategy String
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.

ClusterEdgeNativeMachinePoolEdgeHost
, ClusterEdgeNativeMachinePoolEdgeHostArgs

HostUid This property is required. string
Edge host id
DefaultGateway string
Edge host default gateway
DnsServers List<string>
Edge host DNS servers
HostName string
Edge host name
NicName string
NIC Name for edge host.
StaticIp string
Edge host static IP address
SubnetMask string
Edge host subnet mask
TwoNodeRole string
Two node role for edge host. Valid values are primary and secondary.
HostUid This property is required. string
Edge host id
DefaultGateway string
Edge host default gateway
DnsServers []string
Edge host DNS servers
HostName string
Edge host name
NicName string
NIC Name for edge host.
StaticIp string
Edge host static IP address
SubnetMask string
Edge host subnet mask
TwoNodeRole string
Two node role for edge host. Valid values are primary and secondary.
hostUid This property is required. String
Edge host id
defaultGateway String
Edge host default gateway
dnsServers List<String>
Edge host DNS servers
hostName String
Edge host name
nicName String
NIC Name for edge host.
staticIp String
Edge host static IP address
subnetMask String
Edge host subnet mask
twoNodeRole String
Two node role for edge host. Valid values are primary and secondary.
hostUid This property is required. string
Edge host id
defaultGateway string
Edge host default gateway
dnsServers string[]
Edge host DNS servers
hostName string
Edge host name
nicName string
NIC Name for edge host.
staticIp string
Edge host static IP address
subnetMask string
Edge host subnet mask
twoNodeRole string
Two node role for edge host. Valid values are primary and secondary.
host_uid This property is required. str
Edge host id
default_gateway str
Edge host default gateway
dns_servers Sequence[str]
Edge host DNS servers
host_name str
Edge host name
nic_name str
NIC Name for edge host.
static_ip str
Edge host static IP address
subnet_mask str
Edge host subnet mask
two_node_role str
Two node role for edge host. Valid values are primary and secondary.
hostUid This property is required. String
Edge host id
defaultGateway String
Edge host default gateway
dnsServers List<String>
Edge host DNS servers
hostName String
Edge host name
nicName String
NIC Name for edge host.
staticIp String
Edge host static IP address
subnetMask String
Edge host subnet mask
twoNodeRole String
Two node role for edge host. Valid values are primary and secondary.

ClusterEdgeNativeMachinePoolNode
, ClusterEdgeNativeMachinePoolNodeArgs

Action This property is required. string
The action to perform on the node. Valid values are: cordon, uncordon.
NodeId This property is required. string
The node_id of the node, For example i-07f899a33dee624f7
Action This property is required. string
The action to perform on the node. Valid values are: cordon, uncordon.
NodeId This property is required. string
The node_id of the node, For example i-07f899a33dee624f7
action This property is required. String
The action to perform on the node. Valid values are: cordon, uncordon.
nodeId This property is required. String
The node_id of the node, For example i-07f899a33dee624f7
action This property is required. string
The action to perform on the node. Valid values are: cordon, uncordon.
nodeId This property is required. string
The node_id of the node, For example i-07f899a33dee624f7
action This property is required. str
The action to perform on the node. Valid values are: cordon, uncordon.
node_id This property is required. str
The node_id of the node, For example i-07f899a33dee624f7
action This property is required. String
The action to perform on the node. Valid values are: cordon, uncordon.
nodeId This property is required. String
The node_id of the node, For example i-07f899a33dee624f7

ClusterEdgeNativeMachinePoolTaint
, ClusterEdgeNativeMachinePoolTaintArgs

Effect This property is required. string
The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
Key This property is required. string
The key of the taint.
Value This property is required. string
The value of the taint.
Effect This property is required. string
The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
Key This property is required. string
The key of the taint.
Value This property is required. string
The value of the taint.
effect This property is required. String
The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
key This property is required. String
The key of the taint.
value This property is required. String
The value of the taint.
effect This property is required. string
The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
key This property is required. string
The key of the taint.
value This property is required. string
The value of the taint.
effect This property is required. str
The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
key This property is required. str
The key of the taint.
value This property is required. str
The value of the taint.
effect This property is required. String
The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
key This property is required. String
The key of the taint.
value This property is required. String
The value of the taint.

ClusterEdgeNativeNamespace
, ClusterEdgeNativeNamespaceArgs

Name This property is required. string
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
ResourceAllocation This property is required. Dictionary<string, string>
Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
ImagesBlacklists List<string>
List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
Name This property is required. string
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
ResourceAllocation This property is required. map[string]string
Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
ImagesBlacklists []string
List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
name This property is required. String
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resourceAllocation This property is required. Map<String,String>
Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
imagesBlacklists List<String>
List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
name This property is required. string
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resourceAllocation This property is required. {[key: string]: string}
Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
imagesBlacklists string[]
List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
name This property is required. str
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resource_allocation This property is required. Mapping[str, str]
Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
images_blacklists Sequence[str]
List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
name This property is required. String
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resourceAllocation This property is required. Map<String>
Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
imagesBlacklists List<String>
List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']

ClusterEdgeNativeScanPolicy
, ClusterEdgeNativeScanPolicyArgs

ConfigurationScanSchedule This property is required. string
The schedule for configuration scan.
ConformanceScanSchedule This property is required. string
The schedule for conformance scan.
PenetrationScanSchedule This property is required. string
The schedule for penetration scan.
ConfigurationScanSchedule This property is required. string
The schedule for configuration scan.
ConformanceScanSchedule This property is required. string
The schedule for conformance scan.
PenetrationScanSchedule This property is required. string
The schedule for penetration scan.
configurationScanSchedule This property is required. String
The schedule for configuration scan.
conformanceScanSchedule This property is required. String
The schedule for conformance scan.
penetrationScanSchedule This property is required. String
The schedule for penetration scan.
configurationScanSchedule This property is required. string
The schedule for configuration scan.
conformanceScanSchedule This property is required. string
The schedule for conformance scan.
penetrationScanSchedule This property is required. string
The schedule for penetration scan.
configuration_scan_schedule This property is required. str
The schedule for configuration scan.
conformance_scan_schedule This property is required. str
The schedule for conformance scan.
penetration_scan_schedule This property is required. str
The schedule for penetration scan.
configurationScanSchedule This property is required. String
The schedule for configuration scan.
conformanceScanSchedule This property is required. String
The schedule for conformance scan.
penetrationScanSchedule This property is required. String
The schedule for penetration scan.

ClusterEdgeNativeTimeouts
, ClusterEdgeNativeTimeoutsArgs

Create string
Delete string
Update string
Create string
Delete string
Update string
create String
delete String
update String
create string
delete string
update string
create str
delete str
update str
create String
delete String
update String

Import

Using pulumi import, import the cluster using the id colon separated with context. For example:

console

$ pulumi import spectrocloud:index/clusterEdgeNative:ClusterEdgeNative  spectrocloud_cluster_edge_native.example example_id:project
Copy

Refer to the Import section to learn more.

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
spectrocloud spectrocloud/terraform-provider-spectrocloud
License
Notes
This Pulumi package is based on the spectrocloud Terraform Provider.