Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s client staging #1831

Merged
merged 17 commits into from
Aug 24, 2017
Merged

K8s client staging #1831

merged 17 commits into from
Aug 24, 2017

Commits on Aug 20, 2017

  1. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (splited the code)
    prashantvicky committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    2d3ca67 View commit details
    Browse the repository at this point in the history
  2. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (Statefulset Part 1)
    prashantvicky committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    00dd525 View commit details
    Browse the repository at this point in the history
  3. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (Statefulset Part 1)
    prashantvicky committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    38abb93 View commit details
    Browse the repository at this point in the history
  4. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (Statefulset Part 1) Removed Unwanted code
    prashantvicky committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    56b28ed View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    91d577b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (Statefulset Part 2)
    prashantvicky committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    bdbcca4 View commit details
    Browse the repository at this point in the history
  2. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (Statefulset Part 2)
    prashantvicky committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    a5e4a49 View commit details
    Browse the repository at this point in the history
  3. feature(provider/kubernetes) : Adding support for Stateful set for ne…

    …w Caching agent using new java client library (Statefulset Part 2)
    prashantvicky committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    7736c5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c039100 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. feature(provider/kubernetes) : In order to see Statefulset in Spinnak…

    …er UI we need to have loadbalancer details also as its throw null pointer at com.netflix.spinnaker.clouddriver.controllers.ApplicationsController on line no: 101 (result.clusters[account] << new ApplicationClusterViewModel(name: cluster.name, loadBalancers: cluster.loadBalancers.name as TreeSet, serverGroups: cluster.serverGroups*.name as TreeSet, provider: cluster.type) at this call 'cluster.loadBalancers.name')
    prashantvicky committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    00ec201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e07b638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4ef89b View commit details
    Browse the repository at this point in the history
  4. feature(provider/kubernetes) : 1) Removed V1PersistentVolumeClaim (Ad…

    …ded the right implementation) 2) Removed extra Space
    prashantvicky committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    0ece2bd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. feature(provider/kubernetes) : 1) Adding DaemonSets Support (Part 1)2…

    …) in order to accommodate new controller , created new generic KubernatesController in KubernetesControllersCachingAgent
    prashantvicky committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    b26485c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455bdf7 View commit details
    Browse the repository at this point in the history
  3. feature(provider/kubernetes) : 1) Incorporated the Review comments (P…

    …ull Request 1831) 2) DaemonSetsSpec doesnot support Replicas : Checked the Documentation (V1beta1DaemonSetSpec.md)
    prashantvicky committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    fd5c378 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5401ad8 View commit details
    Browse the repository at this point in the history