Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Oct 29, 2020
1 parent 08ba225 commit d4f8d64
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,24 @@ If you are using your application in your day-to-day job, on presentation demos,

## ⏰ Work in Progress

This package is Work in Progress and while there is in active development, PRs are also welcomed. Please refer to the [Resources Waitlist](RESOURCES.md) documentation and the [PR List](../../pulls) to know what's up for development.
This package is Work in Progress and while there is in active development, PRs are also welcomed. Please refer to the [Resources Waitlist](docs/RESOURCES.md) documentation and the [PR List](../../pulls) to know what's up for development.

Each existent resource has its own documentation, filled with examples.

- [Namespace](docs/kinds/Namespace.md)
- [Config Map](docs/kinds/ConfigMap.md)
- [Secret](docs/kinds/Secret.md)
- [Storage Class](docs/kinds/StorageClass.md)
- [Persistent Volumes](docs/kinds/PersistentVolume.md)
- [Persistent Volume Claims](docs/kinds/PersistentVolumeClaim.md)
- [Service](docs/kinds/Service.md)
- [Ingress](docs/kinds/Ingress.md)
- [Pod](docs/kinds/Pod.md)
- [Statefulset](docs/kinds/StatefulSet.md)
- [Deployment](docs/kinds/Deployment.md)
- [Jobs](docs/kinds/Job.md)

For other resources, you can check the [WIP resources](docs/RESOURCES.md)

## 🚀 Installation

Expand Down Expand Up @@ -67,25 +84,6 @@ $svc = $cluster->service()
->create();
```

## Supported Resources

Each existent resource has its own documentation, filled with examples.

- [Namespace](docs/kinds/Namespace.md)
- [Config Map](docs/kinds/ConfigMap.md)
- [Secret](docs/kinds/Secret.md)
- [Storage Class](docs/kinds/StorageClass.md)
- [Persistent Volumes](docs/kinds/PersistentVolume.md)
- [Persistent Volume Claims](docs/kinds/PersistentVolumeClaim.md)
- [Service](docs/kinds/Service.md)
- [Ingress](docs/kinds/Ingress.md)
- [Pod](docs/kinds/Pod.md)
- [Statefulset](docs/kinds/StatefulSet.md)
- [Deployment](docs/kinds/Deployment.md)
- [Jobs](docs/kinds/Job.md)

For other resources, you can check the [WIP resources](docs/RESOURCES.md)

## Accessing the API

Each kind has its own class from which you can build it and then create, update, replace or delete them.
Expand Down

0 comments on commit d4f8d64

Please sign in to comment.