Skip to content

Commit

Permalink
Update to k8s 1.14.0 client libraries using go.mod (#775)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed May 8, 2019
1 parent eab0f8e commit e8fb571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/start.go
Expand Up @@ -65,7 +65,7 @@ func (o StashOptions) Config() (*server.StashConfig, error) {
}

serverConfig := genericapiserver.NewRecommendedConfig(server.Codecs)
if err := o.RecommendedOptions.ApplyTo(serverConfig, server.Scheme); err != nil {
if err := o.RecommendedOptions.ApplyTo(serverConfig); err != nil {
return nil, err
}
// Fixes https://github.com/Azure/AKS/issues/522
Expand Down

0 comments on commit e8fb571

Please sign in to comment.