Skip to content

Commit

Permalink
Merge pull request #494 from DirectXMan12/bug/fix-runtime-scheme-alias
Browse files Browse the repository at this point in the history
✨ Fix runtime/scheme type aliases
  • Loading branch information
k8s-ci-robot committed Jun 19, 2019
2 parents e826e01 + 8ad94f4 commit 3bc1570
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/runtime/scheme/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ limitations under the License.
//
// Deprecated: use pkg/scheme instead.
package scheme

import (
"sigs.k8s.io/controller-runtime/pkg/scheme"
)

// Builder builds a new Scheme for mapping go types to Kubernetes GroupVersionKinds.
type Builder = scheme.Builder

0 comments on commit 3bc1570

Please sign in to comment.