We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eb4c82 + 9a21f58 commit 7be80a7Copy full SHA for 7be80a7
CHANGES.md
@@ -3,6 +3,12 @@
3
This document describes the relevant changes between releases of the OCM API
4
SDK.
5
6
+## 0.1.381
7
+- Update model version to v0.0.333
8
+ - Add `/api/clusters_mgmt/v1/clusters/{id}/kubelet_config` endpoint
9
+ - Add `KubeletConfig` struct
10
+ - Update `Cluster` struct to be able to optionally embed the `KubeletConfig` struct
11
+
12
## 0.1.380
13
- Update model version v0.0.332
14
- Add `AdditionalInfraSecurityGroupIds` to `AWS` type
version.go
@@ -18,4 +18,4 @@ limitations under the License.
18
19
package sdk
20
21
-const Version = "0.1.380"
+const Version = "0.1.381"
0 commit comments