lkeclusters

package
v2.20.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDataSource

func NewDataSource() datasource.DataSource

Types

type DataSource

type DataSource struct {
	helper.BaseDataSource
}

func (*DataSource) Read

type LKEClusterFilterModel

type LKEClusterFilterModel struct {
	ID          types.String                     `tfsdk:"id"`
	Filters     frameworkfilter.FiltersModelType `tfsdk:"filter"`
	Order       types.String                     `tfsdk:"order"`
	OrderBy     types.String                     `tfsdk:"order_by"`
	LKEClusters []LKEClusterModel                `tfsdk:"lke_clusters"`
}

LKEClusterFilterModel describes the Terraform resource data model to match the resource schema.

type LKEClusterModel

type LKEClusterModel struct {
	ID           types.Int64         `tfsdk:"id"`
	Created      types.String        `tfsdk:"created"`
	Updated      types.String        `tfsdk:"updated"`
	Label        types.String        `tfsdk:"label"`
	Region       types.String        `tfsdk:"region"`
	Status       types.String        `tfsdk:"status"`
	K8sVersion   types.String        `tfsdk:"k8s_version"`
	Tags         types.Set           `tfsdk:"tags"`
	ControlPlane lke.LKEControlPlane `tfsdk:"control_plane"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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