mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Update non .go references
This commit is contained in:
parent
d3e51a0f24
commit
c629e33430
@ -46,8 +46,8 @@ Introduce a new attribute *Namespace* for each resource that must be scoped in a
|
||||
A *Namespace* is a DNS compatible subdomain.
|
||||
|
||||
```
|
||||
// JSONBase is shared by all objects sent to, or returned from the client
|
||||
type JSONBase struct {
|
||||
// TypeMeta is shared by all objects sent to, or returned from the client
|
||||
type TypeMeta struct {
|
||||
Kind string `json:"kind,omitempty" yaml:"kind,omitempty"`
|
||||
Uid string `json:"uid,omitempty" yaml:"uid,omitempty"`
|
||||
CreationTimestamp util.Time `json:"creationTimestamp,omitempty" yaml:"creationTimestamp,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user