environmentserver

package
v3.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvironmentServer

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

func NewEnvironmentServer

func NewEnvironmentServer(authnClient authn.AuthNClient, authrClient authr.AuthRClient, hfClientset hfClientset.Interface, ctx context.Context) (*EnvironmentServer, error)

func (EnvironmentServer) CreateFunc

func (e EnvironmentServer) CreateFunc(w http.ResponseWriter, r *http.Request)

func (EnvironmentServer) GetFunc

func (EnvironmentServer) ListFunc

func (e EnvironmentServer) ListFunc(w http.ResponseWriter, r *http.Request)

func (EnvironmentServer) PostEnvironmentAvailableFunc

func (e EnvironmentServer) PostEnvironmentAvailableFunc(w http.ResponseWriter, r *http.Request)

func (EnvironmentServer) SetupRoutes

func (e EnvironmentServer) SetupRoutes(r *mux.Router)

func (EnvironmentServer) UpdateFunc

func (e EnvironmentServer) UpdateFunc(w http.ResponseWriter, r *http.Request)

type PreparedEnvironment

type PreparedEnvironment struct {
	Name string `json:"name"`
	hfv1.EnvironmentSpec
}

type PreparedListEnvironment

type PreparedListEnvironment struct {
	Name            string                       `json:"name"`
	DisplayName     string                       `json:"display_name"`
	Provider        string                       `json:"provider"`
	TemplateMapping map[string]map[string]string `json:"template_mapping"`
}

Jump to

Keyboard shortcuts

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