Generated protobufs

This commit is contained in:
mbohlool
2016-10-17 09:11:20 -07:00
parent c1096211d0
commit 0191433d58
16 changed files with 770 additions and 0 deletions

View File

@@ -94,8 +94,10 @@ message RawExtension {
// +protobuf=true
// +k8s:openapi-gen=true
message TypeMeta {
// +optional
optional string apiVersion = 1;
// +optional
optional string kind = 2;
}