dataimagebuilderimage

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Amis

type Amis struct{}

type AmisAttributes

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

func (AmisAttributes) AccountId

func (a AmisAttributes) AccountId() terra.StringValue

func (AmisAttributes) Description

func (a AmisAttributes) Description() terra.StringValue

func (AmisAttributes) Image

func (a AmisAttributes) Image() terra.StringValue

func (AmisAttributes) InternalRef

func (a AmisAttributes) InternalRef() (terra.Reference, error)

func (AmisAttributes) InternalTokens

func (a AmisAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AmisAttributes) InternalWithRef

func (a AmisAttributes) InternalWithRef(ref terra.Reference) AmisAttributes

func (AmisAttributes) Name

func (a AmisAttributes) Name() terra.StringValue

func (AmisAttributes) Region

func (a AmisAttributes) Region() terra.StringValue

type AmisState

type AmisState struct {
	AccountId   string `json:"account_id"`
	Description string `json:"description"`
	Image       string `json:"image"`
	Name        string `json:"name"`
	Region      string `json:"region"`
}

type Containers

type Containers struct{}

type ContainersAttributes

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

func (ContainersAttributes) ImageUris

func (ContainersAttributes) InternalRef

func (c ContainersAttributes) InternalRef() (terra.Reference, error)

func (ContainersAttributes) InternalTokens

func (c ContainersAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ContainersAttributes) InternalWithRef

func (ContainersAttributes) Region

type ContainersState

type ContainersState struct {
	ImageUris []string `json:"image_uris"`
	Region    string   `json:"region"`
}

type ImageTestsConfiguration

type ImageTestsConfiguration struct{}

type ImageTestsConfigurationAttributes

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

func (ImageTestsConfigurationAttributes) ImageTestsEnabled

func (itc ImageTestsConfigurationAttributes) ImageTestsEnabled() terra.BoolValue

func (ImageTestsConfigurationAttributes) InternalRef

func (ImageTestsConfigurationAttributes) InternalTokens

func (itc ImageTestsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ImageTestsConfigurationAttributes) InternalWithRef

func (ImageTestsConfigurationAttributes) TimeoutMinutes

type ImageTestsConfigurationState

type ImageTestsConfigurationState struct {
	ImageTestsEnabled bool    `json:"image_tests_enabled"`
	TimeoutMinutes    float64 `json:"timeout_minutes"`
}

type OutputResources

type OutputResources struct {
	// Amis: min=0
	Amis []Amis `hcl:"amis,block" validate:"min=0"`
	// Containers: min=0
	Containers []Containers `hcl:"containers,block" validate:"min=0"`
}

type OutputResourcesAttributes

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

func (OutputResourcesAttributes) Amis

func (OutputResourcesAttributes) Containers

func (OutputResourcesAttributes) InternalRef

func (or OutputResourcesAttributes) InternalRef() (terra.Reference, error)

func (OutputResourcesAttributes) InternalTokens

func (or OutputResourcesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (OutputResourcesAttributes) InternalWithRef

type OutputResourcesState

type OutputResourcesState struct {
	Amis       []AmisState       `json:"amis"`
	Containers []ContainersState `json:"containers"`
}

Jump to

Keyboard shortcuts

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