cluster

package
v0.0.0-...-82dfa79 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterComponent

type ClusterComponent struct {
	pulumi.ResourceState

	Kubeconfig pulumi.AnyOutput `pulumi:"kubeconfig"`
}

func NewClusterComponent

func NewClusterComponent(ctx *pulumi.Context, name string, args ClusterComponentArgs, opts ...pulumi.ResourceOption) (*ClusterComponent, error)

type ClusterComponentArgs

type ClusterComponentArgs struct {
	Name     pulumi.String     `pulumi:"name"`
	Network  *vpc.VpcComponent `pulumi:"network"`
	NodeGrps []NodeGrpArgs     `pulumi:"nodeGrps"`
}

type NodeGrpArgs

type NodeGrpArgs struct {
	Name          pulumi.String              `pulumi:"name"`
	CapacityType  pulumi.String              `pulumi:"capacityType"`
	Scaling       eks.NodeGroupScalingConfig `pulumi:"scaling"`
	Taints        []eks.NodeGroupTaint       `pulumi:"taints"`
	InstanceTypes []string                   `pulumi:"instanceType"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL