File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ type CreateOptions struct {
236
236
// any unknown fields would be dropped from the object, or if any
237
237
// duplicate fields are present. The error returned from the server
238
238
// will contain all unknown and duplicate fields encountered.
239
- // +optional
240
239
FieldValidation string
241
240
242
241
// Raw represents raw CreateOptions, as passed to the API server.
@@ -747,7 +746,6 @@ type UpdateOptions struct {
747
746
// any unknown fields would be dropped from the object, or if any
748
747
// duplicate fields are present. The error returned from the server
749
748
// will contain all unknown and duplicate fields encountered.
750
- // +optional
751
749
FieldValidation string
752
750
753
751
// Raw represents raw UpdateOptions, as passed to the API server.
@@ -832,7 +830,6 @@ type PatchOptions struct {
832
830
// any unknown fields would be dropped from the object, or if any
833
831
// duplicate fields are present. The error returned from the server
834
832
// will contain all unknown and duplicate fields encountered.
835
- // +optional
836
833
FieldValidation string
837
834
838
835
// Raw represents raw PatchOptions, as passed to the API server.
You can’t perform that action at this time.
0 commit comments