mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Mention not all Rancher CRDs are implemented yet
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
title: API Reference
|
title: API Reference
|
||||||
---
|
---
|
||||||
|
|
||||||
|
:::note
|
||||||
|
|
||||||
|
At this time, not all Rancher resources have been made available through the Rancher Kubernetes API.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
import ApiDocMdx from '@theme/ApiDocMdx';
|
import ApiDocMdx from '@theme/ApiDocMdx';
|
||||||
|
|
||||||
<ApiDocMdx id="rancher-api" />
|
<ApiDocMdx id="rancher-api" />
|
||||||
@@ -46,7 +46,13 @@ For more information on available kubeconfig options, see the [upstream document
|
|||||||
|
|
||||||
## API kubectl Example
|
## API kubectl Example
|
||||||
|
|
||||||
In this example, we'll show how to use kubectl to create a project, followed by deleting it.
|
In this example, we'll show how to use kubectl to create a project, followed by deleting it. For a list of other Rancher resources available, refer to the [API Reference](./api-reference.mdx) page.
|
||||||
|
|
||||||
|
:::note
|
||||||
|
|
||||||
|
At this time, not all Rancher resources have been made available through the Rancher Kubernetes API.
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
1. Set your KUBECONFIG environment variable to the kubeconfig file you just created:
|
1. Set your KUBECONFIG environment variable to the kubeconfig file you just created:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user