mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
ref
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user