diff --git a/docs/eventing-api.md b/docs/eventing-api.md index 4c84a143474..00d8f8f37cd 100644 --- a/docs/eventing-api.md +++ b/docs/eventing-api.md @@ -76,7 +76,7 @@ Channelable ObjectReferences and access their subscription and address data. Th metadata
- + Kubernetes meta/v1.ObjectMeta @@ -471,7 +471,7 @@ SubscribableType ObjectReferences and access the Subscription data. This is not metadata
- + Kubernetes meta/v1.ObjectMeta @@ -724,7 +724,7 @@ int64 ready
- + Kubernetes core/v1.ConditionStatus @@ -846,7 +846,7 @@ access the Placeable data. This is not a real resource.

metadata
- + Kubernetes meta/v1.ObjectMeta @@ -958,7 +958,7 @@ Channelable ObjectReferences and access their subscription and address data. Th metadata
- + Kubernetes meta/v1.ObjectMeta @@ -1299,7 +1299,7 @@ SubscribableType ObjectReferences and access the Subscription data. This is not metadata
- + Kubernetes meta/v1.ObjectMeta @@ -1552,7 +1552,7 @@ int64 ready
- + Kubernetes core/v1.ConditionStatus @@ -1624,7 +1624,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -1736,7 +1736,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -2358,7 +2358,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -2640,7 +2640,7 @@ series through Channels and Subscriptions.

metadata
- + Kubernetes meta/v1.ObjectMeta @@ -2878,7 +2878,7 @@ ParallelSubscriptionStatus channel
- + Kubernetes core/v1.ObjectReference @@ -3062,7 +3062,7 @@ It generally has the form {channel}.{namespace}.svc.{cluster domain name}

subscription
- + Kubernetes core/v1.ObjectReference @@ -3104,7 +3104,7 @@ series through Channels and Subscriptions.

metadata
- + Kubernetes meta/v1.ObjectMeta @@ -3211,7 +3211,7 @@ date.

channel
- + Kubernetes core/v1.ObjectReference @@ -3444,7 +3444,7 @@ This includes things like retries, DLS, etc.

subscription
- + Kubernetes core/v1.ObjectReference @@ -3516,7 +3516,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -3627,7 +3627,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -3723,7 +3723,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -4308,7 +4308,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -4461,7 +4461,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -4508,7 +4508,7 @@ and modifications of the event sent to the sink.

template
- + Kubernetes core/v1.PodTemplateSpec @@ -4568,7 +4568,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -4731,7 +4731,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta @@ -4893,7 +4893,7 @@ More info: + Kubernetes meta/v1.LabelSelector @@ -5084,7 +5084,7 @@ and modifications of the event sent to the sink.

template
- + Kubernetes core/v1.PodTemplateSpec @@ -5416,7 +5416,7 @@ string metadata
- + Kubernetes meta/v1.ObjectMeta diff --git a/hack/reference-docs-gen-config.json b/hack/reference-docs-gen-config.json index b7bd11b764b..54335374064 100644 --- a/hack/reference-docs-gen-config.json +++ b/hack/reference-docs-gen-config.json @@ -17,7 +17,7 @@ }, { "typeMatchPrefix": "^k8s\\.io/(api|apimachinery/pkg/apis)/", - "docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}" + "docsURLTemplate": "https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#{{lower .TypeIdentifier}}-{{arrIndex .PackageSegments -1}}-{{arrIndex .PackageSegments -2}}" }, { "typeMatchPrefix": "^knative\\.dev/pkg/apis/duck",