google-apis-container_v1beta1 0.5.0 → 0.6.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: ad493785b9b24275f1d083eeaac2ebfebacb3f9137fa629c492da768470fcb6a
4
- data.tar.gz: 64315ddc338f5a5021eafa84278086537ab97a11bb57e60f0398faaae112f392
3
+ metadata.gz: adde408d57f43f442b3eac9ad7a57c295dc22059bfa553eb81ffbc2e5766608c
4
+ data.tar.gz: c70f806064994d643b9c115b950f935660aad1c7a26bd7bd27659cca76d7c4dd
5
5
  SHA512:
6
- metadata.gz: 82d0a4d319ac24ef8ed747ef48e95dc591684b7fd387b84491c377011038b50948bbe720e036b8b157fc8afc4e755509b514b1ef457fd28c250b71d0db1c1c43
7
- data.tar.gz: 33c52872251e70b13f5a0820c3bbbddc2724df163f5c2b3e845ebf27fa4b614d9754e4a820def894527a087f3a846c14fca11c00993228ebee4c21c677181a9d
6
+ metadata.gz: 85b7b979c1c6f3879b004c53cc25fd60bc5fcfe66c6ce5fc8497fb0a57e82047865bb4bcd6426d122b31bc50eb05fcebc4c27d365313bd20972c1f9f28365539
7
+ data.tar.gz: 7e8e8f0b8464feb3561a2ab2db6af78336301376bca12d5e3f3e7f816de86764eba1b623ea087e2baf288cd7a4bd19d80bcbc761157bfdae971c0cfaa8f9c12f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210312
6
+
3
7
  ### v0.5.0 (2021-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210226
@@ -2990,11 +2990,10 @@ module Google
2990
2990
  class NodeNetworkConfig
2991
2991
  include Google::Apis::Core::Hashable
2992
2992
 
2993
- # Input only. [Input only] Whether to create a new range for pod IPs in this
2994
- # node pool. Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if
2995
- # they are not specified. If neither `create_pod_range` or `pod_range` are
2996
- # specified, the cluster-level default (`ip_allocation_policy.
2997
- # cluster_ipv4_cidr_block`) is used.
2993
+ # Input only. Whether to create a new range for pod IPs in this node pool.
2994
+ # Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are
2995
+ # not specified. If neither `create_pod_range` or `pod_range` are specified, the
2996
+ # cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used.
2998
2997
  # Corresponds to the JSON property `createPodRange`
2999
2998
  # @return [Boolean]
3000
2999
  attr_accessor :create_pod_range
@@ -3003,14 +3002,16 @@ module Google
3003
3002
  # The IP address range for pod IPs in this node pool. Only applicable if `
3004
3003
  # create_pod_range` is true. Set to blank to have a range chosen with the
3005
3004
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
3006
- # specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-
3007
- # Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use.
3005
+ # specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
3006
+ # Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a
3007
+ # specific range to use.
3008
3008
  # Corresponds to the JSON property `podIpv4CidrBlock`
3009
3009
  # @return [String]
3010
3010
  attr_accessor :pod_ipv4_cidr_block
3011
3011
 
3012
3012
  # The ID of the secondary range for pod IPs. If `create_pod_range` is true, this
3013
- # ID is used for the new range.
3013
+ # ID is used for the new range. If `create_pod_range` is false, uses an existing
3014
+ # secondary range with this ID.
3014
3015
  # Corresponds to the JSON property `podRange`
3015
3016
  # @return [String]
3016
3017
  attr_accessor :pod_range
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210226"
25
+ REVISION = "20210312"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-03-15 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []