Skip to content

Commit

Permalink
update crd typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dnguy078 committed Jan 20, 2024
1 parent a6158a1 commit bf00cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ spec:
description: PatchSpecOperations contains a list of JSON patch
operations to apply to the PodSpec. [`JSONPatch`](https://www.rfc-editor.org/rfc/rfc6902.html)
items:
description: JSONPatchOperation represents a JSON Patch operation
description: JSONPatchOperation represents a JSON Patch operation
defined in https://www.rfc-editor.org/rfc/rfc6902.html
properties:
op:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ require (
github.com/spf13/cobra v1.8.0
go.uber.org/zap v1.26.0
k8s.io/api v0.28.4
k8s.io/apiextensions-apiserver v0.28.3
k8s.io/apimachinery v0.28.4
k8s.io/cli-runtime v0.28.4
k8s.io/client-go v0.28.4
Expand Down Expand Up @@ -82,6 +81,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.28.3 // indirect
k8s.io/component-base v0.28.3 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
Expand Down

0 comments on commit bf00cea

Please sign in to comment.