mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
go generate changes
This commit is contained in:
committed by
Alena Prokharchyk
parent
24795c9577
commit
fe8093bf8b
@@ -4,9 +4,11 @@ const (
|
||||
ServiceReferenceType = "serviceReference"
|
||||
ServiceReferenceFieldName = "name"
|
||||
ServiceReferenceFieldNamespace = "namespace"
|
||||
ServiceReferenceFieldPort = "port"
|
||||
)
|
||||
|
||||
type ServiceReference struct {
|
||||
Name string `json:"name,omitempty" yaml:"name,omitempty"`
|
||||
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
|
||||
Port *int64 `json:"port,omitempty" yaml:"port,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user