testing

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadResources

func LoadResources(client client.Client, path string)

function that loads the contents of a folder into the cluster

Types

type GenericResource added in v0.4.1

type GenericResource struct {
	APIVersion string            `json:"apiVersion"`
	Kind       string            `json:"kind"`
	Metadata   metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec       interface{}       `json:"spec"`
}

type Resources added in v0.4.1

type Resources struct {
	Repositories []*configv1alpha1.TerraformRepository
	Layers       []*configv1alpha1.TerraformLayer
	Runs         []*configv1alpha1.TerraformRun
	PullRequests []*configv1alpha1.TerraformPullRequest
	Leases       []*coordination.Lease
}

Jump to

Keyboard shortcuts

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