Skip to content

Commit

Permalink
ShootAndSeedSameRegion Field (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralikio authored May 29, 2024
1 parent eb9664d commit f323fe8
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/provisioner/pkg/gqlschema/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions components/provisioner/pkg/gqlschema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type GardenerConfig {
shootNetworkingFilterDisabled: Boolean
controlPlaneFailureTolerance: String
euAccess: Boolean
shootAndSeedSameRegion: Boolean
}

union ProviderSpecificConfig = GCPProviderConfig | AzureProviderConfig | AWSProviderConfig | OpenStackProviderConfig
Expand Down
53 changes: 53 additions & 0 deletions components/provisioner/pkg/gqlschema/schema_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f323fe8

Please sign in to comment.