hcp

package
v1.6.1-prerelease.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() resource.Resource

Types

type AutoscalerResourceLimits

type AutoscalerResourceLimits struct {
	MaxNodesTotal types.Int64 `tfsdk:"max_nodes_total"`
}

type ClusterAutoscalerResource

type ClusterAutoscalerResource struct {
	// contains filtered or unexported fields
}

func (*ClusterAutoscalerResource) Configure

func (*ClusterAutoscalerResource) Create

func (*ClusterAutoscalerResource) Delete

func (*ClusterAutoscalerResource) ImportState

func (*ClusterAutoscalerResource) Metadata

func (*ClusterAutoscalerResource) Read

func (*ClusterAutoscalerResource) Schema

func (*ClusterAutoscalerResource) Update

type ClusterAutoscalerResourceType

type ClusterAutoscalerResourceType struct {
}

type ClusterAutoscalerState

type ClusterAutoscalerState struct {
	Cluster              types.String              `tfsdk:"cluster"`
	MaxPodGracePeriod    types.Int64               `tfsdk:"max_pod_grace_period"`
	PodPriorityThreshold types.Int64               `tfsdk:"pod_priority_threshold"`
	MaxNodeProvisionTime types.String              `tfsdk:"max_node_provision_time"`
	ResourceLimits       *AutoscalerResourceLimits `tfsdk:"resource_limits"`
}

Jump to

Keyboard shortcuts

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