google-apis-gkehub_v1alpha 0.25.0 → 0.26.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: c6ad462f8bf43c0d9fef84837d1aad595f291117936bd4a763c58390067ddce7
4
- data.tar.gz: e73452af219d52edb917d7af65dfd3a08cd26585b85507499a85bac2cfdfb5da
3
+ metadata.gz: 134e18d1c1cc73f73f74668464baee634a1fb9183fb9b314d20bb69972070230
4
+ data.tar.gz: 47aebdede3d3e36554faa7cc46354a0fd308a30cd4e571bf9ad13ef8ac25b110
5
5
  SHA512:
6
- metadata.gz: 86f873bb4d0c1803e12ad550ad24741abc33e001fccc60ad5e82b6009cffd578801cbfb36eb227fc4a8ccc1efe99348b99e9ccb3dc1f7ebda7f36942d6695165
7
- data.tar.gz: ce90241296a27748222eea4358df7ab2b4e5ddcd8107ca18b6c5ca6ec6aa087412a4fd1f1cae37f15632662cae74c2ee813997eb7a86254c12fea833223fe85b
6
+ metadata.gz: 687b55e0ad8ee123b8a13db63c8457dafc9db5e3630f1b700e6bb1c67b61d5ec4e4ccda0da57ba858810b3702f23caab5f1b9e6e59f3080f54324abc231a63f9
7
+ data.tar.gz: 03a1f6102aa98a3355fda63fe614c2a9bd2922d585492ec6a6af7a237012318a15ee2d55e0d240162532818b8bf6be0325b36953ceb6e129d4e76db494089610
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.26.0 (2022-04-16)
4
+
5
+ * Regenerated from discovery document revision 20220408
6
+
3
7
  ### v0.25.0 (2022-04-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220401
@@ -257,7 +257,7 @@ module Google
257
257
  # @return [Google::Apis::GkehubV1alpha::Expr]
258
258
  attr_accessor :condition
259
259
 
260
- # Specifies the principals requesting access for a Cloud Platform resource. `
260
+ # Specifies the principals requesting access for a Google Cloud resource. `
261
261
  # members` can have the following values: * `allUsers`: A special identifier
262
262
  # that represents anyone who is on the internet; with or without a Google
263
263
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -3329,6 +3329,12 @@ module Google
3329
3329
  # @return [String]
3330
3330
  attr_accessor :control_plane
3331
3331
 
3332
+ # Determines which release channel to use for default injection and service mesh
3333
+ # APIs.
3334
+ # Corresponds to the JSON property `defaultChannel`
3335
+ # @return [String]
3336
+ attr_accessor :default_channel
3337
+
3332
3338
  def initialize(**args)
3333
3339
  update!(**args)
3334
3340
  end
@@ -3336,6 +3342,7 @@ module Google
3336
3342
  # Update properties of this object
3337
3343
  def update!(**args)
3338
3344
  @control_plane = args[:control_plane] if args.key?(:control_plane)
3345
+ @default_channel = args[:default_channel] if args.key?(:default_channel)
3339
3346
  end
3340
3347
  end
3341
3348
 
@@ -3349,6 +3356,12 @@ module Google
3349
3356
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
3350
3357
  attr_accessor :analysis_messages
3351
3358
 
3359
+ # The API version (i.e. Istio CRD version) for configuring service mesh in this
3360
+ # cluster. This version is influenced by the `default_channel` field.
3361
+ # Corresponds to the JSON property `configApiVersion`
3362
+ # @return [String]
3363
+ attr_accessor :config_api_version
3364
+
3352
3365
  # Status of control plane management.
3353
3366
  # Corresponds to the JSON property `controlPlaneManagement`
3354
3367
  # @return [Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement]
@@ -3361,6 +3374,7 @@ module Google
3361
3374
  # Update properties of this object
3362
3375
  def update!(**args)
3363
3376
  @analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages)
3377
+ @config_api_version = args[:config_api_version] if args.key?(:config_api_version)
3364
3378
  @control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management)
3365
3379
  end
3366
3380
  end
@@ -3506,7 +3520,7 @@ module Google
3506
3520
  include Google::Apis::Core::Hashable
3507
3521
 
3508
3522
  # The set of permissions to check for the `resource`. Permissions with wildcards
3509
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
3523
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
3510
3524
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
3511
3525
  # Corresponds to the JSON property `permissions`
3512
3526
  # @return [Array<String>]
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220401"
25
+ REVISION = "20220408"
26
26
  end
27
27
  end
28
28
  end
@@ -1506,6 +1506,7 @@ module Google
1506
1506
  # @private
1507
1507
  class Representation < Google::Apis::Core::JsonRepresentation
1508
1508
  property :control_plane, as: 'controlPlane'
1509
+ property :default_channel, as: 'defaultChannel'
1509
1510
  end
1510
1511
  end
1511
1512
 
@@ -1514,6 +1515,7 @@ module Google
1514
1515
  class Representation < Google::Apis::Core::JsonRepresentation
1515
1516
  collection :analysis_messages, as: 'analysisMessages', class: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage, decorator: Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage::Representation
1516
1517
 
1518
+ property :config_api_version, as: 'configApiVersion'
1517
1519
  property :control_plane_management, as: 'controlPlaneManagement', class: Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement, decorator: Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement::Representation
1518
1520
 
1519
1521
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-04-18 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-gkehub_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []