From 76480357f53da80b60595ea3365c692e90953e0e Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 27 Oct 2016 23:16:31 -1000 Subject: Rename PetSet to StatefulSet in docs and examples. --- updating-docs-for-feature-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updating-docs-for-feature-changes.md b/updating-docs-for-feature-changes.md index 6e85c48d..309b809d 100644 --- a/updating-docs-for-feature-changes.md +++ b/updating-docs-for-feature-changes.md @@ -11,7 +11,7 @@ Anyone making user facing changes to kubernetes. This is especially important f ### When making Api changes *e.g. adding Deployments* -* Always make sure docs for downstream effects are updated *(PetSet -> PVC, Deployment -> ReplicationController)* +* Always make sure docs for downstream effects are updated *(StatefulSet -> PVC, Deployment -> ReplicationController)* * Add or update the corresponding *[Glossary](http://kubernetes.io/docs/reference/)* item * Verify the guides / walkthroughs do not require any changes: * **If your change will be recommended over the approaches shown in these guides, then they must be updated to reflect your change** -- cgit v1.2.3