Bulk move from k8s.io/kubectl

This commit is contained in:
Jeffrey Regan
2018-05-11 14:07:15 -07:00
parent c2048aae17
commit 83b3eb9d54
4223 changed files with 1815034 additions and 110 deletions

View File

@@ -0,0 +1,12 @@
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: foo=bar,:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: ,foo=bar:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: foo=:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: =bar:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: ,,:abc
Errors reading examples/v2.0/yaml/petstore.yaml
Invalid invocation of gnostic-plugin: foo=bar=baz:abc

View File

@@ -0,0 +1,16 @@
Errors reading examples/errors/petstore-badproperties.yaml
ERROR $root.info is missing required property: version
ERROR $root.info has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.bodyParameter is missing required property: schema
ERROR $root.paths./pets.get.parameters.parameter.bodyParameter has invalid properties: type, format, myproperty
ERROR $root.paths./pets.get.parameters.parameter.bodyParameter has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.headerParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.headerParameterSubSchema has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.formDataParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.formDataParameterSubSchema has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.queryParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.pathParameterSubSchema has invalid property: myproperty
ERROR $root.paths./pets.get.parameters.parameter.nonBodyParameter.pathParameterSubSchema has unexpected value for in: query (string)
ERROR $root.paths./pets.get.parameters.jsonReference is missing required property: $ref
ERROR $root.paths./pets.get.parameters.jsonReference has invalid properties: name, in, required, type, format, myproperty
ERROR $root.paths./pets.post has unexpected value for tags: pets (string)

View File

@@ -0,0 +1,2 @@
Errors reading examples/errors/petstore-missingversion.yaml
unable to identify OpenAPI version

View File

@@ -0,0 +1,3 @@
Errors reading examples/errors/petstore-unresolvedrefs.yaml
ERROR could not resolve #/definitions/Pet
ERROR could not resolve #/definitions/Error