Skip to content

Commit e8fb571

Browse files
authored
Update to k8s 1.14.0 client libraries using go.mod (#775)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent eab0f8e commit e8fb571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (o StashOptions) Config() (*server.StashConfig, error) {
6565
}
6666

6767
serverConfig := genericapiserver.NewRecommendedConfig(server.Codecs)
68-
if err := o.RecommendedOptions.ApplyTo(serverConfig, server.Scheme); err != nil {
68+
if err := o.RecommendedOptions.ApplyTo(serverConfig); err != nil {
6969
return nil, err
7070
}
7171
// Fixes https://github.com/Azure/AKS/issues/522

0 commit comments

Comments
 (0)