mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +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
|
// ListMeta describes metadata that synthetic resources must have, including lists and
|
||||||
// various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
// various status objects. A resource may have only one of {ObjectMeta, ListMeta}.
|
||||||
type ListMeta struct {
|
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
|
// +optional
|
||||||
SelfLink string `json:"selfLink,omitempty" protobuf:"bytes,1,opt,name=selfLink"`
|
SelfLink string `json:"selfLink,omitempty" protobuf:"bytes,1,opt,name=selfLink"`
|
||||||
|
|
||||||
@ -146,7 +146,7 @@ type ObjectMeta struct {
|
|||||||
// +optional
|
// +optional
|
||||||
Namespace string `json:"namespace,omitempty" protobuf:"bytes,3,opt,name=namespace"`
|
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
|
// +optional
|
||||||
SelfLink string `json:"selfLink,omitempty" protobuf:"bytes,4,opt,name=selfLink"`
|
SelfLink string `json:"selfLink,omitempty" protobuf:"bytes,4,opt,name=selfLink"`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user