File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1371,7 +1371,7 @@ type HTTPCORSFilter struct {
1371
1371
// Support: Extended
1372
1372
//
1373
1373
// +optional
1374
- AllowCredentials TrueField `json:"allowCredentials,omitempty"`
1374
+ AllowCredentials * bool `json:"allowCredentials,omitempty"`
1375
1375
1376
1376
// AllowMethods indicates which HTTP methods are supported for accessing the
1377
1377
// requested resource.
Original file line number Diff line number Diff line change @@ -764,11 +764,6 @@ type HeaderName string
764
764
// +kubebuilder:validation:Pattern=`^([0-9]{1,5}(h|m|s|ms)){1,4}$`
765
765
type Duration string
766
766
767
- // TrueField is a boolean value that can only be set to true
768
- //
769
- // +kubebuilder:validation:Enum=true
770
- type TrueField bool
771
-
772
767
const (
773
768
// A textual representation of a numeric IP address. IPv4
774
769
// addresses must be in dotted-decimal form. IPv6 addresses
You can’t perform that action at this time.
0 commit comments