Skip to content

Commit

Permalink
Update component/remote/kubernetes/kubernetes.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mischa Thompson <[email protected]>
  • Loading branch information
captncraig and spartan0x117 authored Sep 14, 2023
1 parent 9e1cb10 commit 31b92b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/remote/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var (
_ component.HealthComponent = (*Component)(nil)
)

// New returns a new, unstarted, remote.http component.
// New returns a new, unstarted remote.kubernetes.* component.
func New(opts component.Options, args Arguments, rType ResourceType) (*Component, error) {
c := &Component{
log: opts.Logger,
Expand Down

0 comments on commit 31b92b4

Please sign in to comment.