Skip to content

Commit c882660

Browse files
committed
interesting: add scheme expansion to install extensions to apps client
1 parent ff27be5 commit c882660

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package scheme
2+
3+
import extensions "k8s.io/kubernetes/pkg/apis/extensions/install"
4+
5+
func init() {
6+
extensions.Install(GroupFactoryRegistry, Registry, Scheme)
7+
}

0 commit comments

Comments
 (0)