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

apis/v1alpha1: initialize sampler CR #3280

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

frzifus
Copy link
Member

@frzifus frzifus commented Sep 11, 2024

Description:

This PR only contains the CR boilerplate. At this point its not included in the Operator CSV.

Link to tracking Issue(s):

Testing:

Documentation:

@frzifus frzifus requested a review from a team September 11, 2024 12:58

// SamplerStatus defines the observed state of Sampler
type SamplerStatus struct {
// TODO(@frzifus): add status fields
Copy link
Member Author

Choose a reason for hiding this comment

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

I will fill this when I start working on the reconciler.

// Sampler defines sampling configuration.
type Sampler struct {
// SamplerConfig defines sampling configuration.
type SamplerConfig struct {
Copy link
Member Author

Choose a reason for hiding this comment

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

The data structure got renamed to avoid a conflict with the Sampler CR.

@frzifus frzifus added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 11, 2024
@frzifus frzifus force-pushed the sampling branch 3 times, most recently from f6819fa to c7cb7fa Compare September 11, 2024 14:33
Signed-off-by: Benedikt Bongartz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant