Skip to content

Commit

Permalink
Fix golden files for new AWS SDKL
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Apr 26, 2019
1 parent 62a2ecf commit b9dd0cb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/eks/testdata/singlecluster_deleting.golden
Expand Up @@ -5,9 +5,12 @@
"ClientRequestToken": null,
"CreatedAt": "0001-01-01T00:00:00Z",
"Endpoint": null,
"Logging": null,
"Name": "test-cluster",
"PlatformVersion": null,
"ResourcesVpcConfig": {
"EndpointPrivateAccess": null,
"EndpointPublicAccess": null,
"SecurityGroupIds": null,
"SubnetIds": [
"sub1",
Expand Down
6 changes: 6 additions & 0 deletions pkg/printers/testdata/jsontest_2clusters.golden
Expand Up @@ -5,9 +5,12 @@
"ClientRequestToken": null,
"CreatedAt": "0001-01-01T00:00:00Z",
"Endpoint": null,
"Logging": null,
"Name": "test-cluster-1",
"PlatformVersion": null,
"ResourcesVpcConfig": {
"EndpointPrivateAccess": null,
"EndpointPublicAccess": null,
"SecurityGroupIds": null,
"SubnetIds": [
"sub1",
Expand All @@ -25,9 +28,12 @@
"ClientRequestToken": null,
"CreatedAt": "0001-01-01T00:00:00Z",
"Endpoint": null,
"Logging": null,
"Name": "test-cluster-2",
"PlatformVersion": null,
"ResourcesVpcConfig": {
"EndpointPrivateAccess": null,
"EndpointPublicAccess": null,
"SecurityGroupIds": null,
"SubnetIds": [
"sub1",
Expand Down
3 changes: 3 additions & 0 deletions pkg/printers/testdata/jsontest_single.golden
Expand Up @@ -5,9 +5,12 @@
"ClientRequestToken": null,
"CreatedAt": "0001-01-01T00:00:00Z",
"Endpoint": null,
"Logging": null,
"Name": "test-cluster",
"PlatformVersion": null,
"ResourcesVpcConfig": {
"EndpointPrivateAccess": null,
"EndpointPublicAccess": null,
"SecurityGroupIds": null,
"SubnetIds": [
"sub1",
Expand Down
6 changes: 6 additions & 0 deletions pkg/printers/testdata/yamltest_2clusters.golden
Expand Up @@ -3,9 +3,12 @@
ClientRequestToken: null
CreatedAt: "0001-01-01T00:00:00Z"
Endpoint: null
Logging: null
Name: test-cluster-1
PlatformVersion: null
ResourcesVpcConfig:
EndpointPrivateAccess: null
EndpointPublicAccess: null
SecurityGroupIds: null
SubnetIds:
- sub1
Expand All @@ -19,9 +22,12 @@
ClientRequestToken: null
CreatedAt: "0001-01-01T00:00:00Z"
Endpoint: null
Logging: null
Name: test-cluster-2
PlatformVersion: null
ResourcesVpcConfig:
EndpointPrivateAccess: null
EndpointPublicAccess: null
SecurityGroupIds: null
SubnetIds:
- sub1
Expand Down
3 changes: 3 additions & 0 deletions pkg/printers/testdata/yamltest_single.golden
Expand Up @@ -3,9 +3,12 @@
ClientRequestToken: null
CreatedAt: "0001-01-01T00:00:00Z"
Endpoint: null
Logging: null
Name: test-cluster
PlatformVersion: null
ResourcesVpcConfig:
EndpointPrivateAccess: null
EndpointPublicAccess: null
SecurityGroupIds: null
SubnetIds:
- sub1
Expand Down

0 comments on commit b9dd0cb

Please sign in to comment.