-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e_tests: add OSPolicies tests for package install (#302)
* e2e_tests: add OSPolicies tests for package install * remove binary
- Loading branch information
Showing
19 changed files
with
11,477 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
117 changes: 117 additions & 0 deletions
117
e2e_tests/internal/cloud.google.com/go/osconfig/apiv1alpha/doc.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
78 changes: 78 additions & 0 deletions
78
e2e_tests/internal/cloud.google.com/go/osconfig/apiv1alpha/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.", | ||
"language": "go", | ||
"protoPackage": "google.cloud.osconfig.v1alpha", | ||
"libraryPackage": "cloud.google.com/go/osconfig/apiv1alpha", | ||
"services": { | ||
"OsConfigZonalService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "OsConfigZonalClient", | ||
"rpcs": { | ||
"CreateOSPolicyAssignment": { | ||
"methods": [ | ||
"CreateOSPolicyAssignment" | ||
] | ||
}, | ||
"DeleteOSPolicyAssignment": { | ||
"methods": [ | ||
"DeleteOSPolicyAssignment" | ||
] | ||
}, | ||
"GetInstanceOSPoliciesCompliance": { | ||
"methods": [ | ||
"GetInstanceOSPoliciesCompliance" | ||
] | ||
}, | ||
"GetInventory": { | ||
"methods": [ | ||
"GetInventory" | ||
] | ||
}, | ||
"GetOSPolicyAssignment": { | ||
"methods": [ | ||
"GetOSPolicyAssignment" | ||
] | ||
}, | ||
"GetVulnerabilityReport": { | ||
"methods": [ | ||
"GetVulnerabilityReport" | ||
] | ||
}, | ||
"ListInstanceOSPoliciesCompliances": { | ||
"methods": [ | ||
"ListInstanceOSPoliciesCompliances" | ||
] | ||
}, | ||
"ListInventories": { | ||
"methods": [ | ||
"ListInventories" | ||
] | ||
}, | ||
"ListOSPolicyAssignmentRevisions": { | ||
"methods": [ | ||
"ListOSPolicyAssignmentRevisions" | ||
] | ||
}, | ||
"ListOSPolicyAssignments": { | ||
"methods": [ | ||
"ListOSPolicyAssignments" | ||
] | ||
}, | ||
"ListVulnerabilityReports": { | ||
"methods": [ | ||
"ListVulnerabilityReports" | ||
] | ||
}, | ||
"UpdateOSPolicyAssignment": { | ||
"methods": [ | ||
"UpdateOSPolicyAssignment" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.