Sha256: 4e355eb42e910bedb8478387995f8178ab379d770548b0c3422e0513c34503ed

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

## Examples

    $ kubes new ingress
          create  .kubes/resources/web/ingress.yaml
    $ kubes new service_account
          create  .kubes/resources/shared/service_account.yaml
    $

## 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 to all the resources that the generator supports:
https://github.com/boltops-tools/kubes/blob/master/lib/templates/new/yaml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kubes-0.5.1 lib/kubes/cli/help/new.md
kubes-0.5.0 lib/kubes/cli/help/new.md