add info

parent a56152ba
......@@ -5,6 +5,7 @@ function ResourceGroupVersion(resource, group, version) {
this.resource = resource;
this.group = group;
this.version = version;
this.somevalue = "koalacloud";
return this;
}
// toString() includes the group and version information if present
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment