provider

package
v0.0.0-...-fd07f48 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const GCPCloudRunGlobalToken = "gcp-global-cloudrun:index:Deployment"

Variables

This section is empty.

Functions

func Serve

func Serve(providerName, version string, schema []byte)

Serve launches the gRPC server for the resource provider.

Types

type Deployment

type Deployment struct {
	pulumi.ResourceState

	IPAddress pulumi.StringOutput `pulumi:"ipAddress"`
}

The Deployment component resource.

func NewDeployment

func NewDeployment(ctx *pulumi.Context,
	name string, args *DeploymentArgs, opts ...pulumi.ResourceOption) (*Deployment, error)

type DeploymentArgs

type DeploymentArgs struct {
	ImageName   pulumi.StringInput `pulumi:"imageName"`
	ProjectID   string             `pulumi:"projectId"`
	ServiceName string             `pulumi:"serviceName"`
}

Jump to

Keyboard shortcuts

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