Home
last modified time | relevance | path

Searched refs:LoadBalancerType (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hetznercloud/hcloud-go/hcloud/
H A Dload_balancer_type_test.go19 LoadBalancerType: schema.LoadBalancerType{
26 loadBalancerType, _, err := env.Client.LoadBalancerType.GetByID(ctx, 1)
38 loadBalancerType, _, err := env.Client.LoadBalancerType.Get(ctx, "1")
66 loadBalancerType, _, err := env.Client.LoadBalancerType.GetByID(ctx, 1)
84 LoadBalancerTypes: []schema.LoadBalancerType{
105 loadBalancerType, _, err := env.Client.LoadBalancerType.Get(ctx, "lb1")
127 LoadBalancerTypes: []schema.LoadBalancerType{},
167 LoadBalancerTypes: []schema.LoadBalancerType{
179 loadBalancerTypes, _, err := env.Client.LoadBalancerType.List(ctx, opts)
198 LoadBalancerTypes: []schema.LoadBalancerType{
[all …]
H A Dload_balancer_type.go13 type LoadBalancerType struct { struct
30 func (c *LoadBalancerTypeClient) GetByID(ctx context.Context, id int) (*LoadBalancerType, *Response…
44 return LoadBalancerTypeFromSchema(body.LoadBalancerType), resp, nil
48 func (c *LoadBalancerTypeClient) GetByName(ctx context.Context, name string) (*LoadBalancerType, *R…
61 func (c *LoadBalancerTypeClient) Get(ctx context.Context, idOrName string) (*LoadBalancerType, *Res…
86 …lient) List(ctx context.Context, opts LoadBalancerTypeListOpts) ([]*LoadBalancerType, *Response, e…
98 LoadBalancerTypes := make([]*LoadBalancerType, 0, len(body.LoadBalancerTypes))
106 func (c *LoadBalancerTypeClient) All(ctx context.Context) ([]*LoadBalancerType, error) {
107 allLoadBalancerTypes := []*LoadBalancerType{}
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/hetznercloud/hcloud-go/hcloud/
H A Dload_balancer_type_test.go19 LoadBalancerType: schema.LoadBalancerType{
26 loadBalancerType, _, err := env.Client.LoadBalancerType.GetByID(ctx, 1)
38 loadBalancerType, _, err := env.Client.LoadBalancerType.Get(ctx, "1")
66 loadBalancerType, _, err := env.Client.LoadBalancerType.GetByID(ctx, 1)
84 LoadBalancerTypes: []schema.LoadBalancerType{
105 loadBalancerType, _, err := env.Client.LoadBalancerType.Get(ctx, "lb1")
127 LoadBalancerTypes: []schema.LoadBalancerType{},
167 LoadBalancerTypes: []schema.LoadBalancerType{
179 loadBalancerTypes, _, err := env.Client.LoadBalancerType.List(ctx, opts)
198 LoadBalancerTypes: []schema.LoadBalancerType{
[all …]
H A Dload_balancer_type.go13 type LoadBalancerType struct { struct
30 func (c *LoadBalancerTypeClient) GetByID(ctx context.Context, id int) (*LoadBalancerType, *Response…
44 return LoadBalancerTypeFromSchema(body.LoadBalancerType), resp, nil
48 func (c *LoadBalancerTypeClient) GetByName(ctx context.Context, name string) (*LoadBalancerType, *R…
61 func (c *LoadBalancerTypeClient) Get(ctx context.Context, idOrName string) (*LoadBalancerType, *Res…
86 …lient) List(ctx context.Context, opts LoadBalancerTypeListOpts) ([]*LoadBalancerType, *Response, e…
98 LoadBalancerTypes := make([]*LoadBalancerType, 0, len(body.LoadBalancerTypes))
106 func (c *LoadBalancerTypeClient) All(ctx context.Context) ([]*LoadBalancerType, error) {
107 allLoadBalancerTypes := []*LoadBalancerType{}
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/gce/
H A Dgce_annotations.go31 type LoadBalancerType string type
43 LBTypeInternal LoadBalancerType = "Internal"
46 deprecatedTypeInternalLowerCase LoadBalancerType = "internal"
79 func GetLoadBalancerAnnotationType(service *v1.Service) LoadBalancerType {
80 var lbType LoadBalancerType
86 lbType = LoadBalancerType(v)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go83 type LoadBalancerType string type
87 BreadthFirst LoadBalancerType = "BreadthFirst"
89 DepthFirst LoadBalancerType = "DepthFirst"
91 Persistent LoadBalancerType = "Persistent"
95 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
96 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-01-23-preview/desktopvirtualization/
H A Denums.go83 type LoadBalancerType string type
87 BreadthFirst LoadBalancerType = "BreadthFirst"
89 DepthFirst LoadBalancerType = "DepthFirst"
91 Persistent LoadBalancerType = "Persistent"
95 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
96 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-09-24-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-12-10-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2020-09-21-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/desktopvirtualization/mgmt/2019-09-24-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/desktopvirtualization/mgmt/2019-12-10-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/preview/desktopvirtualization/mgmt/2020-09-21-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/desktopvirtualization/mgmt/2019-12-10-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/desktopvirtualization/mgmt/2020-09-21-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/preview/desktopvirtualization/mgmt/2019-09-24-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-12-10-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2019-09-24-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/preview/desktopvirtualization/mgmt/2020-09-21-preview/desktopvirtualization/
H A Denums.go72 type LoadBalancerType string type
76 BreadthFirst LoadBalancerType = "BreadthFirst"
78 DepthFirst LoadBalancerType = "DepthFirst"
80 Persistent LoadBalancerType = "Persistent"
84 func PossibleLoadBalancerTypeValues() []LoadBalancerType {
85 return []LoadBalancerType{BreadthFirst, DepthFirst, Persistent}

12345678910>>...13