google-apis-gkehub_v1alpha 0.4.0 → 0.8.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: b57d6435d08c6059e411f28bf7af01795e4c616d5333ef3100fd770c63915c15
4
- data.tar.gz: f43ecbb5eeb6dd52d9fa96e84f3a7a3b3da2451904a5aaffa927cc3f7404dabe
3
+ metadata.gz: b784abaede8d51b91e4aa0537fa31fbd9a33ec61cf12a196887a5bc0c1eb21a2
4
+ data.tar.gz: 8ad0f464dd9003b8f606fd159a2a9f88806cd5cdefa3c98d90ef422a528b2ae7
5
5
  SHA512:
6
- metadata.gz: dfbaa2c0c8fb5b2eed876cc4a5410244cb53f738d62d962f3508b805dcd3e5671848c17246d4ca7166caa9604cbdabb97797332c56a9c0310495453459187e18
7
- data.tar.gz: 199b4c4e54ccecf51acc864ffd23510ea7a5d2622188c3c38747fd1313d4ff5ab14ae4d9f0ae508df7df648f074a4b982832cf3b3fb394657d5d4b1e4c04949b
6
+ metadata.gz: 2863b423b38c9420d88e66621091e15ca34baab35fd51b371ef77cf38aeb7cb22f271290acda10fc8c1fc0195c0258d991823872f9d74ff4195e748b7bc8b6c0
7
+ data.tar.gz: cc7346164f4ce544d21dc322329cdd5292662483b28214723c7771181bf8cb601a648838ed3133486421426d1f99d338250005381a9f00bdfe457cbb8574bb9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.8.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
7
+ ### v0.7.0 (2021-06-30)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.6.0 (2021-06-25)
12
+
13
+ * Regenerated from discovery document revision 20210622
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.5.0 (2021-05-26)
17
+
18
+ * Regenerated from discovery document revision 20210521
19
+
3
20
  ### v0.4.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -524,6 +524,11 @@ module Google
524
524
  # @return [String]
525
525
  attr_accessor :gatekeeper_controller_manager_state
526
526
 
527
+ # Status of the pod serving the mutation webhook.
528
+ # Corresponds to the JSON property `gatekeeperMutation`
529
+ # @return [String]
530
+ attr_accessor :gatekeeper_mutation
531
+
527
532
  def initialize(**args)
528
533
  update!(**args)
529
534
  end
@@ -532,6 +537,7 @@ module Google
532
537
  def update!(**args)
533
538
  @gatekeeper_audit = args[:gatekeeper_audit] if args.key?(:gatekeeper_audit)
534
539
  @gatekeeper_controller_manager_state = args[:gatekeeper_controller_manager_state] if args.key?(:gatekeeper_controller_manager_state)
540
+ @gatekeeper_mutation = args[:gatekeeper_mutation] if args.key?(:gatekeeper_mutation)
535
541
  end
536
542
  end
537
543
 
@@ -920,6 +926,12 @@ module Google
920
926
  attr_accessor :log_denies_enabled
921
927
  alias_method :log_denies_enabled?, :log_denies_enabled
922
928
 
929
+ # Enable users to try out mutation for PolicyController.
930
+ # Corresponds to the JSON property `mutationEnabled`
931
+ # @return [Boolean]
932
+ attr_accessor :mutation_enabled
933
+ alias_method :mutation_enabled?, :mutation_enabled
934
+
923
935
  # Enables the ability to use Constraint Templates that reference to objects
924
936
  # other than the object currently being evaluated.
925
937
  # Corresponds to the JSON property `referentialRulesEnabled`
@@ -943,6 +955,7 @@ module Google
943
955
  @enabled = args[:enabled] if args.key?(:enabled)
944
956
  @exemptable_namespaces = args[:exemptable_namespaces] if args.key?(:exemptable_namespaces)
945
957
  @log_denies_enabled = args[:log_denies_enabled] if args.key?(:log_denies_enabled)
958
+ @mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
946
959
  @referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
947
960
  @template_library_installed = args[:template_library_installed] if args.key?(:template_library_installed)
948
961
  end
@@ -1045,9 +1058,9 @@ module Google
1045
1058
  # @return [String]
1046
1059
  attr_accessor :import_token
1047
1060
 
1048
- # Timestamp of when ACM last successfully synced the repo The time format is
1049
- # specified in https://golang.org/pkg/time/#Time.String This field is being
1050
- # deprecated. Use last_sync_time instead. (b/154053616)
1061
+ # Deprecated: use last_sync_time instead. Timestamp of when ACM last
1062
+ # successfully synced the repo The time format is specified in https://golang.
1063
+ # org/pkg/time/#Time.String
1051
1064
  # Corresponds to the JSON property `lastSync`
1052
1065
  # @return [String]
1053
1066
  attr_accessor :last_sync
@@ -1175,8 +1188,8 @@ module Google
1175
1188
 
1176
1189
  # Optional. Membership-specific configuration for this Feature. If this Feature
1177
1190
  # does not support any per-Membership configuration, this field may be unused.
1178
- # The keys indicate which Membership the configuration is for, in the form:
1179
- # projects/`p`/locations/`l`/memberships/`m` Where `p` is the project, `l` is a
1191
+ # The keys indicate which Membership the configuration is for, in the form: `
1192
+ # projects/`p`/locations/`l`/memberships/`m`` Where `p` is the project, `l` is a
1180
1193
  # valid location and `m` is a valid Membership in this project at that location.
1181
1194
  # `p` WILL match the Feature's project. `p` will always be returned as the
1182
1195
  # project number, but the project ID is also accepted during input. If the same
@@ -1190,8 +1203,8 @@ module Google
1190
1203
 
1191
1204
  # Output only. Membership-specific Feature status. If this Feature does report
1192
1205
  # any per-Membership status, this field may be unused. The keys indicate which
1193
- # Membership the state is for, in the form: projects/`p`/locations/`l`/
1194
- # memberships/`m` Where `p` is the project number, `l` is a valid location and `
1206
+ # Membership the state is for, in the form: `projects/`p`/locations/`l`/
1207
+ # memberships/`m`` Where `p` is the project number, `l` is a valid location and `
1195
1208
  # m` is a valid Membership in this project at that location. `p` MUST match the
1196
1209
  # Feature's project number.
1197
1210
  # Corresponds to the JSON property `membershipStates`
@@ -1555,7 +1568,8 @@ module Google
1555
1568
  class MultiClusterIngressFeatureSpec
1556
1569
  include Google::Apis::Core::Hashable
1557
1570
 
1558
- # Customer's billing structure
1571
+ # Deprecated: This field will be ignored and should not be set. Customer's
1572
+ # billing structure.
1559
1573
  # Corresponds to the JSON property `billing`
1560
1574
  # @return [String]
1561
1575
  attr_accessor :billing
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
@@ -502,6 +502,7 @@ module Google
502
502
  class Representation < Google::Apis::Core::JsonRepresentation
503
503
  property :gatekeeper_audit, as: 'gatekeeperAudit'
504
504
  property :gatekeeper_controller_manager_state, as: 'gatekeeperControllerManagerState'
505
+ property :gatekeeper_mutation, as: 'gatekeeperMutation'
505
506
  end
506
507
  end
507
508
 
@@ -621,6 +622,7 @@ module Google
621
622
  property :enabled, as: 'enabled'
622
623
  collection :exemptable_namespaces, as: 'exemptableNamespaces'
623
624
  property :log_denies_enabled, as: 'logDeniesEnabled'
625
+ property :mutation_enabled, as: 'mutationEnabled'
624
626
  property :referential_rules_enabled, as: 'referentialRulesEnabled'
625
627
  property :template_library_installed, as: 'templateLibraryInstalled'
626
628
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.8.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for GKE Hub V1alpha. Simple REST clients
28
34
  are Ruby client libraries that provide access to Google services via their HTTP
29
35
  REST API endpoints. These libraries are generated and updated automatically based
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha
57
63
  post_install_message:
58
64
  rdoc_options: []