version

package
v4.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) ElementType() reflect.Type

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

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

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

func (InfoPatchArgs) ElementType() reflect.Type

func (InfoPatchArgs) ToInfoPatchOutput

func (i InfoPatchArgs) ToInfoPatchOutput() InfoPatchOutput

func (InfoPatchArgs) ToInfoPatchOutputWithContext

func (i InfoPatchArgs) ToInfoPatchOutputWithContext(ctx context.Context) InfoPatchOutput

type InfoPatchInput

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

type InfoPatchOutput struct{ *pulumi.OutputState }

Info contains versioning information. how we'll want to distribute that information.

func (InfoPatchOutput) BuildDate

func (o InfoPatchOutput) BuildDate() pulumi.StringPtrOutput

func (InfoPatchOutput) Compiler

func (o InfoPatchOutput) Compiler() pulumi.StringPtrOutput

func (InfoPatchOutput) ElementType

func (InfoPatchOutput) ElementType() reflect.Type

func (InfoPatchOutput) GitCommit

func (o InfoPatchOutput) GitCommit() pulumi.StringPtrOutput

func (InfoPatchOutput) GitTreeState

func (o InfoPatchOutput) GitTreeState() pulumi.StringPtrOutput

func (InfoPatchOutput) GitVersion

func (o InfoPatchOutput) GitVersion() pulumi.StringPtrOutput

func (InfoPatchOutput) GoVersion

func (o InfoPatchOutput) GoVersion() pulumi.StringPtrOutput

func (InfoPatchOutput) Major

func (InfoPatchOutput) Minor

func (InfoPatchOutput) Platform

func (o InfoPatchOutput) Platform() pulumi.StringPtrOutput

func (InfoPatchOutput) ToInfoPatchOutput

func (o InfoPatchOutput) ToInfoPatchOutput() InfoPatchOutput

func (InfoPatchOutput) ToInfoPatchOutputWithContext

func (o InfoPatchOutput) ToInfoPatchOutputWithContext(ctx context.Context) InfoPatchOutput

Jump to

Keyboard shortcuts

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