Skip to content

Group parameters by component #58

@akranga

Description

@akranga

Today hub supports following notation (see below) that only allow to group parameters prefixed by another parameter. Yet we are getting more and more parameters that are rather generic.

parameters:
- name: kubernetes
  component: foo
  parameters:
  - name: namespace
    value: kube-system
    # ...
- name: ingress
  component: foo
  parameters:
  - name: hosts
    value: foo.example.com
    # ...

Proposed form brings more compact form of the same

parameters:
- component: foo
   parameters:
   - name: kubernetes.namespace
     value: foo
   - name: ingres.hosts
     value: foo.example.com
- component: bar
   parameters:
   - name: kubernetes.namespace
     value: bar
   - name: ingres.hosts
     value: bar.example.com

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestusabilityRelated to CLI usability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions