Skip to content

Commit a99bbb8

Browse files
committed
remove kfaas methods, tests and references
1 parent 8bc805f commit a99bbb8

File tree

5 files changed

+1
-262
lines changed

5 files changed

+1
-262
lines changed

instance_size.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type InstanceSize struct {
2323
}
2424

2525
// ListInstanceSizes returns all available sizes of instances
26-
// TODO: Rename to Size because this return all size (k8s, vm, database, kfaas)
26+
// TODO: Rename to Size because this return all size (k8s, vm, database)
2727
func (c *Client) ListInstanceSizes() ([]InstanceSize, error) {
2828
resp, err := c.SendGetRequest("/v2/sizes")
2929
if err != nil {

kfcluster.go

Lines changed: 0 additions & 150 deletions
This file was deleted.

kfcluster_test.go

Lines changed: 0 additions & 108 deletions
This file was deleted.

region.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ type Feature struct {
3030
DBaaS bool `json:"dbaas"`
3131
Volume bool `json:"volume"`
3232
PaaS bool `json:"paas"`
33-
KFaaS bool `json:"kfaas"`
3433
PublicIPNodePools bool `json:"public_ip_node_pools"`
3534
}
3635

region_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ func TestCreateRegion(t *testing.T) {
5959
"dbaas": false,
6060
"volume": true,
6161
"paas": false,
62-
"kfaas": false,
6362
"public_ip_node_pools": false
6463
}
6564
}`,
@@ -81,7 +80,6 @@ func TestCreateRegion(t *testing.T) {
8180
"dbaas": false,
8281
"volume": true,
8382
"paas": false,
84-
"kfaas": false,
8583
"public_ip_node_pools": false,
8684
},
8785
}

0 commit comments

Comments
 (0)