Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

fix: prefer core resources when enabling a type #1294

Merged

Commits on Oct 9, 2020

  1. fix: prefer core resources when enabling a type

    When a resource type such as `pods` is `services` is passed to
    `kubefedctl enable` and there's a match for this name in the `core`
    group as well as another group, there was no way to tell `kubefedctl`
    that the `core` resource should be enabled.
    
    Now, whenever an API resource from the `core` group matches the
    desired type to be enabled, this resource type is preferred.
    Max Jonas Werner committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    7eff10f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. chore: add documentation on enabling core group resources

    Max Jonas Werner committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    179040a View commit details
    Browse the repository at this point in the history