mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 10:17:51 +00:00
vendor: revendor
This commit is contained in:
parent
269295a414
commit
9f0440be0f
669 changed files with 58447 additions and 20021 deletions
2
vendor/sigs.k8s.io/structured-merge-diff/v4/schema/elements.go
generated
vendored
2
vendor/sigs.k8s.io/structured-merge-diff/v4/schema/elements.go
generated
vendored
|
|
@ -196,6 +196,8 @@ type StructField struct {
|
|||
Name string `yaml:"name,omitempty"`
|
||||
// Type is the field type.
|
||||
Type TypeRef `yaml:"type,omitempty"`
|
||||
// Default value for the field, nil if not present.
|
||||
Default interface{} `yaml:"default,omitempty"`
|
||||
}
|
||||
|
||||
// List represents a type which contains a zero or more elements, all of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue