Sha256: 544c78a219547f1b33a85dfc308d9c0f30711d7faa7f218d4f270d9eb6485c3e
Contents?: true
Size: 1.13 KB
Versions: 35
Compression:
Stored size: 1.13 KB
Contents
--- title: kubes new resource reference: true --- ## Usage kubes new resource ## Description Generates Kubes Kubernetes resource definition. ## Examples $ kubes new resource ingress create .kubes/resources/web/ingress.yaml $ kubes new resource 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/resource/yaml ## Options ``` a, [--app=APP] # App name # Default: demo y, [--force] # Bypass overwrite are you sure prompt for existing files r, [--role=ROLE] # Role. IE: web, clock, worker, migrate, etc. Defaults to convention: web or shared when not set t, [--type=TYPE] # Type: dsl or yaml # Default: yaml ```
Version data entries
35 entries across 35 versions & 1 rubygems