Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions api/gateway/v1alpha1/gatewayconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@ type EnvoySpec struct {
Image string `json:"image"`
Tag string `json:"tag"`
//+optional
Replicas *int32 `json:"replicas,omitempty"`
//+optional
Resources core.ResourceRequirements `json:"resources,omitempty"`
//+optional
NodeSelector map[string]string `json:"nodeSelector"`
//+optional
SecurityContext *core.SecurityContext `json:"securityContext"`
Expand All @@ -238,6 +242,10 @@ type EnvoyValues struct {
Image string `json:"image"`
Tag string `json:"tag"`
//+optional
Replicas *int32 `json:"replicas,omitempty"`
//+optional
Resources core.ResourceRequirements `json:"resources,omitempty"`
//+optional
NodeSelector map[string]string `json:"nodeSelector"`
//+optional
SecurityContext *core.SecurityContext `json:"securityContext"`
Expand Down
12 changes: 12 additions & 0 deletions api/gateway/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading