Merge 5698b3ad46
into df00b03a70
This commit is contained in:
commit
46232b6e8b
6 changed files with 6 additions and 6 deletions
2
vendor/github.com/Azure/go-autorest/autorest/error.go
generated
vendored
2
vendor/github.com/Azure/go-autorest/autorest/error.go
generated
vendored
|
@ -30,7 +30,7 @@ type DetailedError struct {
|
|||
Original error
|
||||
|
||||
// PackageType is the package type of the object emitting the error. For types, the value
|
||||
// matches that produced the the '%T' format specifier of the fmt package. For other elements,
|
||||
// matches that produced the '%T' format specifier of the fmt package. For other elements,
|
||||
// such as functions, it is just the package name (e.g., "autorest").
|
||||
PackageType string
|
||||
|
||||
|
|
2
vendor/github.com/davecgh/go-spew/spew/config.go
generated
vendored
2
vendor/github.com/davecgh/go-spew/spew/config.go
generated
vendored
|
@ -228,7 +228,7 @@ types similar to the standard %v format specifier.
|
|||
|
||||
The custom formatter only responds to the %v (most compact), %+v (adds pointer
|
||||
addresses), %#v (adds types), and %#+v (adds types and pointer addresses) verb
|
||||
combinations. Any other verbs such as %x and %q will be sent to the the
|
||||
combinations. Any other verbs such as %x and %q will be sent to the
|
||||
standard fmt package for formatting. In addition, the custom formatter ignores
|
||||
the width and precision arguments (however they will still work on the format
|
||||
specifiers not handled by the custom formatter).
|
||||
|
|
2
vendor/github.com/davecgh/go-spew/spew/doc.go
generated
vendored
2
vendor/github.com/davecgh/go-spew/spew/doc.go
generated
vendored
|
@ -165,7 +165,7 @@ standard %v format specifier.
|
|||
|
||||
The custom formatter only responds to the %v (most compact), %+v (adds pointer
|
||||
addresses), %#v (adds types), or %#+v (adds types and pointer addresses) verb
|
||||
combinations. Any other verbs such as %x and %q will be sent to the the
|
||||
combinations. Any other verbs such as %x and %q will be sent to the
|
||||
standard fmt package for formatting. In addition, the custom formatter ignores
|
||||
the width and precision arguments (however they will still work on the format
|
||||
specifiers not handled by the custom formatter).
|
||||
|
|
2
vendor/github.com/davecgh/go-spew/spew/format.go
generated
vendored
2
vendor/github.com/davecgh/go-spew/spew/format.go
generated
vendored
|
@ -405,7 +405,7 @@ types similar to the standard %v format specifier.
|
|||
|
||||
The custom formatter only responds to the %v (most compact), %+v (adds pointer
|
||||
addresses), %#v (adds types), or %#+v (adds types and pointer addresses) verb
|
||||
combinations. Any other verbs such as %x and %q will be sent to the the
|
||||
combinations. Any other verbs such as %x and %q will be sent to the
|
||||
standard fmt package for formatting. In addition, the custom formatter ignores
|
||||
the width and precision arguments (however they will still work on the format
|
||||
specifiers not handled by the custom formatter).
|
||||
|
|
2
vendor/github.com/fsnotify/fsnotify/fen.go
generated
vendored
2
vendor/github.com/fsnotify/fsnotify/fen.go
generated
vendored
|
@ -31,7 +31,7 @@ func (w *Watcher) Add(name string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Remove stops watching the the named file or directory (non-recursively).
|
||||
// Remove stops watching the named file or directory (non-recursively).
|
||||
func (w *Watcher) Remove(name string) error {
|
||||
return nil
|
||||
}
|
||||
|
|
2
vendor/k8s.io/kubernetes/pkg/apis/core/types.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/apis/core/types.go
generated
vendored
|
@ -574,7 +574,7 @@ type PersistentVolumeClaimConditionType string
|
|||
|
||||
// These are valid conditions of Pvc
|
||||
const (
|
||||
// An user trigger resize of pvc has been started
|
||||
// A user trigger resize of pvc has been started
|
||||
PersistentVolumeClaimResizing PersistentVolumeClaimConditionType = "Resizing"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue