Documentation ¶
Overview ¶
Package packages provides api functions for managing Zarf packages.
Package packages provides api functions for managing Zarf packages.
Package packages provides api functions for managing Zarf packages.
Package packages provides api functions for managing Zarf packages.
Package packages provides api functions for managing Zarf packages.
Index ¶
- func DeployPackage(w http.ResponseWriter, r *http.Request)
- func Find(w http.ResponseWriter, _ *http.Request)
- func FindInHome(w http.ResponseWriter, _ *http.Request)
- func FindInitPackage(w http.ResponseWriter, _ *http.Request)
- func ListDeployedPackages(w http.ResponseWriter, _ *http.Request)
- func Read(w http.ResponseWriter, r *http.Request)
- func RemovePackage(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployPackage ¶
func DeployPackage(w http.ResponseWriter, r *http.Request)
DeployPackage deploys a package to the Zarf cluster.
func Find ¶
func Find(w http.ResponseWriter, _ *http.Request)
Find returns all packages anywhere down the directory tree of the working directory.
func FindInHome ¶
func FindInHome(w http.ResponseWriter, _ *http.Request)
FindInHome returns all packages in the user's home directory.
func FindInitPackage ¶
func FindInitPackage(w http.ResponseWriter, _ *http.Request)
FindInitPackage returns all init packages anywhere down the directory tree of the working directory.
func ListDeployedPackages ¶
func ListDeployedPackages(w http.ResponseWriter, _ *http.Request)
ListDeployedPackages writes a list of packages that have been deployed to the connected cluster.
func Read ¶
func Read(w http.ResponseWriter, r *http.Request)
Read reads a package from the local filesystem and writes the Zarf.yaml json to the response.
func RemovePackage ¶
func RemovePackage(w http.ResponseWriter, r *http.Request)
RemovePackage removes a package that has been deployed to the cluster.
Types ¶
This section is empty.