Class KubernetesApplication

  • All Implemented Interfaces:
    com.netflix.spinnaker.clouddriver.model.Application

    public final class KubernetesApplication
    extends java.lang.Object
    implements com.netflix.spinnaker.clouddriver.model.Application
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getAttributes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.netflix.spinnaker.clouddriver.model.Application

        getClusterNames, getName
    • Constructor Detail

      • KubernetesApplication

        public KubernetesApplication()
    • Method Detail

      • getAttributes

        public java.util.Map<java.lang.String,​java.lang.String> getAttributes()
        Specified by:
        getAttributes in interface com.netflix.spinnaker.clouddriver.model.Application