Skip to content

Commit

Permalink
Update toolchainconfig_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matous Jobanek <[email protected]>
  • Loading branch information
alexeykazakov and MatousJobanek authored Jun 19, 2024
1 parent 7572d46 commit 563658e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/v1alpha1/toolchainconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@ type FeatureToggle struct {
// Then the RoleBinding will be created for the corresponding tiers with probability of 0.05 (around 5 out of every 100 spaces would have it)
// And the ConfigMap will be created with probability of 0.9 (around 90 out of every 100 spaces would have it)
// +optional
Weight *int `json:"weight,omitempty"`
// +kubebuilder:validation:Minimum=0
// +kubebuilder:validation:Maximum=100
WeightPercentage *uint `json:"weightPercentage,omitempty"`
}

// UsersConfig contains all configuration parameters related to users
Expand Down

0 comments on commit 563658e

Please sign in to comment.