google-cloud-container-v1beta1 0.44.0 → 0.45.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 0b0eec88b0586d9619548eb713da92013b92e7c379bbf85e05893d9570b60b03
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 8a1e08cbe6ef9aa92bac0bb4e94fadb8d483775a445f11bffd3b79ec7d365a50
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: c0253fdf7969eb1b3f2abfb5dd51e099656a2093d48a489fb28ae91dc233292cfdefe929b3ef31f73032711dbfe100ffb469f8c25a0428becc652f24b9e9b2d9
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: a68b718545bbe506206639211bb34766612806ab4e4466746babf5cd23742434d620aaa1a8527676435bdd61b6e001b829f44480fd1310ecb94dfc10f5fa85d2
         
     | 
    
        data/README.md
    CHANGED
    
    | 
         @@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g 
     | 
|
| 
       85 
85 
     | 
    
         | 
| 
       86 
86 
     | 
    
         
             
            ## Supported Ruby Versions
         
     | 
| 
       87 
87 
     | 
    
         | 
| 
       88 
     | 
    
         
            -
            This library is supported on Ruby  
     | 
| 
      
 88 
     | 
    
         
            +
            This library is supported on Ruby 3.0+.
         
     | 
| 
       89 
89 
     | 
    
         | 
| 
       90 
90 
     | 
    
         
             
            Google provides official support for Ruby versions that are actively supported
         
     | 
| 
       91 
91 
     | 
    
         
             
            by Ruby Core—that is, Ruby versions that are either in normal maintenance or
         
     | 
| 
         @@ -3940,6 +3940,13 @@ module Google 
     | 
|
| 
       3940 
3940 
     | 
    
         
             
                        #    *  (`GRPC::Core::Channel`) a gRPC channel with included credentials
         
     | 
| 
       3941 
3941 
     | 
    
         
             
                        #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         
     | 
| 
       3942 
3942 
     | 
    
         
             
                        #    *  (`nil`) indicating no credentials
         
     | 
| 
      
 3943 
     | 
    
         
            +
                        #
         
     | 
| 
      
 3944 
     | 
    
         
            +
                        #   Warning: If you accept a credential configuration (JSON file or Hash) from an
         
     | 
| 
      
 3945 
     | 
    
         
            +
                        #   external source for authentication to Google Cloud, you must validate it before
         
     | 
| 
      
 3946 
     | 
    
         
            +
                        #   providing it to a Google API client library. Providing an unvalidated credential
         
     | 
| 
      
 3947 
     | 
    
         
            +
                        #   configuration to Google APIs can compromise the security of your systems and data.
         
     | 
| 
      
 3948 
     | 
    
         
            +
                        #   For more information, refer to [Validate credential configurations from external
         
     | 
| 
      
 3949 
     | 
    
         
            +
                        #   sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
         
     | 
| 
       3943 
3950 
     | 
    
         
             
                        #   @return [::Object]
         
     | 
| 
       3944 
3951 
     | 
    
         
             
                        # @!attribute [rw] scope
         
     | 
| 
       3945 
3952 
     | 
    
         
             
                        #   The OAuth scopes
         
     | 
| 
         @@ -3994,8 +4001,8 @@ module Google 
     | 
|
| 
       3994 
4001 
     | 
    
         | 
| 
       3995 
4002 
     | 
    
         
             
                          config_attr :endpoint,      nil, ::String, nil
         
     | 
| 
       3996 
4003 
     | 
    
         
             
                          config_attr :credentials,   nil do |value|
         
     | 
| 
       3997 
     | 
    
         
            -
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       3998 
     | 
    
         
            -
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
         
     | 
| 
      
 4004 
     | 
    
         
            +
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
         
     | 
| 
      
 4005 
     | 
    
         
            +
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
         
     | 
| 
       3999 
4006 
     | 
    
         
             
                            allowed.any? { |klass| klass === value }
         
     | 
| 
       4000 
4007 
     | 
    
         
             
                          end
         
     | 
| 
       4001 
4008 
     | 
    
         
             
                          config_attr :scope,         nil, ::String, ::Array, nil
         
     | 
| 
         @@ -221,6 +221,12 @@ module Google 
     | 
|
| 
       221 
221 
     | 
    
         
             
                  #     Pythonic which are included in `protobuf>=5.29.x`. This feature will be
         
     | 
| 
       222 
222 
     | 
    
         
             
                  #     enabled by default 1 month after launching the feature in preview
         
     | 
| 
       223 
223 
     | 
    
         
             
                  #     packages.
         
     | 
| 
      
 224 
     | 
    
         
            +
                  # @!attribute [rw] unversioned_package_disabled
         
     | 
| 
      
 225 
     | 
    
         
            +
                  #   @return [::Boolean]
         
     | 
| 
      
 226 
     | 
    
         
            +
                  #     Disables generation of an unversioned Python package for this client
         
     | 
| 
      
 227 
     | 
    
         
            +
                  #     library. This means that the module names will need to be versioned in
         
     | 
| 
      
 228 
     | 
    
         
            +
                  #     import statements. For example `import google.cloud.library_v2` instead
         
     | 
| 
      
 229 
     | 
    
         
            +
                  #     of `import google.cloud.library`.
         
     | 
| 
       224 
230 
     | 
    
         
             
                  class ExperimentalFeatures
         
     | 
| 
       225 
231 
     | 
    
         
             
                    include ::Google::Protobuf::MessageExts
         
     | 
| 
       226 
232 
     | 
    
         
             
                    extend ::Google::Protobuf::MessageExts::ClassMethods
         
     | 
| 
         @@ -409,6 +415,14 @@ module Google 
     | 
|
| 
       409 
415 
     | 
    
         
             
                #   @return [::Array<::String>]
         
     | 
| 
       410 
416 
     | 
    
         
             
                #     An allowlist of the fully qualified names of RPCs that should be included
         
     | 
| 
       411 
417 
     | 
    
         
             
                #     on public client surfaces.
         
     | 
| 
      
 418 
     | 
    
         
            +
                # @!attribute [rw] generate_omitted_as_internal
         
     | 
| 
      
 419 
     | 
    
         
            +
                #   @return [::Boolean]
         
     | 
| 
      
 420 
     | 
    
         
            +
                #     Setting this to true indicates to the client generators that methods
         
     | 
| 
      
 421 
     | 
    
         
            +
                #     that would be excluded from the generation should instead be generated
         
     | 
| 
      
 422 
     | 
    
         
            +
                #     in a way that indicates these methods should not be consumed by
         
     | 
| 
      
 423 
     | 
    
         
            +
                #     end users. How this is expressed is up to individual language
         
     | 
| 
      
 424 
     | 
    
         
            +
                #     implementations to decide. Some examples may be: added annotations,
         
     | 
| 
      
 425 
     | 
    
         
            +
                #     obfuscated identifiers, or other language idiomatic patterns.
         
     | 
| 
       412 
426 
     | 
    
         
             
                class SelectiveGapicGeneration
         
     | 
| 
       413 
427 
     | 
    
         
             
                  include ::Google::Protobuf::MessageExts
         
     | 
| 
       414 
428 
     | 
    
         
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         
     | 
| 
         @@ -2916,12 +2916,18 @@ module Google 
     | 
|
| 
       2916 
2916 
     | 
    
         
             
                      # @!attribute [rw] int_value
         
     | 
| 
       2917 
2917 
     | 
    
         
             
                      #   @return [::Integer]
         
     | 
| 
       2918 
2918 
     | 
    
         
             
                      #     For metrics with integer value.
         
     | 
| 
      
 2919 
     | 
    
         
            +
                      #
         
     | 
| 
      
 2920 
     | 
    
         
            +
                      #     Note: The following fields are mutually exclusive: `int_value`, `double_value`, `string_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       2919 
2921 
     | 
    
         
             
                      # @!attribute [rw] double_value
         
     | 
| 
       2920 
2922 
     | 
    
         
             
                      #   @return [::Float]
         
     | 
| 
       2921 
2923 
     | 
    
         
             
                      #     For metrics with floating point value.
         
     | 
| 
      
 2924 
     | 
    
         
            +
                      #
         
     | 
| 
      
 2925 
     | 
    
         
            +
                      #     Note: The following fields are mutually exclusive: `double_value`, `int_value`, `string_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       2922 
2926 
     | 
    
         
             
                      # @!attribute [rw] string_value
         
     | 
| 
       2923 
2927 
     | 
    
         
             
                      #   @return [::String]
         
     | 
| 
       2924 
2928 
     | 
    
         
             
                      #     For metrics with custom values (ratios, visual progress, etc.).
         
     | 
| 
      
 2929 
     | 
    
         
            +
                      #
         
     | 
| 
      
 2930 
     | 
    
         
            +
                      #     Note: The following fields are mutually exclusive: `string_value`, `int_value`, `double_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       2925 
2931 
     | 
    
         
             
                      class Metric
         
     | 
| 
       2926 
2932 
     | 
    
         
             
                        include ::Google::Protobuf::MessageExts
         
     | 
| 
       2927 
2933 
     | 
    
         
             
                        extend ::Google::Protobuf::MessageExts::ClassMethods
         
     | 
| 
         @@ -3868,9 +3874,13 @@ module Google 
     | 
|
| 
       3868 
3874 
     | 
    
         
             
                    # @!attribute [rw] standard_rollout_policy
         
     | 
| 
       3869 
3875 
     | 
    
         
             
                    #   @return [::Google::Cloud::Container::V1beta1::BlueGreenSettings::StandardRolloutPolicy]
         
     | 
| 
       3870 
3876 
     | 
    
         
             
                    #     Standard policy for the blue-green upgrade.
         
     | 
| 
      
 3877 
     | 
    
         
            +
                    #
         
     | 
| 
      
 3878 
     | 
    
         
            +
                    #     Note: The following fields are mutually exclusive: `standard_rollout_policy`, `autoscaled_rollout_policy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       3871 
3879 
     | 
    
         
             
                    # @!attribute [rw] autoscaled_rollout_policy
         
     | 
| 
       3872 
3880 
     | 
    
         
             
                    #   @return [::Google::Cloud::Container::V1beta1::BlueGreenSettings::AutoscaledRolloutPolicy]
         
     | 
| 
       3873 
3881 
     | 
    
         
             
                    #     Autoscaled policy for cluster autoscaler enabled blue-green upgrade.
         
     | 
| 
      
 3882 
     | 
    
         
            +
                    #
         
     | 
| 
      
 3883 
     | 
    
         
            +
                    #     Note: The following fields are mutually exclusive: `autoscaled_rollout_policy`, `standard_rollout_policy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       3874 
3884 
     | 
    
         
             
                    # @!attribute [rw] node_pool_soak_duration
         
     | 
| 
       3875 
3885 
     | 
    
         
             
                    #   @return [::Google::Protobuf::Duration]
         
     | 
| 
       3876 
3886 
     | 
    
         
             
                    #     Time needed after draining entire blue pool. After this period, blue pool
         
     | 
| 
         @@ -3884,9 +3894,13 @@ module Google 
     | 
|
| 
       3884 
3894 
     | 
    
         
             
                      #   @return [::Float]
         
     | 
| 
       3885 
3895 
     | 
    
         
             
                      #     Percentage of the blue pool nodes to drain in a batch.
         
     | 
| 
       3886 
3896 
     | 
    
         
             
                      #     The range of this field should be (0.0, 1.0].
         
     | 
| 
      
 3897 
     | 
    
         
            +
                      #
         
     | 
| 
      
 3898 
     | 
    
         
            +
                      #     Note: The following fields are mutually exclusive: `batch_percentage`, `batch_node_count`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       3887 
3899 
     | 
    
         
             
                      # @!attribute [rw] batch_node_count
         
     | 
| 
       3888 
3900 
     | 
    
         
             
                      #   @return [::Integer]
         
     | 
| 
       3889 
3901 
     | 
    
         
             
                      #     Number of blue nodes to drain in a batch.
         
     | 
| 
      
 3902 
     | 
    
         
            +
                      #
         
     | 
| 
      
 3903 
     | 
    
         
            +
                      #     Note: The following fields are mutually exclusive: `batch_node_count`, `batch_percentage`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       3890 
3904 
     | 
    
         
             
                      # @!attribute [rw] batch_soak_duration
         
     | 
| 
       3891 
3905 
     | 
    
         
             
                      #   @return [::Google::Protobuf::Duration]
         
     | 
| 
       3892 
3906 
     | 
    
         
             
                      #     Soak time after each batch gets drained. Default to zero.
         
     | 
| 
         @@ -4259,11 +4273,15 @@ module Google 
     | 
|
| 
       4259 
4273 
     | 
    
         
             
                    # @!attribute [rw] daily_maintenance_window
         
     | 
| 
       4260 
4274 
     | 
    
         
             
                    #   @return [::Google::Cloud::Container::V1beta1::DailyMaintenanceWindow]
         
     | 
| 
       4261 
4275 
     | 
    
         
             
                    #     DailyMaintenanceWindow specifies a daily maintenance operation window.
         
     | 
| 
      
 4276 
     | 
    
         
            +
                    #
         
     | 
| 
      
 4277 
     | 
    
         
            +
                    #     Note: The following fields are mutually exclusive: `daily_maintenance_window`, `recurring_window`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       4262 
4278 
     | 
    
         
             
                    # @!attribute [rw] recurring_window
         
     | 
| 
       4263 
4279 
     | 
    
         
             
                    #   @return [::Google::Cloud::Container::V1beta1::RecurringTimeWindow]
         
     | 
| 
       4264 
4280 
     | 
    
         
             
                    #     RecurringWindow specifies some number of recurring time periods for
         
     | 
| 
       4265 
4281 
     | 
    
         
             
                    #     maintenance to occur. The time windows may be overlapping. If no
         
     | 
| 
       4266 
4282 
     | 
    
         
             
                    #     maintenance windows are set, maintenance can occur at any time.
         
     | 
| 
      
 4283 
     | 
    
         
            +
                    #
         
     | 
| 
      
 4284 
     | 
    
         
            +
                    #     Note: The following fields are mutually exclusive: `recurring_window`, `daily_maintenance_window`. If a field in that set is populated, all other fields in the set will automatically be cleared.
         
     | 
| 
       4267 
4285 
     | 
    
         
             
                    # @!attribute [rw] maintenance_exclusions
         
     | 
| 
       4268 
4286 
     | 
    
         
             
                    #   @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Container::V1beta1::TimeWindow}]
         
     | 
| 
       4269 
4287 
     | 
    
         
             
                    #     Exceptions to maintenance window. Non-emergency maintenance should not
         
     | 
| 
         @@ -5160,7 +5178,7 @@ module Google 
     | 
|
| 
       5160 
5178 
     | 
    
         
             
                    # @!attribute [r] network
         
     | 
| 
       5161 
5179 
     | 
    
         
             
                    #   @return [::String]
         
     | 
| 
       5162 
5180 
     | 
    
         
             
                    #     Output only. The relative name of the Google Compute Engine
         
     | 
| 
       5163 
     | 
    
         
            -
                    #      
     | 
| 
      
 5181 
     | 
    
         
            +
                    #     [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
         
     | 
| 
       5164 
5182 
     | 
    
         
             
                    #     to which the cluster is connected. Example:
         
     | 
| 
       5165 
5183 
     | 
    
         
             
                    #     projects/my-project/global/networks/my-network
         
     | 
| 
       5166 
5184 
     | 
    
         
             
                    # @!attribute [r] subnetwork
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-cloud-container-v1beta1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.45.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Google LLC
         
     | 
| 
       8 
     | 
    
         
            -
            autorequire: 
         
     | 
| 
       9 
8 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
9 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 10 
     | 
    
         
            +
            date: 1980-01-02 00:00:00.000000000 Z
         
     | 
| 
       12 
11 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
12 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
13 
     | 
    
         
             
              name: gapic-common
         
     | 
| 
         @@ -16,7 +15,7 @@ dependencies: 
     | 
|
| 
       16 
15 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
16 
     | 
    
         
             
                - - ">="
         
     | 
| 
       18 
17 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       19 
     | 
    
         
            -
                    version: 0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    version: 0.25.0
         
     | 
| 
       20 
19 
     | 
    
         
             
                - - "<"
         
     | 
| 
       21 
20 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       22 
21 
     | 
    
         
             
                    version: 2.a
         
     | 
| 
         @@ -26,7 +25,7 @@ dependencies: 
     | 
|
| 
       26 
25 
     | 
    
         
             
                requirements:
         
     | 
| 
       27 
26 
     | 
    
         
             
                - - ">="
         
     | 
| 
       28 
27 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       29 
     | 
    
         
            -
                    version: 0. 
     | 
| 
      
 28 
     | 
    
         
            +
                    version: 0.25.0
         
     | 
| 
       30 
29 
     | 
    
         
             
                - - "<"
         
     | 
| 
       31 
30 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       32 
31 
     | 
    
         
             
                    version: 2.a
         
     | 
| 
         @@ -84,7 +83,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby 
     | 
|
| 
       84 
83 
     | 
    
         
             
            licenses:
         
     | 
| 
       85 
84 
     | 
    
         
             
            - Apache-2.0
         
     | 
| 
       86 
85 
     | 
    
         
             
            metadata: {}
         
     | 
| 
       87 
     | 
    
         
            -
            post_install_message: 
         
     | 
| 
       88 
86 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       89 
87 
     | 
    
         
             
            require_paths:
         
     | 
| 
       90 
88 
     | 
    
         
             
            - lib
         
     | 
| 
         @@ -92,15 +90,14 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       92 
90 
     | 
    
         
             
              requirements:
         
     | 
| 
       93 
91 
     | 
    
         
             
              - - ">="
         
     | 
| 
       94 
92 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       95 
     | 
    
         
            -
                  version: ' 
     | 
| 
      
 93 
     | 
    
         
            +
                  version: '3.0'
         
     | 
| 
       96 
94 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       97 
95 
     | 
    
         
             
              requirements:
         
     | 
| 
       98 
96 
     | 
    
         
             
              - - ">="
         
     | 
| 
       99 
97 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       100 
98 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       101 
99 
     | 
    
         
             
            requirements: []
         
     | 
| 
       102 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
       103 
     | 
    
         
            -
            signing_key: 
         
     | 
| 
      
 100 
     | 
    
         
            +
            rubygems_version: 3.6.8
         
     | 
| 
       104 
101 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       105 
102 
     | 
    
         
             
            summary: Builds and manages container-based applications, powered by the open source
         
     | 
| 
       106 
103 
     | 
    
         
             
              Kubernetes technology.
         
     |