mirror of
https://github.com/rancher/types.git
synced 2025-06-26 13:41:33 +00:00
Workload is namespaced
This commit is contained in:
parent
87c2f1de34
commit
d69fd88002
@ -97,6 +97,7 @@ type PublicEndpoint struct {
|
||||
}
|
||||
|
||||
type Workload struct {
|
||||
types.Namespaced
|
||||
metav1.TypeMeta `json:",inline"`
|
||||
metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user