Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

operator: Add option to act as cluster wide #1777

Merged
merged 14 commits into from
Feb 13, 2018

Commits on Feb 12, 2018

  1. Add option for operator to act as cluster wide

    for a cluster to be managed widely, user have to add annotation:
      etcd.database.coreos.com/scope: clusterwide
    And admin have to run an operator with option "-cluster-wide".
    
    Current implementation have a lack of locking if many operators with
    cluster-wide run on different namespaces.
    guilhem committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    4a85ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c9fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba95541 View commit details
    Browse the repository at this point in the history
  4. Use named return values

    guilhem committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    38f7637 View commit details
    Browse the repository at this point in the history
  5. Mix examples

    guilhem committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    1bc23a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    605ef99 View commit details
    Browse the repository at this point in the history
  7. Move constants to k8sutil

    guilhem committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    8ebe2f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Remove unused constants

    guilhem committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    2b2920b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c0731 View commit details
    Browse the repository at this point in the history
  3. Command help rephrasing

    guilhem committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    e03e637 View commit details
    Browse the repository at this point in the history
  4. Clusterwide example

    guilhem committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a4f4b06 View commit details
    Browse the repository at this point in the history
  5. handleClusterEvent help

    guilhem committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    fd0e59b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc6cd9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11ce31f View commit details
    Browse the repository at this point in the history