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"` }
Click to show internal directories.
Click to hide internal directories.