fakeintake

package
v0.0.0-...-f089ef2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2024 License: Apache-2.0 Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fakeintake

type Fakeintake struct {
	pulumi.ResourceState
	components.Component

	// It's cleaner to export the full URL, but the Agent requires only host in some cases.
	// Keeping those internal to Pulumi program.
	Host   pulumi.StringOutput
	Scheme string // Scheme is a string as it's known in code and is useful to check HTTP/HTTPS
	Port   uint32 // Same for Port

	URL pulumi.StringOutput `pulumi:"url"`
}

func NewLocalDockerFakeintake

func NewLocalDockerFakeintake(e config.Env, resourceName string) (*Fakeintake, error)

func (*Fakeintake) Export

func (fi *Fakeintake) Export(ctx *pulumi.Context, out *FakeintakeOutput) error

type FakeintakeOutput

type FakeintakeOutput struct {
	components.JSONImporter

	URL string `json:"url"`
}

Jump to

Keyboard shortcuts

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