provider

package module
v3.0.0-...-d58ed38 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() tfbridge.ProviderInfo

func Serve

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

Serve launches the gRPC server for the resource provider.

Types

type Build

type Build struct {
	Context      string
	Dockerfile   string
	CachedImages []string
	Env          map[string]string
	Args         map[string]*string
	ExtraOptions []string
	Target       string
}

type Image

type Image struct {
	Name     string
	SkipPush bool
	Registry Registry
	Tag      string
	Build    Build
}

type Registry

type Registry struct {
	Server   string
	Username string
	Password string
}

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

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