version

package
v3.18.1 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2022 License: Apache-2.0 Imports: 3 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

Jump to

Keyboard shortcuts

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