ske

package
v0.66.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultOSName                = "flatcar"
	DefaultCRI                   = "containerd"
	DefaultVolumeType            = "storage_premium_perf1"
	DefaultVolumeSizeGB    int64 = 20
	VersionStateSupported        = "supported"
	VersionStatePreview          = "preview"
	VersionStateDeprecated       = "deprecated"

	SKEUpdateDoc = "" /* 327-byte string literal not displayed */
)

Variables

This section is empty.

Functions

func NewClusterDataSource

func NewClusterDataSource() datasource.DataSource

NewClusterDataSource is a helper function to simplify the provider implementation.

func NewClusterResource

func NewClusterResource() resource.Resource

NewClusterResource is a helper function to simplify the provider implementation.

Types

type Model added in v0.8.0

type Model struct {
	Id                    types.String `tfsdk:"id"` // needed by TF
	ProjectId             types.String `tfsdk:"project_id"`
	Name                  types.String `tfsdk:"name"`
	KubernetesVersionMin  types.String `tfsdk:"kubernetes_version_min"`
	KubernetesVersionUsed types.String `tfsdk:"kubernetes_version_used"`
	NodePools             types.List   `tfsdk:"node_pools"`
	Maintenance           types.Object `tfsdk:"maintenance"`
	Network               types.Object `tfsdk:"network"`
	Hibernations          types.List   `tfsdk:"hibernations"`
	Extensions            types.Object `tfsdk:"extensions"`
	EgressAddressRanges   types.List   `tfsdk:"egress_address_ranges"`
	PodAddressRanges      types.List   `tfsdk:"pod_address_ranges"`
	Region                types.String `tfsdk:"region"`
}

Jump to

Keyboard shortcuts

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