Skip to content

Commit cf924d3

Browse files
chore(deps): bump github.com/tektoncd/triggers from 0.31.0 to 0.32.0 in /kubernetes-model-generator/openapi/generator (7096)
chore(deps): bump github.com/tektoncd/triggers Bumps [github.com/tektoncd/triggers](https://github.com/tektoncd/triggers) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/tektoncd/triggers/releases) - [Changelog](https://github.com/tektoncd/triggers/blob/main/releases.md) - [Commits](tektoncd/triggers@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/tektoncd/triggers dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --- feat(openapi): regenerate model for github.com/tektoncd/triggers 0.32.0 Signed-off-by: Marc Nuri <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Nuri <[email protected]>
1 parent f844e83 commit cf924d3

File tree

12 files changed

+38
-536
lines changed

12 files changed

+38
-536
lines changed

extensions/tekton/client/src/main/java/io/fabric8/tekton/client/V1beta1APIGroupClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
import io.fabric8.tekton.triggers.v1beta1.TriggerList;
3333
import io.fabric8.tekton.triggers.v1beta1.TriggerTemplate;
3434
import io.fabric8.tekton.triggers.v1beta1.TriggerTemplateList;
35-
import io.fabric8.tekton.v1beta1.ClusterTask;
36-
import io.fabric8.tekton.v1beta1.ClusterTaskList;
3735
import io.fabric8.tekton.v1beta1.CustomRun;
3836
import io.fabric8.tekton.v1beta1.CustomRunList;
3937
import io.fabric8.tekton.v1beta1.Pipeline;
@@ -77,11 +75,6 @@ public MixedOperation<CustomRun, CustomRunList, Resource<CustomRun>> customRuns(
7775
return resources(CustomRun.class, CustomRunList.class);
7876
}
7977

80-
@Override
81-
public NonNamespaceOperation<ClusterTask, ClusterTaskList, Resource<ClusterTask>> clusterTasks() {
82-
return resources(ClusterTask.class, ClusterTaskList.class);
83-
}
84-
8578
@Override
8679
public MixedOperation<Trigger, TriggerList, Resource<Trigger>> triggers() {
8780
return resources(Trigger.class, TriggerList.class);

extensions/tekton/client/src/main/java/io/fabric8/tekton/client/dsl/V1beta1APIGroupDSL.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
import io.fabric8.tekton.triggers.v1beta1.TriggerList;
3232
import io.fabric8.tekton.triggers.v1beta1.TriggerTemplate;
3333
import io.fabric8.tekton.triggers.v1beta1.TriggerTemplateList;
34-
import io.fabric8.tekton.v1beta1.ClusterTask;
35-
import io.fabric8.tekton.v1beta1.ClusterTaskList;
3634
import io.fabric8.tekton.v1beta1.CustomRun;
3735
import io.fabric8.tekton.v1beta1.CustomRunList;
3836
import io.fabric8.tekton.v1beta1.Pipeline;
@@ -80,13 +78,6 @@ public interface V1beta1APIGroupDSL extends Client {
8078
*/
8179
MixedOperation<CustomRun, CustomRunList, Resource<CustomRun>> customRuns();
8280

83-
/**
84-
* API entrypoint for ClusterTask(tekton.dev/v1beta1)
85-
*
86-
* @return MixedOperation for ClusterTask class
87-
*/
88-
NonNamespaceOperation<ClusterTask, ClusterTaskList, Resource<ClusterTask>> clusterTasks();
89-
9081
/**
9182
* API entrypoint for Trigger(triggers.tekton.dev/v1beta1)
9283
*

extensions/tekton/model/src/generated/java/io/fabric8/tekton/pipeline/pkg/apis/config/FeatureFlags.java

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
@JsonPropertyOrder({
4141
"awaitSidecarReadiness",
4242
"coschedule",
43-
"disableAffinityAssistant",
4443
"disableCredsInit",
4544
"disableInlineSpec",
4645
"enableAPIFields",
@@ -91,8 +90,6 @@ public class FeatureFlags implements Editable<FeatureFlagsBuilder>, KubernetesRe
9190
private Boolean awaitSidecarReadiness;
9291
@JsonProperty("coschedule")
9392
private String coschedule;
94-
@JsonProperty("disableAffinityAssistant")
95-
private Boolean disableAffinityAssistant;
9693
@JsonProperty("disableCredsInit")
9794
private Boolean disableCredsInit;
9895
@JsonProperty("disableInlineSpec")
@@ -142,11 +139,10 @@ public class FeatureFlags implements Editable<FeatureFlagsBuilder>, KubernetesRe
142139
public FeatureFlags() {
143140
}
144141

145-
public FeatureFlags(Boolean awaitSidecarReadiness, String coschedule, Boolean disableAffinityAssistant, Boolean disableCredsInit, String disableInlineSpec, String enableAPIFields, Boolean enableArtifacts, Boolean enableCELInWhenExpression, Boolean enableConciseResolverSyntax, Boolean enableKeepPodOnCancel, Boolean enableKubernetesSidecar, Boolean enableParamEnum, Boolean enableProvenanceInStatus, Boolean enableStepActions, String enforceNonfalsifiability, Integer maxResultSize, Boolean requireGitSSHSecretKnownHosts, String resultExtractionMethod, Boolean runningInEnvWithInjectedSidecars, Boolean sendCloudEventsForRuns, Boolean setSecurityContext, Boolean setSecurityContextReadOnlyRootFilesystem, String verificationNoMatchPolicy) {
142+
public FeatureFlags(Boolean awaitSidecarReadiness, String coschedule, Boolean disableCredsInit, String disableInlineSpec, String enableAPIFields, Boolean enableArtifacts, Boolean enableCELInWhenExpression, Boolean enableConciseResolverSyntax, Boolean enableKeepPodOnCancel, Boolean enableKubernetesSidecar, Boolean enableParamEnum, Boolean enableProvenanceInStatus, Boolean enableStepActions, String enforceNonfalsifiability, Integer maxResultSize, Boolean requireGitSSHSecretKnownHosts, String resultExtractionMethod, Boolean runningInEnvWithInjectedSidecars, Boolean sendCloudEventsForRuns, Boolean setSecurityContext, Boolean setSecurityContextReadOnlyRootFilesystem, String verificationNoMatchPolicy) {
146143
super();
147144
this.awaitSidecarReadiness = awaitSidecarReadiness;
148145
this.coschedule = coschedule;
149-
this.disableAffinityAssistant = disableAffinityAssistant;
150146
this.disableCredsInit = disableCredsInit;
151147
this.disableInlineSpec = disableInlineSpec;
152148
this.enableAPIFields = enableAPIFields;
@@ -201,22 +197,6 @@ public void setCoschedule(String coschedule) {
201197
this.coschedule = coschedule;
202198
}
203199

204-
/**
205-
* FeatureFlags holds the features configurations
206-
*/
207-
@JsonProperty("disableAffinityAssistant")
208-
public Boolean getDisableAffinityAssistant() {
209-
return disableAffinityAssistant;
210-
}
211-
212-
/**
213-
* FeatureFlags holds the features configurations
214-
*/
215-
@JsonProperty("disableAffinityAssistant")
216-
public void setDisableAffinityAssistant(Boolean disableAffinityAssistant) {
217-
this.disableAffinityAssistant = disableAffinityAssistant;
218-
}
219-
220200
/**
221201
* FeatureFlags holds the features configurations
222202
*/
@@ -378,15 +358,15 @@ public void setEnableProvenanceInStatus(Boolean enableProvenanceInStatus) {
378358
}
379359

380360
/**
381-
* FeatureFlags holds the features configurations
361+
* EnableStepActions is a no-op flag since StepActions are stable
382362
*/
383363
@JsonProperty("enableStepActions")
384364
public Boolean getEnableStepActions() {
385365
return enableStepActions;
386366
}
387367

388368
/**
389-
* FeatureFlags holds the features configurations
369+
* EnableStepActions is a no-op flag since StepActions are stable
390370
*/
391371
@JsonProperty("enableStepActions")
392372
public void setEnableStepActions(Boolean enableStepActions) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1/Step.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public void setRef(Ref ref) {
363363
}
364364

365365
/**
366-
* Results declares StepResults produced by the Step.<br><p> <br><p> This is field is at an ALPHA stability level and gated by "enable-step-actions" feature flag.<br><p> <br><p> It can be used in an inlined Step when used to store Results to $(step.results.resultName.path). It cannot be used when referencing StepActions using [v1.Step.Ref]. The Results declared by the StepActions will be stored here instead.
366+
* Results declares StepResults produced by the Step.<br><p> <br><p> It can be used in an inlined Step when used to store Results to $(step.results.resultName.path). It cannot be used when referencing StepActions using [v1.Step.Ref]. The Results declared by the StepActions will be stored here instead.
367367
*/
368368
@JsonProperty("results")
369369
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@@ -372,7 +372,7 @@ public List<StepResult> getResults() {
372372
}
373373

374374
/**
375-
* Results declares StepResults produced by the Step.<br><p> <br><p> This is field is at an ALPHA stability level and gated by "enable-step-actions" feature flag.<br><p> <br><p> It can be used in an inlined Step when used to store Results to $(step.results.resultName.path). It cannot be used when referencing StepActions using [v1.Step.Ref]. The Results declared by the StepActions will be stored here instead.
375+
* Results declares StepResults produced by the Step.<br><p> <br><p> It can be used in an inlined Step when used to store Results to $(step.results.resultName.path). It cannot be used when referencing StepActions using [v1.Step.Ref]. The Results declared by the StepActions will be stored here instead.
376376
*/
377377
@JsonProperty("results")
378378
public void setResults(List<StepResult> results) {

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1/StepResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import lombok.experimental.Accessors;
3434

3535
/**
36-
* StepResult used to describe the Results of a Step.<br><p> <br><p> This is field is at an BETA stability level and gated by "enable-step-actions" feature flag.
36+
* StepResult used to describe the Results of a Step.
3737
*/
3838
@JsonDeserialize(using = com.fasterxml.jackson.databind.JsonDeserializer.None.class)
3939
@JsonInclude(JsonInclude.Include.NON_NULL)

extensions/tekton/model/src/generated/java/io/fabric8/tekton/v1beta1/ClusterTask.java

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)