environmentserver

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 License: Apache-2.0 Imports: 17 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(authClient *authclient.AuthClient, 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
	hfv1.EnvironmentStatus
}

Jump to

Keyboard shortcuts

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