Skip to content

Are Custom Resources extensions of the Kubernetes API? #56579

Description

@stephan242

This is a Bug Report

Problem:
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/

This article uses descriptions like this (line 1):

Custom resources are extensions of the Kubernetes API.

I'd argue this is incorrect.

Proposed Solution:

It should read:

Custom resources are instances of resource types added to Kubernetes through API extensions.

In other words: Does a Custom Resource provide an API extension? No. Does a Custom Resource Definition provide an API extension? Yes.

Page to Update:
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions