dataemrcontainersvirtualcluster

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 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 ContainerProvider

type ContainerProvider struct {
	// Info: min=0
	Info []Info `hcl:"info,block" validate:"min=0"`
}

type ContainerProviderAttributes

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

func (ContainerProviderAttributes) Id

func (ContainerProviderAttributes) Info

func (ContainerProviderAttributes) InternalRef

func (cp ContainerProviderAttributes) InternalRef() (terra.Reference, error)

func (ContainerProviderAttributes) InternalTokens

func (cp ContainerProviderAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ContainerProviderAttributes) InternalWithRef

func (ContainerProviderAttributes) Type

type ContainerProviderState

type ContainerProviderState struct {
	Id   string      `json:"id"`
	Type string      `json:"type"`
	Info []InfoState `json:"info"`
}

type EksInfo

type EksInfo struct{}

type EksInfoAttributes

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

func (EksInfoAttributes) InternalRef

func (ei EksInfoAttributes) InternalRef() (terra.Reference, error)

func (EksInfoAttributes) InternalTokens

func (ei EksInfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EksInfoAttributes) InternalWithRef

func (ei EksInfoAttributes) InternalWithRef(ref terra.Reference) EksInfoAttributes

func (EksInfoAttributes) Namespace

func (ei EksInfoAttributes) Namespace() terra.StringValue

type EksInfoState

type EksInfoState struct {
	Namespace string `json:"namespace"`
}

type Info

type Info struct {
	// EksInfo: min=0
	EksInfo []EksInfo `hcl:"eks_info,block" validate:"min=0"`
}

type InfoAttributes

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

func (InfoAttributes) EksInfo

func (InfoAttributes) InternalRef

func (i InfoAttributes) InternalRef() (terra.Reference, error)

func (InfoAttributes) InternalTokens

func (i InfoAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InfoAttributes) InternalWithRef

func (i InfoAttributes) InternalWithRef(ref terra.Reference) InfoAttributes

type InfoState

type InfoState struct {
	EksInfo []EksInfoState `json:"eks_info"`
}

Jump to

Keyboard shortcuts

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