Skip to content

Commit

Permalink
Remove list of supported resources
Browse files Browse the repository at this point in the history
Since
  • Loading branch information
pablochacin authored Jul 29, 2024
1 parent 0a0909f commit cc73d41
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ This API offers methods for creating, retrieving, listing and deleting resources
| | namespace |
| update | spec object | updates an existing resource


The kinds of resources currently supported are:
* [ConfigMap](examples/configmap_operations.js)
* [Deployment](examples/deployment_operations.js)
* [Ingress](examples/ingress_operations.js)
* [Job](examples/job_operations.js)
* [Namespace](examples/namespace_operations.js)
* [Node](examples/node_operations.js)
* [PersistentVolume](examples/persistentvolume_operations.js)
* [PersistentVolumeClaim](examples/persistentvolumeclaim_operations.js)
* [Pod](examples/pod_operations.js)
* [Secret](examples/secret_operations.js)
* [Service](examples/service_operations.js)
* [StatefulSet](examples/statefulset_operations.js)

### Examples

#### Creating a pod using a specification
Expand Down

0 comments on commit cc73d41

Please sign in to comment.