Skip to content

Commit bd63171

Browse files
authored
docs(k8s): kubernetes kapsule and kosmos (#1663)
1 parent 68e0879 commit bd63171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
_ = namegenerator.GetRandomName
4040
)
4141

42-
// API: kapsule API.
42+
// API: kubernetes API.
4343
type API struct {
4444
client *scw.Client
4545
}
@@ -1076,7 +1076,7 @@ type CreateClusterRequest struct {
10761076
// Pools: pools to be created along with the cluster.
10771077
Pools []*CreateClusterRequestPoolConfig `json:"pools"`
10781078
// AutoscalerConfig: autoscaler config for the cluster.
1079-
// This field allows to specify some configuration for the autoscaler, which is an implementation of the [cluster-autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
1079+
// This field allows to specify some configuration for the autoscaler, which is an implementation of the cluster-autoscaler (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/).
10801080
AutoscalerConfig *CreateClusterRequestAutoscalerConfig `json:"autoscaler_config"`
10811081
// AutoUpgrade: auto upgrade configuration of the cluster.
10821082
// This configuration enables to set a specific 2-hour time window in which the cluster can be automatically updated to the latest patch version in the current minor one.

0 commit comments

Comments
 (0)