Skip to content

Commit

Permalink
chore: v1beta1 goimports and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Fedotov authored and alegrey91 committed Jul 2, 2021
1 parent 0d94d28 commit 2578ffc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pkg/webhook/pod/imagepullpolicy_pullpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func NewPullPolicy(tenant *capsulev1beta1.Tenant) PullPolicy {
return nil
}


var allowedPolicies []string
for _, policy := range tenant.Spec.ImagePullPolicies {
allowedPolicies = append(allowedPolicies, policy.String())
Expand Down

0 comments on commit 2578ffc

Please sign in to comment.