Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
This cleanup is required to autogenerate CRD from the source.
Refer:
redhat-developer#469 (comment)
  • Loading branch information
baijum committed May 15, 2020
1 parent 179c2fb commit 6274fa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/apis/apps/v1alpha1/servicebindingrequest_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import (

// ServiceBindingRequestSpec defines the desired state of ServiceBindingRequest
type ServiceBindingRequestSpec struct {
// Important: Run "operator-sdk generate k8s" to regenerate code after modifying this file
// Add custom validation using kubebuilder tags:
// https://book.kubebuilder.io/beyond_basics/generating_crd.html
// MountPathPrefix is the prefix for volume mount
// +optional
MountPathPrefix string `json:"mountPathPrefix,omitempty"`
Expand Down

0 comments on commit 6274fa3

Please sign in to comment.