Navigation Menu

Skip to content

Commit

Permalink
an offense against the style guide. (#13837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptux authored and k8s-ci-robot committed Apr 19, 2019
1 parent a54e919 commit 47b7de5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ In the `.yaml` file for the Kubernetes object you want to create, you'll need to

* `apiVersion` - Which version of the Kubernetes API you're using to create this object
* `kind` - What kind of object you want to create
* `metadata` - Data that helps uniquely identify the object, including a `name` string, UID, and optional `namespace`
* `metadata` - Data that helps uniquely identify the object, including a `name` string, `UID`, and optional `namespace`

You'll also need to provide the object `spec` field. The precise format of the object `spec` is different for every Kubernetes object, and contains nested fields specific to that object. The [Kubernetes API Reference](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/) can help you find the spec format for all of the objects you can create using Kubernetes.
For example, the `spec` format for a `Pod` can be found
Expand Down

0 comments on commit 47b7de5

Please sign in to comment.