Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
google.golang.org/protobuf v1.36.7
google.golang.org/protobuf v1.36.10
k8s.io/api v0.31.12
k8s.io/apiextensions-apiserver v0.31.12
k8s.io/apimachinery v0.31.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1373,8 +1373,8 @@ google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.36.7 h1:IgrO7UwFQGJdRNXH/sQux4R1Dj1WAKcLElzeeRaXV2A=
google.golang.org/protobuf v1.36.7/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
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 @@ -1581,22 +1581,15 @@ metadata:
labels:
app.kubernetes.io/version: v1.17
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 @@ -1613,19 +1606,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 @@ -1649,15 +1636,22 @@ metadata:
labels:
app.kubernetes.io/version: v1.17
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 @@ -1674,13 +1668,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
2 changes: 1 addition & 1 deletion openshift/release/artifacts/eventing-kafka-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ data:
enable.auto.commit=false
exclude.internal.topics=true
fetch.max.bytes=52428800
isolation.level=read_uncommitted
isolation.level=read_committed
max.poll.interval.ms=300000
max.poll.records=50
partition.assignment.strategy=org.apache.kafka.clients.consumer.StickyAssignor
Expand Down
48 changes: 24 additions & 24 deletions openshift/release/artifacts/eventing-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1581,22 +1581,15 @@ metadata:
labels:
app.kubernetes.io/version: v1.17
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 @@ -1613,19 +1606,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 @@ -1649,15 +1636,22 @@ metadata:
labels:
app.kubernetes.io/version: v1.17
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 @@ -1674,13 +1668,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 Expand Up @@ -3403,7 +3403,7 @@ data:
enable.auto.commit=false
exclude.internal.topics=true
fetch.max.bytes=52428800
isolation.level=read_uncommitted
isolation.level=read_committed
max.poll.interval.ms=300000
max.poll.records=50
partition.assignment.strategy=org.apache.kafka.clients.consumer.StickyAssignor
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 35 additions & 17 deletions vendor/google.golang.org/protobuf/internal/filedesc/desc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading