Documentation ¶
Index ¶
- type EnvironmentServer
- func (e EnvironmentServer) CreateFunc(w http.ResponseWriter, r *http.Request)
- func (e EnvironmentServer) GetFunc(w http.ResponseWriter, r *http.Request)
- func (e EnvironmentServer) ListFunc(w http.ResponseWriter, r *http.Request)
- func (e EnvironmentServer) PostEnvironmentAvailableFunc(w http.ResponseWriter, r *http.Request)
- func (e EnvironmentServer) SetupRoutes(r *mux.Router)
- func (e EnvironmentServer) UpdateFunc(w http.ResponseWriter, r *http.Request)
- type PreparedEnvironment
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 (e EnvironmentServer) GetFunc(w http.ResponseWriter, r *http.Request)
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 }
Click to show internal directories.
Click to hide internal directories.