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
- type InfoPatch
- type InfoPatchArgs
- type InfoPatchInput
- type InfoPatchOutput
- func (o InfoPatchOutput) BuildDate() pulumi.StringPtrOutput
- func (o InfoPatchOutput) Compiler() pulumi.StringPtrOutput
- func (InfoPatchOutput) ElementType() reflect.Type
- func (o InfoPatchOutput) GitCommit() pulumi.StringPtrOutput
- func (o InfoPatchOutput) GitTreeState() pulumi.StringPtrOutput
- func (o InfoPatchOutput) GitVersion() pulumi.StringPtrOutput
- func (o InfoPatchOutput) GoVersion() pulumi.StringPtrOutput
- func (o InfoPatchOutput) Major() pulumi.StringPtrOutput
- func (o InfoPatchOutput) Minor() pulumi.StringPtrOutput
- func (o InfoPatchOutput) Platform() pulumi.StringPtrOutput
- func (o InfoPatchOutput) ToInfoPatchOutput() InfoPatchOutput
- func (o InfoPatchOutput) ToInfoPatchOutputWithContext(ctx context.Context) InfoPatchOutput
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
type InfoPatch ¶ added in v3.20.0
type InfoPatch 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 InfoPatchArgs ¶ added in v3.20.0
type InfoPatchArgs struct { BuildDate pulumi.StringPtrInput `pulumi:"buildDate"` Compiler pulumi.StringPtrInput `pulumi:"compiler"` GitCommit pulumi.StringPtrInput `pulumi:"gitCommit"` GitTreeState pulumi.StringPtrInput `pulumi:"gitTreeState"` GitVersion pulumi.StringPtrInput `pulumi:"gitVersion"` GoVersion pulumi.StringPtrInput `pulumi:"goVersion"` Major pulumi.StringPtrInput `pulumi:"major"` Minor pulumi.StringPtrInput `pulumi:"minor"` Platform pulumi.StringPtrInput `pulumi:"platform"` }
Info contains versioning information. how we'll want to distribute that information.
func (InfoPatchArgs) ElementType ¶ added in v3.20.0
func (InfoPatchArgs) ElementType() reflect.Type
func (InfoPatchArgs) ToInfoPatchOutput ¶ added in v3.20.0
func (i InfoPatchArgs) ToInfoPatchOutput() InfoPatchOutput
func (InfoPatchArgs) ToInfoPatchOutputWithContext ¶ added in v3.20.0
func (i InfoPatchArgs) ToInfoPatchOutputWithContext(ctx context.Context) InfoPatchOutput
type InfoPatchInput ¶ added in v3.20.0
type InfoPatchInput interface { pulumi.Input ToInfoPatchOutput() InfoPatchOutput ToInfoPatchOutputWithContext(context.Context) InfoPatchOutput }
InfoPatchInput is an input type that accepts InfoPatchArgs and InfoPatchOutput values. You can construct a concrete instance of `InfoPatchInput` via:
InfoPatchArgs{...}
type InfoPatchOutput ¶ added in v3.20.0
type InfoPatchOutput struct{ *pulumi.OutputState }
Info contains versioning information. how we'll want to distribute that information.
func (InfoPatchOutput) BuildDate ¶ added in v3.20.0
func (o InfoPatchOutput) BuildDate() pulumi.StringPtrOutput
func (InfoPatchOutput) Compiler ¶ added in v3.20.0
func (o InfoPatchOutput) Compiler() pulumi.StringPtrOutput
func (InfoPatchOutput) ElementType ¶ added in v3.20.0
func (InfoPatchOutput) ElementType() reflect.Type
func (InfoPatchOutput) GitCommit ¶ added in v3.20.0
func (o InfoPatchOutput) GitCommit() pulumi.StringPtrOutput
func (InfoPatchOutput) GitTreeState ¶ added in v3.20.0
func (o InfoPatchOutput) GitTreeState() pulumi.StringPtrOutput
func (InfoPatchOutput) GitVersion ¶ added in v3.20.0
func (o InfoPatchOutput) GitVersion() pulumi.StringPtrOutput
func (InfoPatchOutput) GoVersion ¶ added in v3.20.0
func (o InfoPatchOutput) GoVersion() pulumi.StringPtrOutput
func (InfoPatchOutput) Major ¶ added in v3.20.0
func (o InfoPatchOutput) Major() pulumi.StringPtrOutput
func (InfoPatchOutput) Minor ¶ added in v3.20.0
func (o InfoPatchOutput) Minor() pulumi.StringPtrOutput
func (InfoPatchOutput) Platform ¶ added in v3.20.0
func (o InfoPatchOutput) Platform() pulumi.StringPtrOutput
func (InfoPatchOutput) ToInfoPatchOutput ¶ added in v3.20.0
func (o InfoPatchOutput) ToInfoPatchOutput() InfoPatchOutput
func (InfoPatchOutput) ToInfoPatchOutputWithContext ¶ added in v3.20.0
func (o InfoPatchOutput) ToInfoPatchOutputWithContext(ctx context.Context) InfoPatchOutput