Skip to content

Commit

Permalink
Update pkg/api/pod_options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dario Tranchitella <[email protected]>
  • Loading branch information
gchiesa and prometherion authored Nov 22, 2023
1 parent 1816e68 commit 211d6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/pod_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package api
// +kubebuilder:object:generate=true

type PodOptions struct {
// Specifies additional labels and annotations the Capsule operator places on any Service resource in the Tenant. Optional.
// Specifies additional labels and annotations the Capsule operator places on any Pod resource in the Tenant. Optional.
AdditionalMetadata *AdditionalMetadataSpec `json:"additionalMetadata,omitempty"`
}

0 comments on commit 211d6aa

Please sign in to comment.