Sha256: 9618fd241495e74fe06c5b3a1ca72518110434dde41132f3a8b6df28cb0cc8f1
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
--- title: Generators --- Kubes ships with a few generators to help you get building with Kubernetes quickly. The generated starter YAML should be modified and customized for your needs. ## Examples Here are a few examples: $ kubes new ingress create .kubes/resources/web/ingress.yaml $ kubes new service_account create .kubes/resources/shared/service_account.yaml $ Use `-h` to see the cli options: kubes new -h ## Supported Resources Here's a list of some of the supported resources. backend_config config_map daemon_set deployment ingress job managed_certificate namespace network_policy pod role_binding role secret service_account service Refer to the [source code](https://github.com/boltops-tools/kubes/blob/master/lib/templates/new/yaml) to all the resources that the generator supports.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kubes-0.5.1 | docs/_docs/generators.md |
kubes-0.5.0 | docs/_docs/generators.md |