mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 01:46:23 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
9
vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go
generated
vendored
@@ -47,13 +47,8 @@ func (a *API) AttachDocs(filename string) {
|
||||
func (d *apiDocumentation) setup() {
|
||||
d.API.Documentation = docstring(d.Service)
|
||||
|
||||
for opName, doc := range d.Operations {
|
||||
if _, ok := d.API.Operations[opName]; !ok {
|
||||
panic(fmt.Sprintf("%s, doc op %q not found in API op set",
|
||||
d.API.name, opName),
|
||||
)
|
||||
}
|
||||
d.API.Operations[opName].Documentation = docstring(doc)
|
||||
for op, doc := range d.Operations {
|
||||
d.API.Operations[op].Documentation = docstring(doc)
|
||||
}
|
||||
|
||||
for shape, info := range d.Shapes {
|
||||
|
||||
Reference in New Issue
Block a user