Skip to content

Commit

Permalink
adding additional types fields (#1009)
Browse files Browse the repository at this point in the history
Co-authored-by: William Mortl <32373900+WilliamMortlMicrosoft@users.noreply.github.com>
  • Loading branch information
melonrush13 and WilliamMortlMicrosoft authored Apr 29, 2020
1 parent 80a7082 commit 47a949a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1alpha1/mysqlvnetrule_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ type MySQLVNetRuleSpec struct {
// +kubebuilder:object:root=true

// MySQLVNetRule is the Schema for the mysqlvnetrules API
// +kubebuilder:printcolumn:name="Provisioned",type="string",JSONPath=".status.provisioned"
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message"
type MySQLVNetRule struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down
2 changes: 2 additions & 0 deletions api/v1alpha1/postgresqlvnetrule_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ type PostgreSQLVNetRuleSpec struct {
// +kubebuilder:object:root=true

// PostgreSQLVNetRule is the Schema for the PostgreSQLVNetRules API
// +kubebuilder:printcolumn:name="Provisioned",type="string",JSONPath=".status.provisioned"
// +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.message"
type PostgreSQLVNetRule struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit 47a949a

Please sign in to comment.