Skip to content
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

Support Networking options as part of the ClusterCreateConfig #14

Closed
Marcus-James-Adams opened this issue Apr 19, 2021 · 0 comments
Closed

Comments

@Marcus-James-Adams
Copy link

As referenced by Terrafrom provider for confluent cloud - private networking

Currently, the go client allows you to create a dedicated cluster but does not allow you to set the networking options.

"However, that struct is not on the ClusterCreateConfig (aka the struct that is used for the creation of the cluster) but rather in the return payload."

In order to function correctly, it needs to support passing the following options when creating a dedicated cluster

type ClusterDeploymentNetworkAccess struct {
PublicInternet []interface{} json:"public_internet"
VpcPeering []interface{} json:"vpc_peering"
PrivateLink []interface{} json:"private_link"
TransitGateway []interface{} json:"transit_gateway"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant