Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
PROC-1528: Add payload experiment config fields
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygoodwin committed May 29, 2024
1 parent ab37af2 commit d10dc51
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.Collections;
import java.util.List;

@Data
public class PayloadExperimentConfig {
@Nullable String priority;
@Nonnull List<String> namespace;
@Nonnull List<String> namespace = Collections.emptyList();
}

0 comments on commit d10dc51

Please sign in to comment.