google-cloud-container-v1 0.7.3 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.7.3"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -25,6 +25,8 @@ module Google
25
25
  ##
26
26
  # To load this package, including all its services, and instantiate a client:
27
27
  #
28
+ # @example
29
+ #
28
30
  # require "google/cloud/container/v1"
29
31
  # client = ::Google::Cloud::Container::V1::ClusterManager::Client.new
30
32
  #