cloudbuild

package
v0.18.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Trigger

type Trigger struct {
	// contains filtered or unexported fields
}

Configuration for an automated build in response to source repository changes.

To get more information about Trigger, see:

* [API documentation](https://cloud.google.com/cloud-build/docs/api/reference/rest/) * How-to Guides

<div class = "oics-button" style="float: right; margin: 0 0 -15px">

<a href="https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=cloudbuild_trigger_filename&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md" target="_blank">
  <img alt="Open in Cloud Shell" src="//gstatic.com/cloudssh/images/open-btn.svg" style="max-height: 44px; margin: 32px auto; max-width: 100%;">
</a>

</div>

func GetTrigger

func GetTrigger(ctx *pulumi.Context,
	name string, id pulumi.ID, state *TriggerState, opts ...pulumi.ResourceOpt) (*Trigger, error)

GetTrigger gets an existing Trigger resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewTrigger

func NewTrigger(ctx *pulumi.Context,
	name string, args *TriggerArgs, opts ...pulumi.ResourceOpt) (*Trigger, error)

NewTrigger registers a new resource with the given unique name, arguments, and options.

func (*Trigger) Build

func (r *Trigger) Build() *pulumi.Output

func (*Trigger) CreateTime added in v0.18.0

func (r *Trigger) CreateTime() *pulumi.StringOutput

func (*Trigger) Description

func (r *Trigger) Description() *pulumi.StringOutput

func (*Trigger) Disabled added in v0.18.0

func (r *Trigger) Disabled() *pulumi.StringOutput

func (*Trigger) Filename

func (r *Trigger) Filename() *pulumi.StringOutput

func (*Trigger) ID

func (r *Trigger) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Trigger) IgnoredFiles added in v0.18.0

func (r *Trigger) IgnoredFiles() *pulumi.ArrayOutput

func (*Trigger) IncludedFiles added in v0.18.0

func (r *Trigger) IncludedFiles() *pulumi.ArrayOutput

func (*Trigger) Project

func (r *Trigger) Project() *pulumi.StringOutput

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

func (*Trigger) Substitutions added in v0.16.0

func (r *Trigger) Substitutions() *pulumi.MapOutput

func (*Trigger) TriggerId added in v0.18.0

func (r *Trigger) TriggerId() *pulumi.StringOutput

func (*Trigger) TriggerTemplate

func (r *Trigger) TriggerTemplate() *pulumi.Output

func (*Trigger) URN

func (r *Trigger) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type TriggerArgs

type TriggerArgs struct {
	Build         interface{}
	Description   interface{}
	Disabled      interface{}
	Filename      interface{}
	IgnoredFiles  interface{}
	IncludedFiles interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project         interface{}
	Substitutions   interface{}
	TriggerTemplate interface{}
}

The set of arguments for constructing a Trigger resource.

type TriggerState

type TriggerState struct {
	Build         interface{}
	CreateTime    interface{}
	Description   interface{}
	Disabled      interface{}
	Filename      interface{}
	IgnoredFiles  interface{}
	IncludedFiles interface{}
	// The ID of the project in which the resource belongs.
	// If it is not provided, the provider project is used.
	Project         interface{}
	Substitutions   interface{}
	TriggerId       interface{}
	TriggerTemplate interface{}
}

Input properties used for looking up and filtering Trigger resources.

Jump to

Keyboard shortcuts

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