Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Regadas <[email protected]>
  • Loading branch information
regadas committed Mar 5, 2021
1 parent 0e5774c commit 3774465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/tasks/pluginmachinery/k8s/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ type PluginEntry struct {
NewKubeClient func(ctx context.Context) (pluginsCore.KubeClient, error)
// Boolean that indicates if kubernetes resources that this plugin is responsible for should include OwnerReferences.
// Ingoring is only useful if resources will be created in a remote cluster.
IgnoreOwnerReferences bool
OverrideInjectOwnerReference *bool
// Boolean flag that indicates if a finalizer should be injected.
// This will override the `inject-finalizer` set under k8s config.
InjectFinalizers *bool
OverrideInjectFinalizers *bool
}

// A proxy object for k8s resource
Expand Down

0 comments on commit 3774465

Please sign in to comment.