appmeshmesh

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 EgressFilter

type EgressFilter struct {
	// Type: string, optional
	Type terra.StringValue `hcl:"type,attr"`
}

type EgressFilterAttributes

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

func (EgressFilterAttributes) InternalRef

func (ef EgressFilterAttributes) InternalRef() (terra.Reference, error)

func (EgressFilterAttributes) InternalTokens

func (ef EgressFilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EgressFilterAttributes) InternalWithRef

func (EgressFilterAttributes) Type

type EgressFilterState

type EgressFilterState struct {
	Type string `json:"type"`
}

type Spec

type Spec struct {
	// EgressFilter: optional
	EgressFilter *EgressFilter `hcl:"egress_filter,block"`
}

type SpecAttributes

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

func (SpecAttributes) EgressFilter

func (SpecAttributes) InternalRef

func (s SpecAttributes) InternalRef() (terra.Reference, error)

func (SpecAttributes) InternalTokens

func (s SpecAttributes) InternalTokens() (hclwrite.Tokens, error)

func (SpecAttributes) InternalWithRef

func (s SpecAttributes) InternalWithRef(ref terra.Reference) SpecAttributes

type SpecState

type SpecState struct {
	EgressFilter []EgressFilterState `json:"egress_filter"`
}

Jump to

Keyboard shortcuts

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