1
0
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:
Alena Prokharchyk 2018-02-12 15:20:57 -08:00
parent 87c2f1de34
commit d69fd88002

View File

@ -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"`
}