Skip to content

Commit ee72ee6

Browse files
niladrihKiran Mova
authored andcommitted
Add missing argument in SupportsBlock() in provisioner.go
Signed-off-by: Niladri Halder <[email protected]>
1 parent b07df3c commit ee72ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/provisioner-localpv/app/provisioner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func NewProvisioner(kubeClient *clientset.Clientset) (*Provisioner, error) {
8080

8181
// SupportsBlock will be used by controller to determine if block mode is
8282
// supported by the host path provisioner.
83-
func (p *Provisioner) SupportsBlock() bool {
83+
func (p *Provisioner) SupportsBlock(ctx context.Context) bool {
8484
return true
8585
}
8686

0 commit comments

Comments
 (0)