Uploaded image for project: 'OpenShift Workloads'
  1. OpenShift Workloads
  2. WRKLDS-1455

descheduler: tag plugin arguments with omitempty to reduce the marshalled json size

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • None
    • Upstream
    • 2
    • False
    • None
    • False
    • OCPSTRAT-46 - Strategic Upstream Work - OCP Control Plane and Node Lifecycle Group
    • Workloads Sprint 257, Workloads Sprint 258

      - args:
          namespaces:
            include:
            - includedNamespace
      

      looks better than

      - args:
          excludedTaints: null
          includePreferNoSchedule: false
          includedTaints: null
          labelSelector: null
          namespaces:
            exclude: []
            include:
            - includedNamespace
      

      DoD:

              jchaloup@redhat.com Jan Chaloupka
              jchaloup@redhat.com Jan Chaloupka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: