Update ingress godeps
This commit is contained in:
parent
d43021b3f1
commit
28db8fb16d
1068 changed files with 461467 additions and 117300 deletions
2
vendor/k8s.io/kubernetes/pkg/conversion/converter.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/conversion/converter.go
generated
vendored
|
|
@ -213,6 +213,8 @@ type Meta struct {
|
|||
// KeyNameMapping is an optional function which may map the listed key (field name)
|
||||
// into a source and destination value.
|
||||
KeyNameMapping FieldMappingFunc
|
||||
// Context is an optional field that callers may use to pass info to conversion functions.
|
||||
Context interface{}
|
||||
}
|
||||
|
||||
// scope contains information about an ongoing conversion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue