portainer/portainer

View on GitHub
app/kubernetes/views/applications/create/createApplication.js

Summary

Maintainability
A
35 mins
Test Coverage
angular.module('portainer.kubernetes').component('kubernetesCreateApplicationView', {
  templateUrl: './createApplication.html',
  controller: 'KubernetesCreateApplicationController',
  controllerAs: 'ctrl',
  bindings: {
    endpoint: '<',
  },
});