|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | "responses": {
|
| 32 | + "200": { |
| 33 | + "description": "FluxConfiguration properties from not updating any property values.", |
| 34 | + "body": { |
| 35 | + "properties": { |
| 36 | + "scope": "cluster", |
| 37 | + "namespace": "srs-namespace", |
| 38 | + "sourceKind": "GitRepository", |
| 39 | + "suspend": false, |
| 40 | + "gitRepository": { |
| 41 | + "url": "https://github.com/jonathan-innis/flux2-kustomize-helm-example.git", |
| 42 | + "timeoutInSeconds": 600, |
| 43 | + "syncIntervalInSeconds": 600, |
| 44 | + "repositoryRef": { |
| 45 | + "branch": "master", |
| 46 | + "tag": null, |
| 47 | + "semver": null, |
| 48 | + "commit": null |
| 49 | + } |
| 50 | + }, |
| 51 | + "kustomizations": { |
| 52 | + "srs-kustomization2": { |
| 53 | + "path": "./test/alt-path", |
| 54 | + "timeoutInSeconds": 600, |
| 55 | + "syncIntervalInSeconds": 300, |
| 56 | + "retryIntervalInSeconds": 600, |
| 57 | + "prune": false |
| 58 | + }, |
| 59 | + "srs-kustomization3": { |
| 60 | + "path": "./test/another-path", |
| 61 | + "timeoutInSeconds": 600, |
| 62 | + "syncIntervalInSeconds": 300, |
| 63 | + "retryIntervalInSeconds": null, |
| 64 | + "prune": false |
| 65 | + } |
| 66 | + }, |
| 67 | + "statuses": [ |
| 68 | + { |
| 69 | + "name": "srs-fluxconfig", |
| 70 | + "kind": "GitRepository", |
| 71 | + "complianceState": "Compliant", |
| 72 | + "appliedBy": null, |
| 73 | + "helmReleaseProperties": null, |
| 74 | + "statusConditions": [ |
| 75 | + { |
| 76 | + "lastTransitionTime": "2021-05-19T18:12:40Z", |
| 77 | + "message": "'Fetched revision: master/0ba6f0d30760d567de0bac86c8c4eec13ce1a590'", |
| 78 | + "reason": "GitOperationSucceed", |
| 79 | + "status": "True", |
| 80 | + "type": "Ready" |
| 81 | + } |
| 82 | + ] |
| 83 | + }, |
| 84 | + { |
| 85 | + "name": "srs-fluxconfig-srs-kustomization1", |
| 86 | + "kind": "Kustomization", |
| 87 | + "complianceState": "Compliant", |
| 88 | + "appliedBy": null, |
| 89 | + "helmReleaseProperties": { |
| 90 | + "lastRevisionApplied": 1, |
| 91 | + "helmChartRef": { |
| 92 | + "name": "myname", |
| 93 | + "namespace": "mynamespace" |
| 94 | + }, |
| 95 | + "failureCount": null, |
| 96 | + "upgradeFailureCount": null, |
| 97 | + "installFailureCount": null |
| 98 | + }, |
| 99 | + "statusConditions": [ |
| 100 | + { |
| 101 | + "lastTransitionTime": "2021-05-19T18:12:40Z", |
| 102 | + "message": "'Applied revision: master/0ba6f0d30760d567de0bac86c8c4eec13ce1a590'", |
| 103 | + "reason": "ReconciliationSucceeded", |
| 104 | + "status": "True", |
| 105 | + "type": "Ready" |
| 106 | + } |
| 107 | + ] |
| 108 | + }, |
| 109 | + { |
| 110 | + "name": "srs-fluxconfig-srs-kustomization2", |
| 111 | + "kind": "Kustomization", |
| 112 | + "complianceState": "Compliant", |
| 113 | + "appliedBy": null, |
| 114 | + "helmReleaseProperties": { |
| 115 | + "lastRevisionApplied": 1, |
| 116 | + "helmChartRef": { |
| 117 | + "name": "myname", |
| 118 | + "namespace": "mynamespace" |
| 119 | + }, |
| 120 | + "failureCount": null, |
| 121 | + "upgradeFailureCount": null, |
| 122 | + "installFailureCount": null |
| 123 | + }, |
| 124 | + "statusConditions": [ |
| 125 | + { |
| 126 | + "lastTransitionTime": "2021-05-19T18:12:40Z", |
| 127 | + "message": "'Applied revision: master/0ba6f0d30760d567de0bac86c8c4eec13ce1a590'", |
| 128 | + "reason": "ReconciliationSucceeded", |
| 129 | + "status": "True", |
| 130 | + "type": "Ready" |
| 131 | + } |
| 132 | + ] |
| 133 | + } |
| 134 | + ], |
| 135 | + "repositoryPublicKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiNkrANrhtRy+02Xc7b5bwvgOKvQMbqUQaXeB6FCDkbLaavw/zO/vIhIBEQu+vbBt6IlI/Pui0rMFr5JjA8Vwwd85oabzU07TPzbFvKSU9eCXqWRKWf0DHNQj/kxPJNtyPYFv3lGoiZZ6QzejOxlW/lPPokUePN0oI10daWwqznm2q0Cmh1EgPUYveq3J5KCWncZXCdwY36zWYulCWFaqazoaGy4kxcqlVy+mPjE/UJthaoLm3mq+23uhlmmfCc1j7W6+H6fcOwTyOtcbimxz2Ug8HlTzSTXBPtEe7qyllMyk62EPNUUq4bVoVsex9sKBK6/hW0Cn2P5i5jslUPCQF", |
| 136 | + "sourceSyncedCommitId": "master/0ba6f0d30760d567de0bac86c8c4eec13ce1a590", |
| 137 | + "sourceUpdatedAt": "2021-05-19T18:17:12Z", |
| 138 | + "statusUpdatedAt": "2021-05-19T18:17:12Z", |
| 139 | + "complianceState": "Compliant", |
| 140 | + "provisioningState": "Succeeded", |
| 141 | + "errorMessage": "" |
| 142 | + } |
| 143 | + } |
| 144 | + }, |
32 | 145 | "202": {
|
33 | 146 | "headers": {
|
34 | 147 | "Operation-Location": "/subscriptions/subId1/resourceGroups/rg1/providers/Microsoft.Kubernetes/connectedClusters/clusterName1/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/srs-fluxconfig/operations/operationId",
|
35 | 148 | "x-ms-async-operation-timeout": "PT48H",
|
36 | 149 | "Azure-AsyncOperation": "http://management.azure.com/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Kubernetes/ConnectedClusters/clusterName1/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/srs-fluxconfig/operations/operationId?api-version=2022-03-01"
|
37 | 150 | },
|
38 |
| - "description": "Extension properties and details of the Patch operation, including AsyncOperation url.", |
| 151 | + "description": "FluxConfiguration properties and details of the Patch operation, including AsyncOperation url.", |
39 | 152 | "body": {
|
40 | 153 | "properties": {
|
41 | 154 | "scope": "cluster",
|
|
0 commit comments