Home
last modified time | relevance | path

Searched refs:AllWithOpts (Results 1 – 25 of 41) sorted by relevance

12

/dports/sysutils/hcloud/cli-1.21.0/internal/hcapi/
H A Dimage.go19 imgs, err := c.AllWithOpts(context.Background(), hcloud.ImageListOpts{IncludeDeprecated: true})
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hetznercloud/hcloud-go/hcloud/
H A Daction.go165 func (c *ActionClient) AllWithOpts(ctx context.Context, opts ActionListOpts) ([]*Action, error) { func
215 as, err := c.AllWithOpts(ctx, opts)
H A Dplacement_group.go127 return c.AllWithOpts(ctx, opts)
131 func (c *PlacementGroupClient) AllWithOpts(ctx context.Context, opts PlacementGroupListOpts) ([]*Pl… func
H A Dssh_key.go122 return c.AllWithOpts(ctx, SSHKeyListOpts{ListOpts: ListOpts{PerPage: 50}})
126 func (c *SSHKeyClient) AllWithOpts(ctx context.Context, opts SSHKeyListOpts) ([]*SSHKey, error) { func
H A Dimage.go180 return c.AllWithOpts(ctx, ImageListOpts{ListOpts: ListOpts{PerPage: 50}})
184 func (c *ImageClient) AllWithOpts(ctx context.Context, opts ImageListOpts) ([]*Image, error) { func
H A Dvolume.go133 return c.AllWithOpts(ctx, VolumeListOpts{ListOpts: ListOpts{PerPage: 50}})
137 func (c *VolumeClient) AllWithOpts(ctx context.Context, opts VolumeListOpts) ([]*Volume, error) { func
H A Dfloating_ip.go175 return c.AllWithOpts(ctx, FloatingIPListOpts{ListOpts: ListOpts{PerPage: 50}})
179 func (c *FloatingIPClient) AllWithOpts(ctx context.Context, opts FloatingIPListOpts) ([]*FloatingIP… func
H A Dnetwork.go151 return c.AllWithOpts(ctx, NetworkListOpts{ListOpts: ListOpts{PerPage: 50}})
155 func (c *NetworkClient) AllWithOpts(ctx context.Context, opts NetworkListOpts) ([]*Network, error) { func
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/hetznercloud/hcloud-go/hcloud/
H A Dssh_key.go122 return c.AllWithOpts(ctx, SSHKeyListOpts{ListOpts: ListOpts{PerPage: 50}})
126 func (c *SSHKeyClient) AllWithOpts(ctx context.Context, opts SSHKeyListOpts) ([]*SSHKey, error) { func
H A Daction.go165 func (c *ActionClient) AllWithOpts(ctx context.Context, opts ActionListOpts) ([]*Action, error) { func
215 as, err := c.AllWithOpts(ctx, opts)
H A Dimage.go172 return c.AllWithOpts(ctx, ImageListOpts{ListOpts: ListOpts{PerPage: 50}})
176 func (c *ImageClient) AllWithOpts(ctx context.Context, opts ImageListOpts) ([]*Image, error) { func
H A Dfloating_ip.go137 return c.AllWithOpts(ctx, FloatingIPListOpts{ListOpts: ListOpts{PerPage: 50}})
141 func (c *FloatingIPClient) AllWithOpts(ctx context.Context, opts FloatingIPListOpts) ([]*FloatingIP… func
H A Dvolume.go133 return c.AllWithOpts(ctx, VolumeListOpts{ListOpts: ListOpts{PerPage: 50}})
137 func (c *VolumeClient) AllWithOpts(ctx context.Context, opts VolumeListOpts) ([]*Volume, error) { func
H A Dnetwork.go151 return c.AllWithOpts(ctx, NetworkListOpts{ListOpts: ListOpts{PerPage: 50}})
155 func (c *NetworkClient) AllWithOpts(ctx context.Context, opts NetworkListOpts) ([]*Network, error) { func
H A Dcertificate.go134 func (c *CertificateClient) AllWithOpts(ctx context.Context, opts CertificateListOpts) ([]*Certific… func
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/sshkey/
H A Dlist.go55 sshKeys, err := cli.Client().SSHKey.AllWithOpts(cli.Context, opts)
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/certificate/
H A Dlist.go49 certs, err := cli.Client().Certificate.AllWithOpts(cli.Context, opts)
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/volume/
H A Dlist.go50 volumes, err := cli.Client().Volume.AllWithOpts(cli.Context, opts)
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/network/
H A Dlist.go49 networks, err := cli.Client().Network.AllWithOpts(cli.Context, opts)
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/image/
H A Dlist.go54 images, err := cli.Client().Image.AllWithOpts(cli.Context, opts)
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/floatingip/
H A Dlist.go50 floatingIPs, err := cli.Client().FloatingIP.AllWithOpts(cli.Context, opts)
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/server/
H A Dlist.go50 servers, err := cli.Client().Server.AllWithOpts(cli.Context, opts)
H A Dcreate.go185 …images, err := cli.Client().Image.AllWithOpts(cli.Context, hcloud.ImageListOpts{Name: imageIDorNam…
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/loadbalancer/
H A Dlist.go49 loadBalancers, err := cli.Client().LoadBalancer.AllWithOpts(cli.Context, opts)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hetznercloud/hcloud-go/
H A DCHANGES.md105 * Add `AllWithOpts()` to server, Floating IP, image, and SSH key client

12