@@ -17,25 +17,30 @@ Response Types:
1717Methods:
1818
1919- <code title =" post /images " >client.Images.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#ImageNewParams " >ImageNewParams</a >) (<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
20- - <code title =" get /images/{name} " >client.Images.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
2120- <code title =" get /images " >client.Images.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
2221- <code title =" delete /images/{name} " >client.Images.<a href =" https://pkg.go.dev/github.com/onkernel/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 >
22+ - <code title =" get /images/{name} " >client.Images.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Image " >Image</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
2323
2424# Instances
2525
26+ Params Types:
27+
28+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#VolumeMountParam " >VolumeMountParam</a >
29+
2630Response Types:
2731
2832- <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >
33+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#VolumeMount " >VolumeMount</a >
2934
3035Methods:
3136
3237- <code title =" post /instances " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceNewParams " >InstanceNewParams</a >) (<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
33- - <code title =" get /instances/{id} " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
3438- <code title =" get /instances " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
3539- <code title =" delete /instances/{id} " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.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 >
40+ - <code title =" get /instances/{id} " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
3641- <code title =" get /instances/{id}/logs " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.Logs " >Logs</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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceLogsParams " >InstanceLogsParams</a >) (<a href =" https://pkg.go.dev/builtin#string " >string</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
37- - <code title =" post /instances/{id}/standby " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.PutInStandby " >PutInStandby </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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
38- - <code title =" post /instances/{id}/restore " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.RestoreFromStandby " >RestoreFromStandby </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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
42+ - <code title =" post /instances/{id}/restore " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.Restore " >Restore </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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
43+ - <code title =" post /instances/{id}/standby " >client.Instances.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#InstanceService.Standby " >Standby </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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Instance " >Instance</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
3944
4045## Volumes
4146
@@ -49,10 +54,33 @@ Methods:
4954Response Types:
5055
5156- <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Volume " >Volume</a >
57+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#VolumeAttachment " >VolumeAttachment</a >
5258
5359Methods:
5460
5561- <code title =" post /volumes " >client.Volumes.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#VolumeNewParams " >VolumeNewParams</a >) (<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
56- - <code title =" get /volumes/{id} " >client.Volumes.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
5762- <code title =" get /volumes " >client.Volumes.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
5863- <code title =" delete /volumes/{id} " >client.Volumes.<a href =" https://pkg.go.dev/github.com/onkernel/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 >
64+ - <code title =" get /volumes/{id} " >client.Volumes.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Volume " >Volume</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
65+
66+ # Ingresses
67+
68+ Params Types:
69+
70+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressMatchParam " >IngressMatchParam</a >
71+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressRuleParam " >IngressRuleParam</a >
72+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressTargetParam " >IngressTargetParam</a >
73+
74+ Response Types:
75+
76+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Ingress " >Ingress</a >
77+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressMatch " >IngressMatch</a >
78+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressRule " >IngressRule</a >
79+ - <a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressTarget " >IngressTarget</a >
80+
81+ Methods:
82+
83+ - <code title =" post /ingresses " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#IngressNewParams " >IngressNewParams</a >) (<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
84+ - <code title =" get /ingresses " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
85+ - <code title =" delete /ingresses/{id} " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/onkernel/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 >
86+ - <code title =" get /ingresses/{id} " >client.Ingresses.<a href =" https://pkg.go.dev/github.com/onkernel/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/onkernel/hypeman-go " >hypeman</a >.<a href =" https://pkg.go.dev/github.com/onkernel/hypeman-go#Ingress " >Ingress</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
0 commit comments