Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Task: Add fields to K Get for MySqlVNetRule and PostgreSqlVNetRule #1007

Closed
melonrush13 opened this issue Apr 28, 2020 · 0 comments · Fixed by #1009
Closed

Task: Add fields to K Get for MySqlVNetRule and PostgreSqlVNetRule #1007

melonrush13 opened this issue Apr 28, 2020 · 0 comments · Fixed by #1009
Assignees

Comments

@melonrush13
Copy link
Contributor

melonrush13 commented Apr 28, 2020

Add the fields of message and provisioned to the types files for VNetRule (postgresql and mysql)

// +kubebuilder:printcolumn:name="Provisioned",type="string",JSONPath=".status.provisioned"
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message"

This was done in PR #968 , but since then we have added additional operators and we did not add them in the new ones.

Done criteria

  • When we do a k get on a postgresqlvnetrule we are able to see the fields provisioned and message instead of age
  • When we do a k get on a mysqlvnetrule we are able to see the fields provisioned and message instead of age

User story reference

#

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

Successfully merging a pull request may close this issue.

1 participant