@@ -17,7 +17,7 @@ Response Types:
1717Methods:
1818
1919- <code title =" post /images " >client.Images.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#ImageService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#ImageNewParams " >ImageNewParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
20- - <code title =" get /images " >client.Images.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#ImageService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
20+ - <code title =" get /images " >client.Images.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#ImageService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query < a href = " https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</ a >.< a href = " https://pkg.go.dev/github.com/kernel/hypeman-go#ImageListParams " >ImageListParams</ a > ) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
2121- <code title =" delete /images/{name} " >client.Images.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#ImageService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, name <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
2222- <code title =" get /images/{name} " >client.Images.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#ImageService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, name <a href =" https://pkg.go.dev/builtin#string " >string</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
2323
@@ -91,7 +91,7 @@ Response Types:
9191Methods:
9292
9393- <code title =" post /volumes " >client.Volumes.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeNewParams " >VolumeNewParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
94- - <code title =" get /volumes " >client.Volumes.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
94+ - <code title =" get /volumes " >client.Volumes.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query < a href = " https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</ a >.< a href = " https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeListParams " >VolumeListParams</ a > ) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
9595- <code title =" delete /volumes/{id} " >client.Volumes.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
9696- <code title =" post /volumes/from-archive " >client.Volumes.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeService.NewFromArchive " >NewFromArchive</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/builtin#io.Reader " >io.Reader</a >, params <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeNewFromArchiveParams " >VolumeNewFromArchiveParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
9797- <code title =" get /volumes/{id} " >client.Volumes.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#VolumeService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
@@ -108,7 +108,7 @@ Methods:
108108
109109- <code title =" post /devices " >client.Devices.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceNewParams " >DeviceNewParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Device " >Device</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
110110- <code title =" get /devices/{id} " >client.Devices.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Device " >Device</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
111- - <code title =" get /devices " >client.Devices.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Device " >Device</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
111+ - <code title =" get /devices " >client.Devices.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query < a href = " https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</ a >.< a href = " https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceListParams " >DeviceListParams</ a > ) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Device " >Device</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
112112- <code title =" delete /devices/{id} " >client.Devices.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
113113- <code title =" get /devices/available " >client.Devices.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#DeviceService.ListAvailable " >ListAvailable</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#AvailableDevice " >AvailableDevice</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
114114
@@ -130,7 +130,7 @@ Response Types:
130130Methods:
131131
132132- <code title =" post /ingresses " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#IngressService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#IngressNewParams " >IngressNewParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
133- - <code title =" get /ingresses " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#IngressService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
133+ - <code title =" get /ingresses " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#IngressService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query < a href = " https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</ a >.< a href = " https://pkg.go.dev/github.com/kernel/hypeman-go#IngressListParams " >IngressListParams</ a > ) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
134134- <code title =" delete /ingresses/{id} " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#IngressService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
135135- <code title =" get /ingresses/{id} " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#IngressService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
136136
@@ -162,7 +162,7 @@ Response Types:
162162Methods:
163163
164164- <code title =" post /builds " >client.Builds.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, body <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildNewParams " >BuildNewParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Build " >Build</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
165- - <code title =" get /builds " >client.Builds.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Build " >Build</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
165+ - <code title =" get /builds " >client.Builds.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, query < a href = " https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</ a >.< a href = " https://pkg.go.dev/github.com/kernel/hypeman-go#BuildListParams " >BuildListParams</ a > ) (\* [ ] <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Build " >Build</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
166166- <code title =" delete /builds/{id} " >client.Builds.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildService.Cancel " >Cancel</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
167167- <code title =" get /builds/{id}/events " >client.Builds.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildService.Events " >Events</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildEventsParams " >BuildEventsParams</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildEvent " >BuildEvent</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
168168- <code title =" get /builds/{id} " >client.Builds.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#BuildService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, id <a href =" https://pkg.go.dev/builtin#string " >string</a >) (\* <a href =" https://pkg.go.dev/github.com/kernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/kernel/hypeman-go#Build " >Build</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
0 commit comments