Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5190cd5

Browse files
committedJan 28, 2025
feat(gkehub): update the api
#### gkehub:v1alpha The following keys were deleted: - schemas.AnthosObservabilityFeatureSpec (Total Keys: 3) - schemas.AnthosObservabilityMembershipSpec (Total Keys: 5) - schemas.CommonFeatureSpec.properties.anthosobservability.$ref (Total Keys: 1) - schemas.MembershipFeatureSpec.properties.anthosobservability.$ref (Total Keys: 1) #### gkehub:v1beta The following keys were deleted: - schemas.AnthosObservabilityFeatureSpec (Total Keys: 3) - schemas.AnthosObservabilityMembershipSpec (Total Keys: 5) - schemas.CommonFeatureSpec.properties.anthosobservability.$ref (Total Keys: 1) - schemas.MembershipFeatureSpec.properties.anthosobservability.$ref (Total Keys: 1)
1 parent e59ead4 commit 5190cd5

8 files changed

+18
-178
lines changed
 

‎docs/dyn/gkehub_v1alpha.projects.locations.features.html

-48
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,6 @@ <h3>Method Details</h3>
327327
},
328328
&quot;membershipSpecs&quot;: { # Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature&#x27;s project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.
329329
&quot;a_key&quot;: { # MembershipFeatureSpec contains configuration information for a single Membership.
330-
&quot;anthosobservability&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Anthos Observability-specific spec
331-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
332-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
333-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
334-
},
335330
&quot;cloudbuild&quot;: { # **Cloud Build**: Configurations for each Cloud Build enabled cluster. # Cloud Build-specific spec
336331
&quot;securityPolicy&quot;: &quot;A String&quot;, # Whether it is allowed to run the privileged builds on the cluster or not.
337332
&quot;version&quot;: &quot;A String&quot;, # Version of the cloud build software on the cluster.
@@ -982,13 +977,6 @@ <h3>Method Details</h3>
982977
},
983978
},
984979
&quot;spec&quot;: { # CommonFeatureSpec contains Fleet-wide configuration information # Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, this field may be unused.
985-
&quot;anthosobservability&quot;: { # **Anthos Observability**: Spec # Anthos Observability spec
986-
&quot;defaultMembershipSpec&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Default membership spec for unconfigured memberships
987-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
988-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
989-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
990-
},
991-
},
992980
&quot;appdevexperience&quot;: { # Spec for App Dev Experience Feature. # Appdevexperience specific spec.
993981
},
994982
&quot;cloudauditlogging&quot;: { # **Cloud Audit Logging**: Spec for Audit Logging Allowlisting. # Cloud Audit Logging-specific spec.
@@ -1445,11 +1433,6 @@ <h3>Method Details</h3>
14451433
},
14461434
&quot;membershipSpecs&quot;: { # Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature&#x27;s project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.
14471435
&quot;a_key&quot;: { # MembershipFeatureSpec contains configuration information for a single Membership.
1448-
&quot;anthosobservability&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Anthos Observability-specific spec
1449-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
1450-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
1451-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
1452-
},
14531436
&quot;cloudbuild&quot;: { # **Cloud Build**: Configurations for each Cloud Build enabled cluster. # Cloud Build-specific spec
14541437
&quot;securityPolicy&quot;: &quot;A String&quot;, # Whether it is allowed to run the privileged builds on the cluster or not.
14551438
&quot;version&quot;: &quot;A String&quot;, # Version of the cloud build software on the cluster.
@@ -2100,13 +2083,6 @@ <h3>Method Details</h3>
21002083
},
21012084
},
21022085
&quot;spec&quot;: { # CommonFeatureSpec contains Fleet-wide configuration information # Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, this field may be unused.
2103-
&quot;anthosobservability&quot;: { # **Anthos Observability**: Spec # Anthos Observability spec
2104-
&quot;defaultMembershipSpec&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Default membership spec for unconfigured memberships
2105-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
2106-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
2107-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
2108-
},
2109-
},
21102086
&quot;appdevexperience&quot;: { # Spec for App Dev Experience Feature. # Appdevexperience specific spec.
21112087
},
21122088
&quot;cloudauditlogging&quot;: { # **Cloud Audit Logging**: Spec for Audit Logging Allowlisting. # Cloud Audit Logging-specific spec.
@@ -2551,11 +2527,6 @@ <h3>Method Details</h3>
25512527
},
25522528
&quot;membershipSpecs&quot;: { # Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature&#x27;s project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.
25532529
&quot;a_key&quot;: { # MembershipFeatureSpec contains configuration information for a single Membership.
2554-
&quot;anthosobservability&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Anthos Observability-specific spec
2555-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
2556-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
2557-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
2558-
},
25592530
&quot;cloudbuild&quot;: { # **Cloud Build**: Configurations for each Cloud Build enabled cluster. # Cloud Build-specific spec
25602531
&quot;securityPolicy&quot;: &quot;A String&quot;, # Whether it is allowed to run the privileged builds on the cluster or not.
25612532
&quot;version&quot;: &quot;A String&quot;, # Version of the cloud build software on the cluster.
@@ -3206,13 +3177,6 @@ <h3>Method Details</h3>
32063177
},
32073178
},
32083179
&quot;spec&quot;: { # CommonFeatureSpec contains Fleet-wide configuration information # Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, this field may be unused.
3209-
&quot;anthosobservability&quot;: { # **Anthos Observability**: Spec # Anthos Observability spec
3210-
&quot;defaultMembershipSpec&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Default membership spec for unconfigured memberships
3211-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
3212-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
3213-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
3214-
},
3215-
},
32163180
&quot;appdevexperience&quot;: { # Spec for App Dev Experience Feature. # Appdevexperience specific spec.
32173181
},
32183182
&quot;cloudauditlogging&quot;: { # **Cloud Audit Logging**: Spec for Audit Logging Allowlisting. # Cloud Audit Logging-specific spec.
@@ -3612,11 +3576,6 @@ <h3>Method Details</h3>
36123576
},
36133577
&quot;membershipSpecs&quot;: { # Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form: `projects/{p}/locations/{l}/memberships/{m}` Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature&#x27;s project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature.
36143578
&quot;a_key&quot;: { # MembershipFeatureSpec contains configuration information for a single Membership.
3615-
&quot;anthosobservability&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Anthos Observability-specific spec
3616-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
3617-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
3618-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
3619-
},
36203579
&quot;cloudbuild&quot;: { # **Cloud Build**: Configurations for each Cloud Build enabled cluster. # Cloud Build-specific spec
36213580
&quot;securityPolicy&quot;: &quot;A String&quot;, # Whether it is allowed to run the privileged builds on the cluster or not.
36223581
&quot;version&quot;: &quot;A String&quot;, # Version of the cloud build software on the cluster.
@@ -4267,13 +4226,6 @@ <h3>Method Details</h3>
42674226
},
42684227
},
42694228
&quot;spec&quot;: { # CommonFeatureSpec contains Fleet-wide configuration information # Optional. Fleet-wide Feature configuration. If this Feature does not support any Fleet-wide configuration, this field may be unused.
4270-
&quot;anthosobservability&quot;: { # **Anthos Observability**: Spec # Anthos Observability spec
4271-
&quot;defaultMembershipSpec&quot;: { # **Anthosobservability**: Per-Membership Feature spec. # Default membership spec for unconfigured memberships
4272-
&quot;doNotOptimizeMetrics&quot;: True or False, # Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
4273-
&quot;enableStackdriverOnApplications&quot;: True or False, # Enable collecting and reporting metrics and logs from user apps.
4274-
&quot;version&quot;: &quot;A String&quot;, # the version of stackdriver operator used by this feature
4275-
},
4276-
},
42774229
&quot;appdevexperience&quot;: { # Spec for App Dev Experience Feature. # Appdevexperience specific spec.
42784230
},
42794231
&quot;cloudauditlogging&quot;: { # **Cloud Audit Logging**: Spec for Audit Logging Allowlisting. # Cloud Audit Logging-specific spec.

0 commit comments

Comments
 (0)
Please sign in to comment.