Documentation ¶
Index ¶
- type Info
- type InfoArgs
- type InfoInput
- type InfoOutput
- func (o InfoOutput) BuildDate() pulumi.StringOutput
- func (o InfoOutput) Compiler() pulumi.StringOutput
- func (InfoOutput) ElementType() reflect.Type
- func (o InfoOutput) GitCommit() pulumi.StringOutput
- func (o InfoOutput) GitTreeState() pulumi.StringOutput
- func (o InfoOutput) GitVersion() pulumi.StringOutput
- func (o InfoOutput) GoVersion() pulumi.StringOutput
- func (o InfoOutput) Major() pulumi.StringOutput
- func (o InfoOutput) Minor() pulumi.StringOutput
- func (o InfoOutput) Platform() pulumi.StringOutput
- func (o InfoOutput) ToInfoOutput() InfoOutput
- func (o InfoOutput) ToInfoOutputWithContext(ctx context.Context) InfoOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { BuildDate string `pulumi:"buildDate"` Compiler string `pulumi:"compiler"` GitCommit string `pulumi:"gitCommit"` GitTreeState string `pulumi:"gitTreeState"` GitVersion string `pulumi:"gitVersion"` GoVersion string `pulumi:"goVersion"` Major string `pulumi:"major"` Minor string `pulumi:"minor"` Platform string `pulumi:"platform"` }
Info contains versioning information. how we'll want to distribute that information.
type InfoArgs ¶
type InfoArgs struct { BuildDate pulumi.StringInput `pulumi:"buildDate"` Compiler pulumi.StringInput `pulumi:"compiler"` GitCommit pulumi.StringInput `pulumi:"gitCommit"` GitTreeState pulumi.StringInput `pulumi:"gitTreeState"` GitVersion pulumi.StringInput `pulumi:"gitVersion"` GoVersion pulumi.StringInput `pulumi:"goVersion"` Major pulumi.StringInput `pulumi:"major"` Minor pulumi.StringInput `pulumi:"minor"` Platform pulumi.StringInput `pulumi:"platform"` }
Info contains versioning information. how we'll want to distribute that information.
func (InfoArgs) ElementType ¶
func (InfoArgs) ToInfoOutput ¶
func (i InfoArgs) ToInfoOutput() InfoOutput
func (InfoArgs) ToInfoOutputWithContext ¶
func (i InfoArgs) ToInfoOutputWithContext(ctx context.Context) InfoOutput
type InfoInput ¶
type InfoInput interface { pulumi.Input ToInfoOutput() InfoOutput ToInfoOutputWithContext(context.Context) InfoOutput }
InfoInput is an input type that accepts InfoArgs and InfoOutput values. You can construct a concrete instance of `InfoInput` via:
InfoArgs{...}
type InfoOutput ¶
type InfoOutput struct{ *pulumi.OutputState }
Info contains versioning information. how we'll want to distribute that information.
func (InfoOutput) BuildDate ¶
func (o InfoOutput) BuildDate() pulumi.StringOutput
func (InfoOutput) Compiler ¶
func (o InfoOutput) Compiler() pulumi.StringOutput
func (InfoOutput) ElementType ¶
func (InfoOutput) ElementType() reflect.Type
func (InfoOutput) GitCommit ¶
func (o InfoOutput) GitCommit() pulumi.StringOutput
func (InfoOutput) GitTreeState ¶
func (o InfoOutput) GitTreeState() pulumi.StringOutput
func (InfoOutput) GitVersion ¶
func (o InfoOutput) GitVersion() pulumi.StringOutput
func (InfoOutput) GoVersion ¶
func (o InfoOutput) GoVersion() pulumi.StringOutput
func (InfoOutput) Major ¶
func (o InfoOutput) Major() pulumi.StringOutput
func (InfoOutput) Minor ¶
func (o InfoOutput) Minor() pulumi.StringOutput
func (InfoOutput) Platform ¶
func (o InfoOutput) Platform() pulumi.StringOutput
func (InfoOutput) ToInfoOutput ¶
func (o InfoOutput) ToInfoOutput() InfoOutput
func (InfoOutput) ToInfoOutputWithContext ¶
func (o InfoOutput) ToInfoOutputWithContext(ctx context.Context) InfoOutput
Click to show internal directories.
Click to hide internal directories.