google-apis-gkehub_v1alpha 0.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 134e18d1c1cc73f73f74668464baee634a1fb9183fb9b314d20bb69972070230
|
4
|
+
data.tar.gz: 47aebdede3d3e36554faa7cc46354a0fd308a30cd4e571bf9ad13ef8ac25b110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 687b55e0ad8ee123b8a13db63c8457dafc9db5e3630f1b700e6bb1c67b61d5ec4e4ccda0da57ba858810b3702f23caab5f1b9e6e59f3080f54324abc231a63f9
|
7
|
+
data.tar.gz: 03a1f6102aa98a3355fda63fe614c2a9bd2922d585492ec6a6af7a237012318a15ee2d55e0d240162532818b8bf6be0325b36953ceb6e129d4e76db494089610
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
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
|
+
|
7
|
+
### v0.25.0 (2022-04-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220401
|
10
|
+
|
11
|
+
### v0.24.0 (2022-03-26)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220318
|
14
|
+
|
3
15
|
### v0.23.0 (2022-03-12)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220303
|
@@ -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
|
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
|
@@ -1372,8 +1372,7 @@ module Google
|
|
1372
1372
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
1373
1373
|
# messages in your APIs. A typical example is to use it as the request or the
|
1374
1374
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
1375
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1376
|
-
# `Empty` is empty JSON object ````.
|
1375
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1377
1376
|
class Empty
|
1378
1377
|
include Google::Apis::Core::Hashable
|
1379
1378
|
|
@@ -1870,7 +1869,7 @@ module Google
|
|
1870
1869
|
# @return [String]
|
1871
1870
|
attr_accessor :client_id
|
1872
1871
|
|
1873
|
-
# Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
|
1872
|
+
# Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
|
1874
1873
|
# Corresponds to the JSON property `clientSecret`
|
1875
1874
|
# @return [String]
|
1876
1875
|
attr_accessor :client_secret
|
@@ -3330,6 +3329,12 @@ module Google
|
|
3330
3329
|
# @return [String]
|
3331
3330
|
attr_accessor :control_plane
|
3332
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
|
+
|
3333
3338
|
def initialize(**args)
|
3334
3339
|
update!(**args)
|
3335
3340
|
end
|
@@ -3337,6 +3342,7 @@ module Google
|
|
3337
3342
|
# Update properties of this object
|
3338
3343
|
def update!(**args)
|
3339
3344
|
@control_plane = args[:control_plane] if args.key?(:control_plane)
|
3345
|
+
@default_channel = args[:default_channel] if args.key?(:default_channel)
|
3340
3346
|
end
|
3341
3347
|
end
|
3342
3348
|
|
@@ -3350,6 +3356,12 @@ module Google
|
|
3350
3356
|
# @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
|
3351
3357
|
attr_accessor :analysis_messages
|
3352
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
|
+
|
3353
3365
|
# Status of control plane management.
|
3354
3366
|
# Corresponds to the JSON property `controlPlaneManagement`
|
3355
3367
|
# @return [Google::Apis::GkehubV1alpha::ServiceMeshControlPlaneManagement]
|
@@ -3362,6 +3374,7 @@ module Google
|
|
3362
3374
|
# Update properties of this object
|
3363
3375
|
def update!(**args)
|
3364
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)
|
3365
3378
|
@control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management)
|
3366
3379
|
end
|
3367
3380
|
end
|
@@ -3507,7 +3520,7 @@ module Google
|
|
3507
3520
|
include Google::Apis::Core::Hashable
|
3508
3521
|
|
3509
3522
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
3510
|
-
# (such as
|
3523
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
3511
3524
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
3512
3525
|
# Corresponds to the JSON property `permissions`
|
3513
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.
|
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 = "
|
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
|
@@ -121,8 +121,8 @@ module Google
|
|
121
121
|
# The resource that owns the locations collection, if applicable.
|
122
122
|
# @param [String] filter
|
123
123
|
# A filter to narrow down results to a preferred subset. The filtering language
|
124
|
-
# accepts strings like "displayName=tokyo"
|
125
|
-
# AIP-160](https://google.aip.dev/160).
|
124
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
125
|
+
# in [AIP-160](https://google.aip.dev/160).
|
126
126
|
# @param [Fixnum] page_size
|
127
127
|
# The maximum number of results to return. If not set, the service selects a
|
128
128
|
# default.
|
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.
|
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-
|
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.
|
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: []
|