Skip to content

Commit

Permalink
Use deploymentAnnotations over deployment_annotations
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
cognifloyd and joelanford committed Jan 25, 2024
1 parent ff1e0ba commit a816b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operators/v1alpha1/subscription_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type SubscriptionConfig struct {
// DeploymentAnnotations is an unstructured key value map stored with a resource that may be
// set by external tools to store and retrieve arbitrary metadata.
// +optional
DeploymentAnnotations map[string]string `json:"deployment_annotations,omitempty" protobuf:"bytes,12,rep,name=deployment_annotations"`
DeploymentAnnotations map[string]string `json:"deploymentAnnotations,omitempty" protobuf:"bytes,12,rep,name=deploymentAnnotations"`
}

// SubscriptionConditionType indicates an explicit state condition about a Subscription in "abnormal-true"
Expand Down

0 comments on commit a816b54

Please sign in to comment.