mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Fixed several typos
This commit is contained in:
@@ -50,7 +50,7 @@ will generate a clientset named "my_release" which includes clients for api/v1 o
|
||||
- Adding expansion methods: client-gen only generates the common methods, such as `Create()` and `Delete()`. You can manually add additional methods through the expansion interface. For example, this [file](../../pkg/client/clientset_generated/release_1_2/typed/core/v1/pod_expansion.go) adds additional methods to Pod's client. As a convention, we put the expansion interface and its methods in file ${TYPE}_expansion.go.
|
||||
- Generating Fake clients for testing purposes: client-gen will generate a fake clientset if the command line argument `--fake-clientset` is set. The fake clientset provides the default implementation, you only need to fake out the methods you care about when writing test cases.
|
||||
|
||||
The output of client-gen inlcudes:
|
||||
The output of client-gen includes:
|
||||
- clientset: the clientset will be generated at `pkg/client/clientset_generated/` by default, and you can change the path via the `--clientset-path` command line argument.
|
||||
- Individual typed clients and client for group: They will be generated at `pkg/client/clientset_generated/${clientset_name}/typed/generated/${GROUP}/${VERSION}/`
|
||||
|
||||
|
@@ -76,7 +76,7 @@ Common workflow for Kubemark is:
|
||||
- monitoring test execution and debugging problems
|
||||
- turning down Kubemark cluster
|
||||
|
||||
Included in descrptions there will be comments helpful for anyone who’ll want to
|
||||
Included in descriptions there will be comments helpful for anyone who’ll want to
|
||||
port Kubemark to different providers.
|
||||
|
||||
### Starting a Kubemark cluster
|
||||
|
@@ -153,7 +153,7 @@ Then, run
|
||||
|
||||
This will do a dry run of the release. It will give you instructions at the
|
||||
end for `pushd`ing into the dry-run directory and having a look around.
|
||||
`pushd` into the directory and make sure everythig looks as you expect:
|
||||
`pushd` into the directory and make sure everything looks as you expect:
|
||||
|
||||
```console
|
||||
git log "${RELEASE_VERSION}" # do you see the commit you expect?
|
||||
|
Reference in New Issue
Block a user