google-apis-gkehub_v1alpha 0.96.0 → 0.98.0
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: 457eefa6852e2c481111a5133d7249c9b0813d759ac0713bf496705a2150b702
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 72ffd2525e920fac10fa94c4da95b2c0e57c2a7a1974df703bb3e648ad86a6ab
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 46c095ad47219251c3813c0c0b895a83288901b54c4723f55910d589db0573f2fa4da01dff25965803b4704acf5c1869b37d6638223f29b7fdd470ad737c12a1
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 2fc8615304c5e6ccf9eda6e3b904c4007ba9b75d3ee7f5c4aced12c542a46eed81dcaef8cfd1ea569087e16c7a6309632ba1f5b3850b431231daa1f7b5f0c0f4
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-gkehub_v1alpha
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.98.0 (2025-11-02)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251026
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.97.0 (2025-10-12)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251002
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.96.0 (2025-10-05)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250925
         
     | 
| 
         @@ -1882,6 +1882,11 @@ module Google 
     | 
|
| 
       1882 
1882 
     | 
    
         
             
                    # @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState]
         
     | 
| 
       1883 
1883 
     | 
    
         
             
                    attr_accessor :hierarchy_controller_state
         
     | 
| 
       1884 
1884 
     | 
    
         | 
| 
      
 1885 
     | 
    
         
            +
                    # Output only. The Kubernetes API server version of the cluster.
         
     | 
| 
      
 1886 
     | 
    
         
            +
                    # Corresponds to the JSON property `kubernetesApiServerVersion`
         
     | 
| 
      
 1887 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 1888 
     | 
    
         
            +
                    attr_accessor :kubernetes_api_server_version
         
     | 
| 
      
 1889 
     | 
    
         
            +
                  
         
     | 
| 
       1885 
1890 
     | 
    
         
             
                    # **Anthos Config Management**: Configuration for a single cluster. Intended to
         
     | 
| 
       1886 
1891 
     | 
    
         
             
                    # parallel the ConfigManagement CR.
         
     | 
| 
       1887 
1892 
     | 
    
         
             
                    # Corresponds to the JSON property `membershipSpec`
         
     | 
| 
         @@ -1908,6 +1913,7 @@ module Google 
     | 
|
| 
       1908 
1913 
     | 
    
         
             
                      @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
         
     | 
| 
       1909 
1914 
     | 
    
         
             
                      @config_sync_state = args[:config_sync_state] if args.key?(:config_sync_state)
         
     | 
| 
       1910 
1915 
     | 
    
         
             
                      @hierarchy_controller_state = args[:hierarchy_controller_state] if args.key?(:hierarchy_controller_state)
         
     | 
| 
      
 1916 
     | 
    
         
            +
                      @kubernetes_api_server_version = args[:kubernetes_api_server_version] if args.key?(:kubernetes_api_server_version)
         
     | 
| 
       1911 
1917 
     | 
    
         
             
                      @membership_spec = args[:membership_spec] if args.key?(:membership_spec)
         
     | 
| 
       1912 
1918 
     | 
    
         
             
                      @operator_state = args[:operator_state] if args.key?(:operator_state)
         
     | 
| 
       1913 
1919 
     | 
    
         
             
                      @policy_controller_state = args[:policy_controller_state] if args.key?(:policy_controller_state)
         
     | 
| 
         @@ -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.98.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.18.0"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20251026"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -1709,6 +1709,7 @@ module Google 
     | 
|
| 
       1709 
1709 
     | 
    
         | 
| 
       1710 
1710 
     | 
    
         
             
                      property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerState::Representation
         
     | 
| 
       1711 
1711 
     | 
    
         | 
| 
      
 1712 
     | 
    
         
            +
                      property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
         
     | 
| 
       1712 
1713 
     | 
    
         
             
                      property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
         
     | 
| 
       1713 
1714 
     | 
    
         | 
| 
       1714 
1715 
     | 
    
         
             
                      property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1alpha::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementOperatorState::Representation
         
     | 
| 
         @@ -127,8 +127,8 @@ module Google 
     | 
|
| 
       127 
127 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       128 
128 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       129 
129 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       130 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       131 
     | 
    
         
            -
                    #    
     | 
| 
      
 130 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 131 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       132 
132 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       133 
133 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       134 
134 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       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.98.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Google LLC
         
     | 
| 
         @@ -57,7 +57,7 @@ licenses: 
     | 
|
| 
       57 
57 
     | 
    
         
             
            metadata:
         
     | 
| 
       58 
58 
     | 
    
         
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         
     | 
| 
       59 
59 
     | 
    
         
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.98.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |