Documentation
¶
Index ¶
- func Clean(name string, reportOnly bool) (err error)
- func Create(name string, proxy string) (respBody []byte, err error)
- func Delete(name string, revision int) (respBody []byte, err error)
- func Deploy(name string, revision int, overrides bool, serviceAccountName string) (respBody []byte, err error)
- func Export(conn int, folder string, allRevisions bool) (err error)
- func Fetch(name string, revision int) (err error)
- func Get(name string, revision int) (respBody []byte, err error)
- func GetHighestSfRevision(name string) (version int, err error)
- func Import(conn int, folder string) error
- func List(includeRevisions bool) (respBody []byte, err error)
- func ListDeployments(name string) (respBody []byte, err error)
- func ListEnvDeployments() (respBody []byte, err error)
- func ListRevisionDeployments(name string, revision int) (respBody []byte, err error)
- func Undeploy(name string, revision int) (respBody []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deploy ¶
func Deploy(name string, revision int, overrides bool, serviceAccountName string) (respBody []byte, err error)
Deploy
func GetHighestSfRevision ¶
GetHighestSfRevision
func ListDeployments ¶
ListDeployments
func ListRevisionDeployments ¶
ListRevisionDeployments
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.