Skip to content

Commit

Permalink
Run make generate-release (#885)
Browse files Browse the repository at this point in the history
Co-authored-by: mgencur <[email protected]>
  • Loading branch information
serverless-qe and mgencur authored Oct 26, 2023
1 parent 1441071 commit 2d71075
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 46 deletions.
2 changes: 2 additions & 0 deletions openshift/ci-operator/source-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# DO NOT EDIT! Generated Dockerfile.

FROM src

RUN chmod +x vendor/k8s.io/code-generator/generate-groups.sh vendor/knative.dev/pkg/hack/generate-knative.sh || true
46 changes: 23 additions & 23 deletions openshift/release/artifacts/eventing-kafka-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,22 +1054,15 @@ metadata:
labels:
app.kubernetes.io/version: v1.11
knative.dev/crd-install: "true"
name: consumergroups.internal.kafka.eventing.knative.dev
name: consumers.internal.kafka.eventing.knative.dev
spec:
group: internal.kafka.eventing.knative.dev
versions:
- name: v1alpha1
served: true
storage: true
subresources:
status: {}
scale:
# specReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Spec.Replicas.
specReplicasPath: .spec.replicas
# statusReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Replicas.
statusReplicasPath: .status.replicas
# labelSelectorPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Selector
labelSelectorPath: .status.selector
status: { }
schema:
openAPIV3Schema:
type: object
Expand All @@ -1086,19 +1079,13 @@ spec:
- name: Subscriber
type: string
jsonPath: .status.subscriberUri
- name: Replicas
type: string
jsonPath: .spec.replicas
- name: Ready Replicas
type: string
jsonPath: .status.replicas
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
names:
kind: ConsumerGroup
plural: consumergroups
singular: consumergroup
kind: Consumer
plural: consumers
singular: consumer
scope: Namespaced
---
# Copyright 2021 The Knative Authors
Expand All @@ -1122,15 +1109,22 @@ metadata:
labels:
app.kubernetes.io/version: v1.11
knative.dev/crd-install: "true"
name: consumers.internal.kafka.eventing.knative.dev
name: consumergroups.internal.kafka.eventing.knative.dev
spec:
group: internal.kafka.eventing.knative.dev
versions:
- name: v1alpha1
served: true
storage: true
subresources:
status: { }
status: {}
scale:
# specReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Spec.Replicas.
specReplicasPath: .spec.replicas
# statusReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Replicas.
statusReplicasPath: .status.replicas
# labelSelectorPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Selector
labelSelectorPath: .status.selector
schema:
openAPIV3Schema:
type: object
Expand All @@ -1147,13 +1141,19 @@ spec:
- name: Subscriber
type: string
jsonPath: .status.subscriberUri
- name: Replicas
type: string
jsonPath: .spec.replicas
- name: Ready Replicas
type: string
jsonPath: .status.replicas
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
names:
kind: Consumer
plural: consumers
singular: consumer
kind: ConsumerGroup
plural: consumergroups
singular: consumergroup
scope: Namespaced
---
# Copyright 2022 The Knative Authors
Expand Down
46 changes: 23 additions & 23 deletions openshift/release/artifacts/eventing-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,22 +1054,15 @@ metadata:
labels:
app.kubernetes.io/version: v1.11
knative.dev/crd-install: "true"
name: consumergroups.internal.kafka.eventing.knative.dev
name: consumers.internal.kafka.eventing.knative.dev
spec:
group: internal.kafka.eventing.knative.dev
versions:
- name: v1alpha1
served: true
storage: true
subresources:
status: {}
scale:
# specReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Spec.Replicas.
specReplicasPath: .spec.replicas
# statusReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Replicas.
statusReplicasPath: .status.replicas
# labelSelectorPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Selector
labelSelectorPath: .status.selector
status: { }
schema:
openAPIV3Schema:
type: object
Expand All @@ -1086,19 +1079,13 @@ spec:
- name: Subscriber
type: string
jsonPath: .status.subscriberUri
- name: Replicas
type: string
jsonPath: .spec.replicas
- name: Ready Replicas
type: string
jsonPath: .status.replicas
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
names:
kind: ConsumerGroup
plural: consumergroups
singular: consumergroup
kind: Consumer
plural: consumers
singular: consumer
scope: Namespaced
---
# Copyright 2021 The Knative Authors
Expand All @@ -1122,15 +1109,22 @@ metadata:
labels:
app.kubernetes.io/version: v1.11
knative.dev/crd-install: "true"
name: consumers.internal.kafka.eventing.knative.dev
name: consumergroups.internal.kafka.eventing.knative.dev
spec:
group: internal.kafka.eventing.knative.dev
versions:
- name: v1alpha1
served: true
storage: true
subresources:
status: { }
status: {}
scale:
# specReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Spec.Replicas.
specReplicasPath: .spec.replicas
# statusReplicasPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Replicas.
statusReplicasPath: .status.replicas
# labelSelectorPath defines the JSONPath inside a custom resource that corresponds to Scale.Status.Selector
labelSelectorPath: .status.selector
schema:
openAPIV3Schema:
type: object
Expand All @@ -1147,13 +1141,19 @@ spec:
- name: Subscriber
type: string
jsonPath: .status.subscriberUri
- name: Replicas
type: string
jsonPath: .spec.replicas
- name: Ready Replicas
type: string
jsonPath: .status.replicas
- name: Age
type: date
jsonPath: .metadata.creationTimestamp
names:
kind: Consumer
plural: consumers
singular: consumer
kind: ConsumerGroup
plural: consumergroups
singular: consumergroup
scope: Namespaced
---
# Copyright 2022 The Knative Authors
Expand Down
Empty file modified vendor/k8s.io/code-generator/generate-groups.sh
100755 → 100644
Empty file.
Empty file modified vendor/knative.dev/pkg/hack/generate-knative.sh
100755 → 100644
Empty file.

0 comments on commit 2d71075

Please sign in to comment.