Paweł Kubica
Paweł Kubica
Close #776 Add parameter's value conversion to bool type and new parameter that allows store parameter's value as string.
Close #1327 This PR should fix issue when TF try to recreate the existing cluster every time even if there are no changes to the code using '--merge-labels option.
Close #1102 This PR should allow users to update node_count of cluster resource.
Fixes https://github.com/gophercloud/gophercloud/issues/2483 Openstack API Ref: https://docs.openstack.org/api-ref/database/?expanded=create-database-instance-detail#create-database-instance
The OpenStack [API](https://docs.openstack.org/api-ref/database/?expanded=create-database-instance-detail,show-database-instance-details-detail#create-database-instance) has support for availability zone parameter, when declaring a new database instance. Currently we can't provide this field while creating database instance.
Fixes #2340 Openstack API Ref: https://docs.openstack.org/api-ref/database/?expanded=create-database-instance-detail#create-database-instance
**What happened**: Deployment definition using Manifest ([components.yaml](https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.6.4/components.yaml) file from Release page) and Helm Chart with default `values.yaml` file (generated using `helm template -n kube-system metrics-server . -f values.yaml`) differ in...
The OpenStack Octavia API v2 includes the support for filtering flavors by their name and status (enabled/disabled) as below: ``` GET /v2.0/lbaas/flavors?name=name GET /v2.0/lbaas/flavors?enabled=True GET /v2.0/lbaas/flavors?enabled=False ``` Currently, Gophercloud doesn't...