spacelift

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// APIKeyID is the ID of your apiKey from Spacelift
	APIKeyID string
	// APIKeySecret is the secret value of the apiKey from Spacelift
	APIKeySecret string
	// URL is the Spacelift URL for your tenant. Usually https://<customer>.app.spacelift.io
	URL string
	// contains filtered or unexported fields
}

func (*Client) RefreshJWT

func (c *Client) RefreshJWT() error

func (*Client) SetEnvVars

func (c *Client) SetEnvVars(stack string, vars []EnvVar) error

type EnvVar

type EnvVar struct {
	Key       string
	Value     string
	WriteOnly bool
}

Jump to

Keyboard shortcuts

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