update, remove third party resource links (#11001)

This commit is contained in:
Karen Bradshaw
2018-11-14 17:25:39 -05:00
committed by k8s-ci-robot
parent 4514602b29
commit b38adb0075
2 changed files with 8 additions and 6 deletions
@@ -240,9 +240,9 @@ When you add a custom resource, you can access it using:
{{% /capture %}}
{{% capture whatsnext %}}
* Learn how to [Extend the Kubernetes API with the aggregation layer](/docs/concepts/api-extension/apiserver-aggregation/).
* Learn how to [Extend the Kubernetes API with CustomResourceDefinition](/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/).
* Learn how to [Migrate a ThirdPartyResource to CustomResourceDefinition](/docs/tasks/access-kubernetes-api/migrate-third-party-resource/).
{{% /capture %}}
* Learn how to [Extend the Kubernetes API with the aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/).
* Learn how to [Extend the Kubernetes API with CustomResourceDefinition](/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/).
{{% /capture %}}