This commit is contained in:
Wojciech Tyczynski
2015-11-23 09:56:25 +01:00
parent 77fd936b5f
commit f09e8d3eb0

View File

@@ -17,9 +17,7 @@ limitations under the License.
// Package unversioned contains API types that are common to all versions. // Package unversioned contains API types that are common to all versions.
package unversioned package unversioned
import ( import "strings"
"strings"
)
// TypeMeta describes an individual object in an API response or request // TypeMeta describes an individual object in an API response or request
// with strings representing the type of the object and its API schema version. // with strings representing the type of the object and its API schema version.