Skip to content

Commit

Permalink
feat(gkehub): update the api
Browse files Browse the repository at this point in the history
#### gkehub:v1

The following keys were deleted:
- schemas.ClusterUpgradeMembershipState.properties.fleet.type (Total Keys: 1)
- schemas.ClusterUpgradeMembershipState.properties.scopes (Total Keys: 2)

#### gkehub:v1alpha

The following keys were deleted:
- schemas.ClusterUpgradeMembershipState.properties.fleet.type (Total Keys: 1)

#### gkehub:v1beta

The following keys were deleted:
- schemas.ClusterUpgradeMembershipState.properties.fleet.type (Total Keys: 1)
- schemas.ClusterUpgradeMembershipState.properties.scopes (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 12, 2023
1 parent 35ef810 commit b1823e8
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 107 deletions.
40 changes: 12 additions & 28 deletions docs/dyn/gkehub_v1.projects.locations.features.html

Large diffs are not rendered by default.

28 changes: 12 additions & 16 deletions docs/dyn/gkehub_v1alpha.projects.locations.features.html

Large diffs are not rendered by default.

40 changes: 12 additions & 28 deletions docs/dyn/gkehub_v1beta.projects.locations.features.html

Large diffs are not rendered by default.

15 changes: 2 additions & 13 deletions googleapiclient/discovery_cache/documents/gkehub.v1.json
Expand Up @@ -1834,7 +1834,7 @@
}
}
},
"revision": "20231114",
"revision": "20231201",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AppDevExperienceFeatureSpec": {
Expand Down Expand Up @@ -2178,21 +2178,10 @@
"description": "Per-membership state for this feature.",
"id": "ClusterUpgradeMembershipState",
"properties": {
"fleet": {
"description": "Project number or id of the fleet. It is set only for Memberships that are part of fleet-based Rollout Sequencing.",
"type": "string"
},
"ignored": {
"$ref": "ClusterUpgradeIgnoredMembership",
"description": "Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel."
},
"scopes": {
"description": "Fully qualified scope names that this clusters is bound to which also have rollout sequencing enabled.",
"items": {
"type": "string"
},
"type": "array"
},
"upgrades": {
"description": "Actual upgrade state against desired.",
"items": {
Expand Down Expand Up @@ -2341,7 +2330,7 @@
"description": "Git repo configuration for the cluster."
},
"metricsGcpServiceAccountEmail": {
"description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA. This field is required when automatic Feature management is enabled.",
"description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.",
"type": "string"
},
"oci": {
Expand Down
8 changes: 2 additions & 6 deletions googleapiclient/discovery_cache/documents/gkehub.v1alpha.json
Expand Up @@ -2098,7 +2098,7 @@
}
}
},
"revision": "20231114",
"revision": "20231201",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AnthosObservabilityFeatureSpec": {
Expand Down Expand Up @@ -2511,10 +2511,6 @@
"description": "Per-membership state for this feature.",
"id": "ClusterUpgradeMembershipState",
"properties": {
"fleet": {
"description": "Project number or id of the fleet. It is set only for Memberships that are part of fleet-based Rollout Sequencing.",
"type": "string"
},
"ignored": {
"$ref": "ClusterUpgradeIgnoredMembership",
"description": "Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel."
Expand Down Expand Up @@ -2799,7 +2795,7 @@
"description": "Git repo configuration for the cluster."
},
"metricsGcpServiceAccountEmail": {
"description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA. This field is required when automatic Feature management is enabled.",
"description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.",
"type": "string"
},
"oci": {
Expand Down
Expand Up @@ -657,7 +657,7 @@
}
}
},
"revision": "20231114",
"revision": "20231201",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"ApplianceCluster": {
Expand Down
15 changes: 2 additions & 13 deletions googleapiclient/discovery_cache/documents/gkehub.v1beta.json
Expand Up @@ -2024,7 +2024,7 @@
}
}
},
"revision": "20231114",
"revision": "20231201",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AnthosObservabilityFeatureSpec": {
Expand Down Expand Up @@ -2398,21 +2398,10 @@
"description": "Per-membership state for this feature.",
"id": "ClusterUpgradeMembershipState",
"properties": {
"fleet": {
"description": "Project number or id of the fleet. It is set only for Memberships that are part of fleet-based Rollout Sequencing.",
"type": "string"
},
"ignored": {
"$ref": "ClusterUpgradeIgnoredMembership",
"description": "Whether this membership is ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel."
},
"scopes": {
"description": "Fully qualified scope names that this clusters is bound to which also have rollout sequencing enabled.",
"items": {
"type": "string"
},
"type": "array"
},
"upgrades": {
"description": "Actual upgrade state against desired.",
"items": {
Expand Down Expand Up @@ -2616,7 +2605,7 @@
"description": "Git repo configuration for the cluster."
},
"metricsGcpServiceAccountEmail": {
"description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA. This field is required when automatic Feature management is enabled.",
"description": "The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.",
"type": "string"
},
"oci": {
Expand Down
Expand Up @@ -712,7 +712,7 @@
}
}
},
"revision": "20231114",
"revision": "20231201",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"ApplianceCluster": {
Expand Down
Expand Up @@ -280,7 +280,7 @@
}
}
},
"revision": "20231114",
"revision": "20231201",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"CancelOperationRequest": {
Expand Down

0 comments on commit b1823e8

Please sign in to comment.