Skip to content

Commit

Permalink
Amend README to relax restrictions on beta K8s resources (#378)
Browse files Browse the repository at this point in the history
Amend README to express availability for inclusion of beta K8s resources.
  • Loading branch information
alexsomesan authored Mar 27, 2019
1 parent 3c56c55 commit f116747
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
- [Go](https://golang.org/doc/install) 1.9 (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.11.x (to build the provider plugin)

## Building The Provider

Expand All @@ -29,15 +29,11 @@ $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-kubernetes
$ make build
```

## Using the provider

- [ ] Fill in for each provider

## Developing the Provider

### Contributing Resources

In order to prevent breaking changes and migration of user-created resources, resources included in this provider will be limited to `v1` APIs and not `alpha` or `beta`. You can find `v1` resources in the Kubernetes [API documentation](https://kubernetes.io/docs/reference/#api-reference) for the appropriate version of Kubernetes.
In order to prevent breaking changes and migration of user-created resources, resources included in this provider will be limited to stable (aka `v1`) and beta APIs (with beta resources, readiness for inclusion will be assessed individually). You can find `v1` resources in the Kubernetes [API documentation](https://kubernetes.io/docs/reference/#api-reference) for the appropriate version of Kubernetes.

### Development Environment

Expand Down

3 comments on commit f116747

@cemo
Copy link

@cemo cemo commented on f116747 Mar 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexsomesan Beta resources will be added as well anymore?

@alexsomesan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cemo Yes, that is what I was trying to communicate.

@cemo
Copy link

@cemo cemo commented on f116747 Mar 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I wish this happened long time ago. Terraform is far better than helm for managing kubernetes infrastructure.

Please sign in to comment.