You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/07/07 11:06:12 UTC

[GitHub] [solr-operator] gerlowskija commented on a diff in pull request #451: Ability to customize default initContainer resources

gerlowskija commented on code in PR #451:
URL: https://github.com/apache/solr-operator/pull/451#discussion_r915742992


##########
api/v1beta1/common_types.go:
##########
@@ -150,6 +149,10 @@ type PodOptions struct {
 	// +listMapKey=whenUnsatisfiable
 	// +optional
 	TopologySpreadConstraints []corev1.TopologySpreadConstraint `json:"topologySpreadConstraints,omitempty"`
+
+	// ProvidedInitContainerResources is the resource requirements for the default init container(s) created by the Solr Operator if any are created.

Review Comment:
   [0] Looks like this comment is out of sync with the new field-name you ultimately went with here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org