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 Host pulumi.StringOutput `pulumi:"host"` Scheme pulumi.StringOutput `pulumi:"scheme"` // Scheme is a string as it's known in code and is useful to check HTTP/HTTPS Port pulumi.IntOutput `pulumi:"port"` // 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 Host string `json:"host"` Scheme string `json:"scheme"` Port uint32 `json:"port"` URL string `json:"url"` }
Click to show internal directories.
Click to hide internal directories.