api_v1_deployment

package
v0.0.0-...-96e757f Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentsResponse

type DeploymentsResponse struct {
	Deployments []FullDeployment `json:"deployments"`
}

type FullDeployment

type FullDeployment struct {
	Deployment database.Deployment           `json:"deployment"`
	Statuses   []database.DeploymentStatus   `json:"statuses"`
	Resources  []database.DeploymentResource `json:"resources"`
}

type Handler

type Handler struct {
	DeploymentStore database.DeploymentStore
}

func (*Handler) Deployment

func (h *Handler) Deployment(w http.ResponseWriter, r *http.Request)

func (*Handler) Deployments

func (h *Handler) Deployments(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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