Skip to content

Commit

Permalink
test(crd-generator): approval tests, remove unsupported v1 json (any …
Browse files Browse the repository at this point in the history
…getter/setter)

Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed May 8, 2024
1 parent a04ca3d commit a05e4d1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ public class ContainingJsonSpec {

private JsonNode free;

private Foo foo;

}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ spec:
properties:
field:
type: "integer"
foo:
properties:
configAsMap:
additionalProperties:
type: "object"
type: "object"
x-kubernetes-preserve-unknown-fields: true
type: "object"
x-kubernetes-preserve-unknown-fields: true
free:
x-kubernetes-preserve-unknown-fields: true
type: "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ spec:
properties:
field:
type: "integer"
foo:
properties:
configAsMap:
additionalProperties:
type: "object"
type: "object"
x-kubernetes-preserve-unknown-fields: true
type: "object"
x-kubernetes-preserve-unknown-fields: true
free:
x-kubernetes-preserve-unknown-fields: true
type: "object"
Expand Down

0 comments on commit a05e4d1

Please sign in to comment.