Skip to content

Commit 18a8f9d

Browse files
deeksha345harics24Hari Prasad PerabattulaDeeksha Sharma
authored
Dev kubernetesconfiguration microsoft.kubernetes configuration 2022 01 15 preview (#17516)
* Defining the APIs for the new NSP resource * created new branch for 2022-01-15-preview * updated api-version in all file from 2022-01-01-preview to 2022-01-15-preview * updates examples for extension types * updates to extension types spec * updated the readme files * updated tags in readme * adding definitions and parameters under common dir * fixing schema issues * fixing schema issue with extension type list * remove versions from x-ms-pageable in extension type versions * suppress top level resources list by subscription for extension types * copying files from appropriate GA versions to new extnesion type versions folder * updating the API version * updating operations list * Revert "copying files from appropriate GA versions to new extnesion type versions folder" This reverts commit 2247056. * adding namespace scope settings to extension types return data * updating location extension types list example * adding latest changes from the previous released version * removing namespace scope settings property * Revert "removing namespace scope settings property" reverting to previous commit tttt reverts commit 00900af. Reverting to previous commit. * adding "x-ms-identifiers" * removing namespace scope settings * adding x-ms-identifiers * adding x-ms-identifiers * ran preittier fix on parameters.json file * updating tag in readme.md * reverting tag update change from last commit * removing uneeded files * fix for api readiness check * Removing all unrelated example files * Revert "Removing all unrelated example files" This reverts commit 6391df3. * Removing all unrelated example files from 2022-01-15 folder * fixing spelling error * quick change Co-authored-by: Hari Prasad Perabattula <harics24@users.noreply.github.com> Co-authored-by: Hari Prasad Perabattula <haperaba@microsoft.com> Co-authored-by: Deeksha Sharma <deesharma@microsoft.com>
1 parent e7d2d8c commit 18a8f9d

File tree

10 files changed

+611
-0
lines changed

10 files changed

+611
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "subId1",
4+
"resourceGroupName": "rg1",
5+
"clusterRp": "Microsoft.ContainerService",
6+
"clusterResourceName": "managedClusters",
7+
"clusterName": "clusterName1",
8+
"api-version": "2022-01-15-preview",
9+
"extensionTypeName": "microsoft.example"
10+
},
11+
"responses": {
12+
"200": {
13+
"body": {
14+
"id": "/subscriptions/subId1/resourceGroups/rg1/providers/Microsoft.ContainerService/connectedClusters/clusterName1/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.example",
15+
"name": "microsoft.example",
16+
"type": "Microsoft.KubernetesConfiguration/extensionTypes",
17+
"properties": {
18+
"releaseTrains": [
19+
"stable",
20+
"preview",
21+
"pilot"
22+
],
23+
"clusterTypes": [
24+
"connectedClusters"
25+
],
26+
"supportedScopes": {
27+
"defaultScope": "cluster",
28+
"clusterScopeSettings": {
29+
"allowMultipleInstances": true,
30+
"defaultReleaseNamespace": "kube-system"
31+
}
32+
}
33+
},
34+
"systemData": {
35+
"createdBy": "string",
36+
"createdByType": "Application",
37+
"createdAt": "2020-09-08T05:10:57.027Z",
38+
"lastModifiedBy": "string",
39+
"lastModifiedByType": "Application",
40+
"lastModifiedAt": "2020-09-08T05:10:57.027Z"
41+
}
42+
}
43+
}
44+
}
45+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "subId1",
4+
"resourceGroupName": "rg1",
5+
"clusterRp": "Microsoft.ContainerService",
6+
"clusterResourceName": "managedClusters",
7+
"clusterName": "clusterName1",
8+
"api-version": "2022-01-15-preview"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"value": [
14+
{
15+
"id": "/subscriptions/subId1/resourceGroups/rg1/providers/Microsoft.ContainerService/connectedClusters/clusterName1/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.example",
16+
"name": "microsoft.example",
17+
"type": "Microsoft.KubernetesConfiguration/extensionTypes",
18+
"properties": {
19+
"releaseTrains": [
20+
"stable",
21+
"preview",
22+
"pilot"
23+
],
24+
"clusterTypes": [
25+
"connectedClusters"
26+
],
27+
"supportedScopes": {
28+
"defaultScope": "cluster",
29+
"clusterScopeSettings": {
30+
"allowMultipleInstances": true,
31+
"defaultReleaseNamespace": "kube-system"
32+
}
33+
}
34+
},
35+
"systemData": {
36+
"createdBy": "string",
37+
"createdByType": "Application",
38+
"createdAt": "2020-09-08T05:10:57.027Z",
39+
"lastModifiedBy": "string",
40+
"lastModifiedByType": "Application",
41+
"lastModifiedAt": "2020-09-08T05:10:57.027Z"
42+
}
43+
}
44+
],
45+
"nextLink": null
46+
}
47+
}
48+
}
49+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "subId1",
4+
"location": "eastus",
5+
"extensionTypeName": "microsoft.example",
6+
"api-version": "2022-01-15-preview"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"value": [
12+
{
13+
"releaseTrain": "stable",
14+
"versions": [
15+
"0.1.0",
16+
"0.2.0",
17+
"0.2.1"
18+
]
19+
}
20+
],
21+
"nextLink": null,
22+
"systemData": {
23+
"createdBy": "string",
24+
"createdByType": "Application",
25+
"createdAt": "2020-09-08T05:10:57.027Z",
26+
"lastModifiedBy": "string",
27+
"lastModifiedByType": "Application",
28+
"lastModifiedAt": "2020-09-08T05:10:57.027Z"
29+
}
30+
}
31+
}
32+
}
33+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "subId1",
4+
"location": "eastus",
5+
"api-version": "2022-01-15-preview"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"id": "/subscriptions/subId1/resourceGroups/rg1/providers/Microsoft.ContainerService/connectedClusters/clusterName1/providers/Microsoft.KubernetesConfiguration/extensionTypes/microsoft.example",
13+
"name": "microsoft.example",
14+
"type": "Microsoft.KubernetesConfiguration/extensionTypes",
15+
"properties": {
16+
"releaseTrains": [
17+
"stable",
18+
"preview"
19+
],
20+
"clusterTypes": [
21+
"connectedClusters"
22+
],
23+
"supportedScopes": {
24+
"defaultScope": "cluster",
25+
"clusterScopeSettings": {
26+
"allowMultipleInstances": true,
27+
"defaultReleaseNamespace": "kube-system"
28+
}
29+
}
30+
},
31+
"systemData": {
32+
"createdBy": "string",
33+
"createdByType": "Application",
34+
"createdAt": "2020-09-08T05:10:57.027Z",
35+
"lastModifiedBy": "string",
36+
"lastModifiedByType": "Application",
37+
"lastModifiedAt": "2020-09-08T05:10:57.027Z"
38+
}
39+
}
40+
],
41+
"nextLink": null
42+
}
43+
}
44+
}
45+
}

0 commit comments

Comments
 (0)