File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2566,7 +2566,6 @@ spec:
2566
2566
coschedule :
2567
2567
type : string
2568
2568
disableCredsInit :
2569
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
2570
2569
type : boolean
2571
2570
disableInlineSpec :
2572
2571
type : string
@@ -2979,7 +2978,6 @@ spec:
2979
2978
coschedule :
2980
2979
type : string
2981
2980
disableCredsInit :
2982
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
2983
2981
type : boolean
2984
2982
disableInlineSpec :
2985
2983
type : string
@@ -3266,7 +3264,6 @@ spec:
3266
3264
coschedule :
3267
3265
type : string
3268
3266
disableCredsInit :
3269
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
3270
3267
type : boolean
3271
3268
disableInlineSpec :
3272
3269
type : string
@@ -5874,7 +5871,6 @@ spec:
5874
5871
coschedule :
5875
5872
type : string
5876
5873
disableCredsInit :
5877
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
5878
5874
type : boolean
5879
5875
disableInlineSpec :
5880
5876
type : string
Original file line number Diff line number Diff line change @@ -1949,7 +1949,6 @@ spec:
1949
1949
coschedule :
1950
1950
type : string
1951
1951
disableCredsInit :
1952
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
1953
1952
type : boolean
1954
1953
disableInlineSpec :
1955
1954
type : string
@@ -2236,7 +2235,6 @@ spec:
2236
2235
coschedule :
2237
2236
type : string
2238
2237
disableCredsInit :
2239
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
2240
2238
type : boolean
2241
2239
disableInlineSpec :
2242
2240
type : string
@@ -4134,7 +4132,6 @@ spec:
4134
4132
coschedule :
4135
4133
type : string
4136
4134
disableCredsInit :
4137
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
4138
4135
type : boolean
4139
4136
disableInlineSpec :
4140
4137
type : string
@@ -4387,7 +4384,6 @@ spec:
4387
4384
coschedule :
4388
4385
type : string
4389
4386
disableCredsInit :
4390
- description : DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
4391
4387
type : boolean
4392
4388
disableInlineSpec :
4393
4389
type : string
Original file line number Diff line number Diff line change @@ -185,12 +185,9 @@ var (
185
185
// FeatureFlags holds the features configurations
186
186
// +k8s:deepcopy-gen=true
187
187
type FeatureFlags struct {
188
- // DisableAffinityAssistant bool `json:"disableAffinityAssistant,omitempty"`
189
188
DisableCredsInit bool `json:"disableCredsInit,omitempty"`
190
189
RunningInEnvWithInjectedSidecars bool `json:"runningInEnvWithInjectedSidecars,omitempty"`
191
190
RequireGitSSHSecretKnownHosts bool `json:"requireGitSSHSecretKnownHosts,omitempty"`
192
- // EnableTektonOCIBundles bool // Deprecated: this is now ignored
193
- // ScopeWhenExpressionsToTask bool // Deprecated: this is now ignored
194
191
195
192
EnableAPIFields string `json:"enableAPIFields,omitempty"`
196
193
SendCloudEventsForRuns bool `json:"sendCloudEventsForRuns,omitempty"`
You can’t perform that action at this time.
0 commit comments