chore: Update discovery artifacts (#1549)
## Deleted keys were detected in the following stable discovery artifacts:
gkehub v1 https://github.com/googleapis/google-api-python-client/commit/2a905ea91b12e366a1f68f7db537cb84e3f022ba
logging v2 https://github.com/googleapis/google-api-python-client/commit/e987413f92bf1e16c672a6598a1c363a6457c858
paymentsresellersubscription v1 https://github.com/googleapis/google-api-python-client/commit/87d70bbf7c05f0f3d8bd4af3ac0c65514cd60b23
## Deleted keys were detected in the following pre-stable discovery artifacts:
compute alpha https://github.com/googleapis/google-api-python-client/commit/139d65aa6892442083268661ae6863dc63641b66
gkehub v1alpha https://github.com/googleapis/google-api-python-client/commit/2a905ea91b12e366a1f68f7db537cb84e3f022ba
gkehub v1beta https://github.com/googleapis/google-api-python-client/commit/2a905ea91b12e366a1f68f7db537cb84e3f022ba
## Discovery Artifact Change Summary:
feat(admin): update the api https://github.com/googleapis/google-api-python-client/commit/06b9b644a64de8853e018fae8e6f6fe2b8980b1e
feat(androidpublisher): update the api https://github.com/googleapis/google-api-python-client/commit/4fece56ae77c96eb2bc2643da1a8f6c8b336f2ad
feat(apigee): update the api https://github.com/googleapis/google-api-python-client/commit/ac11e4444d0ee25cff4b1c57b229c88fce70009b
feat(artifactregistry): update the api https://github.com/googleapis/google-api-python-client/commit/0f65c13243634ac929fe9dadfd876910a1b308d9
feat(bigquery): update the api https://github.com/googleapis/google-api-python-client/commit/9f7352c2437557e01bdd3f9e244b7767da17a80d
feat(bigtableadmin): update the api https://github.com/googleapis/google-api-python-client/commit/b601ea2ca0cb082af81b1d8b68bdf28d527079bc
feat(cloudidentity): update the api https://github.com/googleapis/google-api-python-client/commit/47661216e6187e2c3d7b7fe328f59d3d9017742f
feat(compute): update the api https://github.com/googleapis/google-api-python-client/commit/139d65aa6892442083268661ae6863dc63641b66
feat(contactcenterinsights): update the api https://github.com/googleapis/google-api-python-client/commit/d9533ec30d6d97c93b83a4a59704bef28f67ad70
feat(domains): update the api https://github.com/googleapis/google-api-python-client/commit/fc7e6e07f7260956c8de5cd6fb3270e4b5c90108
feat(gkehub): update the api https://github.com/googleapis/google-api-python-client/commit/2a905ea91b12e366a1f68f7db537cb84e3f022ba
feat(healthcare): update the api https://github.com/googleapis/google-api-python-client/commit/25fa0e230f58c0840f5002b7578ad21e68079a19
feat(logging): update the api https://github.com/googleapis/google-api-python-client/commit/e987413f92bf1e16c672a6598a1c363a6457c858
feat(monitoring): update the api https://github.com/googleapis/google-api-python-client/commit/4562c5b68a8b7ba55e4da015ba4f34ffa49270ff
feat(networkservices): update the api https://github.com/googleapis/google-api-python-client/commit/6887234c303d04e7ac343b38cc6b556c09bf552d
feat(osconfig): update the api https://github.com/googleapis/google-api-python-client/commit/bec27e809d0d67b017971a105900397575d4838d
feat(paymentsresellersubscription): update the api https://github.com/googleapis/google-api-python-client/commit/87d70bbf7c05f0f3d8bd4af3ac0c65514cd60b23
diff --git a/docs/dyn/gkehub_v1alpha.projects.locations.features.html b/docs/dyn/gkehub_v1alpha.projects.locations.features.html
index a732ed2..8dc7599 100644
--- a/docs/dyn/gkehub_v1alpha.projects.locations.features.html
+++ b/docs/dyn/gkehub_v1alpha.projects.locations.features.html
@@ -132,29 +132,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -269,29 +257,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -531,29 +507,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -668,29 +632,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -918,29 +870,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -1055,29 +995,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -1261,29 +1189,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.
@@ -1398,29 +1314,17 @@
"enabled": True or False, # Whether binauthz is enabled in this cluster.
},
"configSync": { # Configuration for Config Sync # Config Sync configuration for the cluster.
+ "enabled": True or False, # Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of git field.
"git": { # Git repo configuration for a single cluster. # Git repo configuration for the cluster.
"gcpServiceAccountEmail": "A String", # The GCP Service Account Email used for auth when secret_type is gcpServiceAccount.
"httpsProxy": "A String", # URL for the HTTPS proxy to be used when communicating with the Git repo.
- "noSslVerify": True or False, # Enable or disable the SSL certificate verification Default: false.
"policyDir": "A String", # The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
"secretType": "A String", # Type of secret configured for access to the Git repo.
"syncBranch": "A String", # The branch of the repository to sync from. Default: master.
- "syncDepth": "A String", # The depth of git commits synced by the git-sync container.
"syncRepo": "A String", # The URL of the Git repository to use as the source of truth.
"syncRev": "A String", # Git revision (tag or hash) to check out. Default HEAD.
"syncWaitSecs": "A String", # Period in seconds between consecutive syncs. Default: 15.
},
- "resourceRequirements": { # Specifies CPU and memory limits for containers, keyed by container name
- "a_key": { # ResourceRequirements allows to override the CPU and memory resource requirements of a container.
- "containerName": "A String", # Name of the container
- "cpuLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the CPU limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- "memoryLimit": { # The view model of a single quantity, e.g. "800 MiB". Corresponds to https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/generated.proto # Allows to override the memory limit of a container
- "string": "A String", # Stringified version of the quantity, e.g., "800 MiB".
- },
- },
- },
"sourceFormat": "A String", # Specifies whether the Config Sync Repo is in “hierarchical” or “unstructured” mode.
},
"hierarchyController": { # Configuration for Hierarchy Controller # Hierarchy Controller configuration for the cluster.