automation

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderExecuteScheduleConfig

func RenderExecuteScheduleConfig(t *testing.T, overrides map[string]string) (string, error)

func RenderScaleThresholdConfig

func RenderScaleThresholdConfig(t *testing.T, overrides map[string]string) (string, error)

func ResourceExecuteSchedule

func ResourceExecuteSchedule() *schema.Resource

func ResourceScaleThreshold

func ResourceScaleThreshold() *schema.Resource

Types

type ExecuteSchedule

type ExecuteSchedule struct {
	Schedule struct {
		ID               int    `json:"id"`
		Name             string `json:"name"`
		Description      string `json:"description"`
		Enabled          bool   `json:"enabled"`
		Scheduletype     string `json:"scheduleType"`
		Scheduletimezone string `json:"scheduleTimezone"`
		Cron             string `json:"cron"`
		Datecreated      string `json:"dateCreated"`
		Lastupdated      string `json:"lastUpdated"`
	} `json:"schedule"`
}

Jump to

Keyboard shortcuts

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