Skip to content

Conversation

gazi-yestemirova
Copy link
Contributor

What changed?

Why?

How did you test it?

Potential risks

Release notes

Documentation Changes

Copy link
Member

@davidporter-id-au davidporter-id-au left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's a lint issue with the PR, do you mind trying make lint to see if it formats it correctly?

Name string `json:"name,omitempty"`
ActiveClusterName *string `json:"activeClusterName,omitempty"`
ActiveClusters *ActiveClusters `json:"activeClusters,omitempty"`
Clusters []*ClusterReplicationConfiguration `json:"clusters,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We probably shouldn't expose this to the users for unauthorized changes. Its an admin operation

type FailoverDomainRequest struct {
Name string `json:"name,omitempty"`
ActiveClusterName *string `json:"activeClusterName,omitempty"`
ActiveClusters *ActiveClusters `json:"activeClusters,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're still working out the Active/Active behaviour. Perhaps would you remind removing it for now until we've figured out what this should be?

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 this pull request may close these issues.

2 participants