mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Update SelfLink field documentation
This commit is contained in:
parent
d899c39ca3
commit
f20a603719
@ -58,7 +58,7 @@ type TypeMeta struct {
|
||||
// ListMeta describes metadata that synthetic resources must have, including lists and
|
||||
// various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
||||
type ListMeta struct {
|
||||
// selfLink is DEPRECATED read-only field that is no longer populated by the system.
|
||||
// Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
||||
// +optional
|
||||
SelfLink string `json:"selfLink,omitempty" protobuf:"bytes,1,opt,name=selfLink"`
|
||||
|
||||
@ -146,7 +146,7 @@ type ObjectMeta struct {
|
||||
// +optional
|
||||
Namespace string `json:"namespace,omitempty" protobuf:"bytes,3,opt,name=namespace"`
|
||||
|
||||
// selfLink is DEPRECATED read-only field that is no longer populated by the system.
|
||||
// Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
|
||||
// +optional
|
||||
SelfLink string `json:"selfLink,omitempty" protobuf:"bytes,4,opt,name=selfLink"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user