We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55ab8e commit 5036482Copy full SHA for 5036482
api/v1alpha1/devfileregistry_types.go
@@ -82,6 +82,10 @@ type DevfileRegistrySpecContainer struct {
82
// +operator-sdk:csv:customresourcedefinitions:type=spec
83
// +optional
84
ImagePullPolicy corev1.PullPolicy `json:"imagePullPolicy,omitempty"`
85
+ // Sets the memory limit for the container
86
+ // +operator-sdk:csv:customresourcedefinitions:type=spec
87
+ // +optional
88
+ MemoryLimit string `json:"memoryLimit,omitempty"`
89
}
90
91
// DevfileRegistrySpecStorage defines the desired state of the storage for the DevfileRegistry
0 commit comments