google-cloud-binary_authorization-v1beta1 0.4.1 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/lib/google/cloud/binary_authorization/v1beta1/version.rb +1 -1
- data/lib/google/cloud/binary_authorization/v1beta1.rb +2 -0
- data/lib/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging_pb.rb +3 -1
- data/lib/google/cloud/binaryauthorization/v1beta1/resources_pb.rb +2 -1
- data/lib/google/cloud/binaryauthorization/v1beta1/service_pb.rb +2 -1
- data/proto_docs/google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.rb +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7148ca7069deee5a3e40cddb609a9bbabaab15332746a023fcf31faa2fbff139
|
|
4
|
+
data.tar.gz: 30023037c857b13d326b9616678f02780e5fd39a77227c766a2aa0d4a298aefe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8297b403d9bb70586542d462342002a5887d0e76c17ec0da5715f31d2c4ce7c78892d9a7bbc6878aa6fc5d37e23996a154f1cf960d15258e439eae5af5d4d3b
|
|
7
|
+
data.tar.gz: 3f81eeb430dddbe465382abc82116babf1b559c0a26d4d1397b04d2fcf13a07858f0dd1ded577136a8f0d569d3d61544deba104e8d0e9bae839aa85768b9986d
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ request = ::Google::Cloud::BinaryAuthorization::V1beta1::GetPolicyRequest.new #
|
|
|
37
37
|
response = client.get_policy request
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
View the [Client Library Documentation](https://
|
|
40
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1beta1/latest)
|
|
41
41
|
for class and method documentation.
|
|
42
42
|
|
|
43
43
|
See also the [Product Documentation](https://cloud.google.com/binary-authorization/)
|
|
@@ -69,6 +69,11 @@ module GRPC
|
|
|
69
69
|
end
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
+
|
|
73
|
+
## Google Cloud Samples
|
|
74
|
+
|
|
75
|
+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
|
|
76
|
+
|
|
72
77
|
## Supported Ruby Versions
|
|
73
78
|
|
|
74
79
|
This library is supported on Ruby 2.5+.
|
|
@@ -26,6 +26,8 @@ module Google
|
|
|
26
26
|
##
|
|
27
27
|
# To load this package, including all its services, and instantiate a client:
|
|
28
28
|
#
|
|
29
|
+
# @example
|
|
30
|
+
#
|
|
29
31
|
# require "google/cloud/binary_authorization/v1beta1"
|
|
30
32
|
# client = ::Google::Cloud::BinaryAuthorization::V1beta1::BinauthzManagementService::Client.new
|
|
31
33
|
#
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf/timestamp_pb'
|
|
5
4
|
require 'google/protobuf'
|
|
6
5
|
|
|
6
|
+
require 'google/protobuf/timestamp_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/cloud/binaryauthorization/v1beta1/continuous_validation_logging.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent" do
|
|
@@ -13,6 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
13
14
|
end
|
|
14
15
|
end
|
|
15
16
|
add_message "google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent" do
|
|
17
|
+
optional :pod_namespace, :string, 7
|
|
16
18
|
optional :pod, :string, 1
|
|
17
19
|
optional :deploy_time, :message, 2, "google.protobuf.Timestamp"
|
|
18
20
|
optional :end_time, :message, 3, "google.protobuf.Timestamp"
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/binaryauthorization/v1beta1/resources.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/field_behavior_pb'
|
|
5
7
|
require 'google/api/resource_pb'
|
|
6
8
|
require 'google/protobuf/timestamp_pb'
|
|
7
9
|
require 'google/api/annotations_pb'
|
|
8
|
-
require 'google/protobuf'
|
|
9
10
|
|
|
10
11
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
11
12
|
add_file("google/cloud/binaryauthorization/v1beta1/resources.proto", :syntax => :proto3) do
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/binaryauthorization/v1beta1/service.proto
|
|
3
3
|
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/annotations_pb'
|
|
5
7
|
require 'google/api/client_pb'
|
|
6
8
|
require 'google/api/field_behavior_pb'
|
|
7
9
|
require 'google/api/resource_pb'
|
|
8
10
|
require 'google/cloud/binaryauthorization/v1beta1/resources_pb'
|
|
9
11
|
require 'google/protobuf/empty_pb'
|
|
10
|
-
require 'google/protobuf'
|
|
11
12
|
|
|
12
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
14
|
add_file("google/cloud/binaryauthorization/v1beta1/service.proto", :syntax => :proto3) do
|
|
@@ -33,6 +33,9 @@ module Google
|
|
|
33
33
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
34
34
|
|
|
35
35
|
# An auditing event for one Pod.
|
|
36
|
+
# @!attribute [rw] pod_namespace
|
|
37
|
+
# @return [::String]
|
|
38
|
+
# The k8s namespace of the Pod.
|
|
36
39
|
# @!attribute [rw] pod
|
|
37
40
|
# @return [::String]
|
|
38
41
|
# The name of the Pod.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-binary_authorization-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
- !ruby/object:Gem::Version
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
|
-
rubygems_version: 3.3.
|
|
216
|
+
rubygems_version: 3.3.14
|
|
217
217
|
signing_key:
|
|
218
218
|
specification_version: 4
|
|
219
219
|
summary: API Client library for the Binary Authorization V1beta1 API
|