google-apis-binaryauthorization_v1 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a0ee500e41ecc94cc64f89c5393a088caa25c377df91d2335e5da9e323975ac
4
- data.tar.gz: f2e3210defd2439818daef7dfe69863b2faf1366eeb9f6cfe0c9f930abf26696
3
+ metadata.gz: de7472935dfdf039428bc214173d9f71f75dcede694cfa40215cbd4be7567a06
4
+ data.tar.gz: 2128d0b2f6e9d42956a911dd318b8e53290ee313ab01cded3a5586655b070974
5
5
  SHA512:
6
- metadata.gz: 5bc55dd156c67846bc300796a28ecc2100fa5c74f95f96e33756c17f258b1aa8a2ebf305b0b1e6503fe8a8dfc55ff55852623518686cad7e7552afc37e54ba7b
7
- data.tar.gz: '09ec4ab033c271e9619684cf37087ed04a1646f71dc4d4783655b559b1a6a5cbc15df0afcaeea7faf17c1430dacf48d259b1e64ea442b58823282c1e0276fd5e'
6
+ metadata.gz: 291df6626fae8522c7c67233566096c6f0eaa126e96a4d0b1b9b47806e8e1a84199aa04f84e23153203f9763dcbf3cc5263a3ca00322712ce61c53a0759b41f4
7
+ data.tar.gz: 19c5743b5305311bf54a97d304974459d57b5fb18169100acae15df882a1633504d843b4f9a0c18afa87c5b0933ee1ea598099774e7e039c04db29a266512aec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-binaryauthorization_v1
2
2
 
3
+ ### v0.11.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.10.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -574,20 +574,20 @@ module Google
574
574
  attr_accessor :global_policy_evaluation_mode
575
575
 
576
576
  # Optional. Per-istio-service-identity admission rules. Istio service identity
577
- # spec format: spiffe:///ns//sa/ or /ns//sa/ e.g. spiffe://example.com/ns/test-
578
- # ns/sa/default
577
+ # spec format: `spiffe:///ns//sa/` or `/ns//sa/` e.g. `spiffe://example.com/ns/
578
+ # test-ns/sa/default`
579
579
  # Corresponds to the JSON property `istioServiceIdentityAdmissionRules`
580
580
  # @return [Hash<String,Google::Apis::BinaryauthorizationV1::AdmissionRule>]
581
581
  attr_accessor :istio_service_identity_admission_rules
582
582
 
583
583
  # Optional. Per-kubernetes-namespace admission rules. K8s namespace spec format:
584
- # [a-z.-]+, e.g. 'some-namespace'
584
+ # `[a-z.-]+`, e.g. `some-namespace`
585
585
  # Corresponds to the JSON property `kubernetesNamespaceAdmissionRules`
586
586
  # @return [Hash<String,Google::Apis::BinaryauthorizationV1::AdmissionRule>]
587
587
  attr_accessor :kubernetes_namespace_admission_rules
588
588
 
589
589
  # Optional. Per-kubernetes-service-account admission rules. Service account spec
590
- # format: `namespace:serviceaccount`. e.g. 'test-ns:default'
590
+ # format: `namespace:serviceaccount`. e.g. `test-ns:default`
591
591
  # Corresponds to the JSON property `kubernetesServiceAccountAdmissionRules`
592
592
  # @return [Hash<String,Google::Apis::BinaryauthorizationV1::AdmissionRule>]
593
593
  attr_accessor :kubernetes_service_account_admission_rules
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BinaryauthorizationV1
18
18
  # Version of the google-apis-binaryauthorization_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211015"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -228,13 +228,16 @@ module Google
228
228
  # REQUIRED: The resource for which the policy is being requested. See the
229
229
  # operation documentation for the appropriate value for this field.
230
230
  # @param [Fixnum] options_requested_policy_version
231
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
232
- # 3. Requests specifying an invalid value will be rejected. Requests for
233
- # policies with any conditional bindings must specify version 3. Policies
234
- # without any conditional bindings may specify any valid value or leave the
235
- # field unset. To learn which resources support conditions in their IAM policies,
236
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
237
- # resource-policies).
231
+ # Optional. The maximum policy version that will be used to format the policy.
232
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
233
+ # rejected. Requests for policies with any conditional role bindings must
234
+ # specify version 3. Policies with no conditional role bindings may specify any
235
+ # valid value or leave the field unset. The policy in the response might use the
236
+ # policy version that you specified, or it might use a lower policy version. For
237
+ # example, if you specify version 3, but the policy has no conditional role
238
+ # bindings, the response uses version 1. To learn which resources support
239
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
240
+ # google.com/iam/help/conditions/resource-policies).
238
241
  # @param [String] fields
239
242
  # Selector specifying which fields to include in a partial response.
240
243
  # @param [String] quota_user
@@ -452,13 +455,16 @@ module Google
452
455
  # REQUIRED: The resource for which the policy is being requested. See the
453
456
  # operation documentation for the appropriate value for this field.
454
457
  # @param [Fixnum] options_requested_policy_version
455
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
456
- # 3. Requests specifying an invalid value will be rejected. Requests for
457
- # policies with any conditional bindings must specify version 3. Policies
458
- # without any conditional bindings may specify any valid value or leave the
459
- # field unset. To learn which resources support conditions in their IAM policies,
460
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
461
- # resource-policies).
458
+ # Optional. The maximum policy version that will be used to format the policy.
459
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
460
+ # rejected. Requests for policies with any conditional role bindings must
461
+ # specify version 3. Policies with no conditional role bindings may specify any
462
+ # valid value or leave the field unset. The policy in the response might use the
463
+ # policy version that you specified, or it might use a lower policy version. For
464
+ # example, if you specify version 3, but the policy has no conditional role
465
+ # bindings, the response uses version 1. To learn which resources support
466
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
467
+ # google.com/iam/help/conditions/resource-policies).
462
468
  # @param [String] fields
463
469
  # Selector specifying which fields to include in a partial response.
464
470
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-binaryauthorization_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1
63
63
  post_install_message:
64
64
  rdoc_options: []