Skip to content

Add support for testing Helm lookup function.#82

Merged
porridge merged 4 commits intomainfrom
support-objects
Jan 23, 2024
Merged

Add support for testing Helm lookup function.#82
porridge merged 4 commits intomainfrom
support-objects

Conversation

@porridge
Copy link
Copy Markdown
Contributor

No description provided.

@porridge porridge requested review from a team and SimonBaeumer January 23, 2024 11:45
Release *ReleaseSpec `json:"release,omitempty" yaml:"release,omitempty"`
Server *ServerSpec `json:"server,omitempty" yaml:"server,omitempty"`
Capabilities *CapabilitiesSpec `json:"capabilities,omitempty" yaml:"capabilities,omitempty"`
Objects []map[string]interface{} `json:"objects,omitempty" yaml:"objects,omitempty"`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Would it be better if Objects was part of ServerSpec? 🤔

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1 Yes, I would prefer it under Server too. That makes it more intuitive for me.

Release *ReleaseSpec `json:"release,omitempty" yaml:"release,omitempty"`
Server *ServerSpec `json:"server,omitempty" yaml:"server,omitempty"`
Capabilities *CapabilitiesSpec `json:"capabilities,omitempty" yaml:"capabilities,omitempty"`
Objects []map[string]interface{} `json:"objects,omitempty" yaml:"objects,omitempty"`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1 Yes, I would prefer it under Server too. That makes it more intuitive for me.

@porridge
Copy link
Copy Markdown
Contributor Author

Moved under server, PTAL @SimonBaeumer .

Copy link
Copy Markdown
Contributor

@SimonBaeumer SimonBaeumer left a comment

Choose a reason for hiding this comment

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

🚢

@porridge porridge merged commit 31a7fde into main Jan 23, 2024
@porridge porridge deleted the support-objects branch January 23, 2024 14:25
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