-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add policycontroller fields to fleet default configs for GKE Hub Feature resource #9426
Conversation
…hings simpler in the review
…h the one from test env
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 3 files changed, 1463 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_gke_hub_feature" "primary" {
fleet_default_member_config {
policycontroller {
policy_controller_hub_config {
audit_interval_seconds = # value needed
constraint_violation_limit = # value needed
deployment_configs {
component = # value needed
container_resources {
limits {
cpu = # value needed
memory = # value needed
}
requests {
cpu = # value needed
memory = # value needed
}
}
pod_affinity = # value needed
pod_toleration {
effect = # value needed
key = # value needed
operator = # value needed
value = # value needed
}
replica_count = # value needed
}
exemptable_namespaces = # value needed
install_spec = # value needed
log_denies_enabled = # value needed
monitoring {
backends = # value needed
}
mutation_enabled = # value needed
policy_content {
bundles {
bundle = # value needed
exempted_namespaces = # value needed
}
template_library {
installation = # value needed
}
}
referential_rules_enabled = # value needed
}
version = # value needed
}
}
}
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 3 files changed, 1463 insertions(+)) Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_gke_hub_feature" "primary" {
fleet_default_member_config {
policycontroller {
policy_controller_hub_config {
audit_interval_seconds = # value needed
constraint_violation_limit = # value needed
deployment_configs {
component = # value needed
container_resources {
limits {
cpu = # value needed
memory = # value needed
}
requests {
cpu = # value needed
memory = # value needed
}
}
pod_affinity = # value needed
pod_toleration {
effect = # value needed
key = # value needed
operator = # value needed
value = # value needed
}
replica_count = # value needed
}
exemptable_namespaces = # value needed
install_spec = # value needed
log_denies_enabled = # value needed
monitoring {
backends = # value needed
}
mutation_enabled = # value needed
policy_content {
bundles {
bundle = # value needed
exempted_namespaces = # value needed
}
template_library {
installation = # value needed
}
}
referential_rules_enabled = # value needed
}
version = # value needed
}
}
}
|
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccDataprocClusterIamPolicy |
Rerun these tests in REPLAYING mode to catch issues
|
kicked off a non-VCR test run of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test passed
Thank you! I would like to hold off on merging so that my TL can take a look at the PR as well. |
sounds good. |
Will be OOO for a while, reassigning a random reviewer to carry this forward once ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add the policycontroller feature config for fleet default configs for the Feature resource. Fixes hashicorp/terraform-provider-google#16373.
Release Note Template for Downstream PRs (will be copied)