├── .gitignore ├── .package ├── Dockerfile ├── Godeps ├── Godeps.json ├── Readme └── _workspace │ ├── .gitignore │ └── src │ └── github.com │ ├── Sirupsen │ └── logrus │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── doc.go │ │ ├── entry.go │ │ ├── examples │ │ ├── basic │ │ │ └── basic.go │ │ └── hook │ │ │ └── hook.go │ │ ├── exported.go │ │ ├── formatter.go │ │ ├── formatters │ │ └── logstash │ │ │ └── logstash.go │ │ ├── hooks.go │ │ ├── hooks │ │ └── syslog │ │ │ ├── README.md │ │ │ └── syslog.go │ │ ├── json_formatter.go │ │ ├── logger.go │ │ ├── logrus.go │ │ ├── terminal_bsd.go │ │ ├── terminal_linux.go │ │ ├── terminal_notwindows.go │ │ ├── terminal_windows.go │ │ ├── text_formatter.go │ │ └── writer.go │ ├── gorilla │ ├── context │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── context.go │ │ └── doc.go │ ├── mux │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── doc.go │ │ ├── mux.go │ │ ├── regexp.go │ │ └── route.go │ └── websocket │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── AUTHORS │ │ ├── LICENSE │ │ ├── README.md │ │ ├── client.go │ │ ├── conn.go │ │ ├── doc.go │ │ ├── examples │ │ ├── autobahn │ │ │ ├── README.md │ │ │ ├── fuzzingclient.json │ │ │ └── server.go │ │ ├── chat │ │ │ ├── README.md │ │ │ ├── conn.go │ │ │ ├── home.html │ │ │ ├── hub.go │ │ │ └── main.go │ │ ├── command │ │ │ ├── README.md │ │ │ ├── home.html │ │ │ └── main.go │ │ ├── echo │ │ │ ├── README.md │ │ │ ├── client.go │ │ │ └── server.go │ │ └── filewatch │ │ │ ├── README.md │ │ │ └── main.go │ │ ├── json.go │ │ ├── server.go │ │ └── util.go │ └── rancher │ ├── go-rancher-metadata │ └── metadata │ │ ├── change.go │ │ ├── metadata.go │ │ ├── types.go │ │ └── utils.go │ └── go-rancher │ ├── Godeps │ └── _workspace │ │ └── src │ │ └── github.com │ │ └── gorilla │ │ └── websocket │ │ └── LICENSE │ ├── LICENSE │ └── client │ ├── client.go │ ├── common.go │ ├── generated_account.go │ ├── generated_active_setting.go │ ├── generated_add_label_input.go │ ├── generated_add_load_balancer_input.go │ ├── generated_add_remove_cluster_host_input.go │ ├── generated_add_remove_load_balancer_host_input.go │ ├── generated_add_remove_load_balancer_listener_input.go │ ├── generated_add_remove_load_balancer_service_link_input.go │ ├── generated_add_remove_load_balancer_target_input.go │ ├── generated_add_remove_service_link_input.go │ ├── generated_agent.go │ ├── generated_amazonec2config.go │ ├── generated_api_key.go │ ├── generated_azure_config.go │ ├── generated_certificate.go │ ├── generated_change_secret_input.go │ ├── generated_client.go │ ├── generated_cluster.go │ ├── generated_compose_config.go │ ├── generated_compose_config_input.go │ ├── generated_config_item.go │ ├── generated_config_item_status.go │ ├── generated_container.go │ ├── generated_container_event.go │ ├── generated_container_exec.go │ ├── generated_container_logs.go │ ├── generated_credential.go │ ├── generated_databasechangelog.go │ ├── generated_databasechangeloglock.go │ ├── generated_digitalocean_config.go │ ├── generated_dns_service.go │ ├── generated_docker_build.go │ ├── generated_environment.go │ ├── generated_environment_upgrade.go │ ├── generated_exoscale_config.go │ ├── generated_extension_implementation.go │ ├── generated_extension_point.go │ ├── generated_external_dns_event.go │ ├── generated_external_event.go │ ├── generated_external_handler.go │ ├── generated_external_handler_external_handler_process_map.go │ ├── generated_external_handler_process.go │ ├── generated_external_handler_process_config.go │ ├── generated_external_service.go │ ├── generated_external_service_event.go │ ├── generated_external_storage_pool_event.go │ ├── generated_external_volume_event.go │ ├── generated_field_documentation.go │ ├── generated_githubconfig.go │ ├── generated_global_load_balancer.go │ ├── generated_global_load_balancer_health_check.go │ ├── generated_global_load_balancer_policy.go │ ├── generated_host.go │ ├── generated_host_access.go │ ├── generated_host_api_proxy_token.go │ ├── generated_identity.go │ ├── generated_image.go │ ├── generated_in_service_upgrade_strategy.go │ ├── generated_instance.go │ ├── generated_instance_console.go │ ├── generated_instance_console_input.go │ ├── generated_instance_health_check.go │ ├── generated_instance_link.go │ ├── generated_instance_stop.go │ ├── generated_ip_address.go │ ├── generated_ip_address_associate_input.go │ ├── generated_label.go │ ├── generated_launch_config.go │ ├── generated_ldapconfig.go │ ├── generated_load_balancer.go │ ├── generated_load_balancer_app_cookie_stickiness_policy.go │ ├── generated_load_balancer_config.go │ ├── generated_load_balancer_config_listener_map.go │ ├── generated_load_balancer_cookie_stickiness_policy.go │ ├── generated_load_balancer_health_check.go │ ├── generated_load_balancer_host_map.go │ ├── generated_load_balancer_listener.go │ ├── generated_load_balancer_service.go │ ├── generated_load_balancer_service_link.go │ ├── generated_load_balancer_target.go │ ├── generated_local_auth_config.go │ ├── generated_log_config.go │ ├── generated_machine.go │ ├── generated_mount.go │ ├── generated_network.go │ ├── generated_openstack_config.go │ ├── generated_packet_config.go │ ├── generated_password.go │ ├── generated_physical_host.go │ ├── generated_port.go │ ├── generated_process_definition.go │ ├── generated_process_execution.go │ ├── generated_process_instance.go │ ├── generated_project.go │ ├── generated_project_member.go │ ├── generated_publish.go │ ├── generated_pull_task.go │ ├── generated_rackspace_config.go │ ├── generated_register.go │ ├── generated_registration_token.go │ ├── generated_registry.go │ ├── generated_registry_credential.go │ ├── generated_remove_label_input.go │ ├── generated_remove_load_balancer_input.go │ ├── generated_resource_definition.go │ ├── generated_restart_policy.go │ ├── generated_secondary_launch_config.go │ ├── generated_service.go │ ├── generated_service_consume_map.go │ ├── generated_service_event.go │ ├── generated_service_expose_map.go │ ├── generated_service_link.go │ ├── generated_service_upgrade.go │ ├── generated_service_upgrade_strategy.go │ ├── generated_set_labels_input.go │ ├── generated_set_load_balancer_hosts_input.go │ ├── generated_set_load_balancer_listeners_input.go │ ├── generated_set_load_balancer_service_links_input.go │ ├── generated_set_load_balancer_targets_input.go │ ├── generated_set_project_members_input.go │ ├── generated_set_service_links_input.go │ ├── generated_setting.go │ ├── generated_snapshot.go │ ├── generated_softlayer_config.go │ ├── generated_state_transition.go │ ├── generated_stats_access.go │ ├── generated_storage_pool.go │ ├── generated_subscribe.go │ ├── generated_task.go │ ├── generated_task_instance.go │ ├── generated_to_service_upgrade_strategy.go │ ├── generated_type_documentation.go │ ├── generated_user_preference.go │ ├── generated_virtualbox_config.go │ ├── generated_vmwarevcloudair_config.go │ ├── generated_vmwarevsphere_config.go │ ├── generated_volume.go │ └── types.go ├── README.md ├── main.go ├── packaging └── Dockerfile ├── rancher ├── config.go ├── metadata.go ├── service.go ├── stack.go └── wait.go ├── scripts ├── bootstrap ├── build └── clean └── server ├── handlers.go ├── router.go ├── server.go └── types.go /.gitignore: -------------------------------------------------------------------------------- 1 | cowbell 2 | build 3 | dist 4 | bin 5 | *.swp 6 | -------------------------------------------------------------------------------- /.package: -------------------------------------------------------------------------------- 1 | github.com/cloudnautique/cowbell 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Dockerfile -------------------------------------------------------------------------------- /Godeps/Godeps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/Godeps.json -------------------------------------------------------------------------------- /Godeps/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/Readme -------------------------------------------------------------------------------- /Godeps/_workspace/.gitignore: -------------------------------------------------------------------------------- 1 | /pkg 2 | /bin 3 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/.gitignore: -------------------------------------------------------------------------------- 1 | logrus 2 | -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/doc.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic/basic.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook/hook.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/exported.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/exported.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatter.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash/logstash.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog/syslog.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/logger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/logger.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/logrus.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/logrus.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_bsd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_bsd.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_linux.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_notwindows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_notwindows.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_windows.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/terminal_windows.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/text_formatter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/text_formatter.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/Sirupsen/logrus/writer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/Sirupsen/logrus/writer.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/context/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/context/.travis.yml -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/context/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/context/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/context/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/context/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/context/context.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/context/context.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/context/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/context/doc.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/doc.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/mux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/mux.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/regexp.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/regexp.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/mux/route.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/mux/route.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/.gitignore -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/.travis.yml -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/AUTHORS -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/client.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/conn.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/conn.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/doc.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/fuzzingclient.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/fuzzingclient.json -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/autobahn/server.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/conn.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/home.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/hub.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/hub.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/chat/main.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/home.html -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/command/main.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/client.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/echo/server.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/README.md -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/examples/filewatch/main.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/json.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/server.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/gorilla/websocket/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/gorilla/websocket/util.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/change.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/change.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/metadata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/metadata.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/types.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher-metadata/metadata/utils.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/Godeps/_workspace/src/github.com/gorilla/websocket/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/Godeps/_workspace/src/github.com/gorilla/websocket/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/LICENSE -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/client.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/common.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_account.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_account.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_active_setting.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_active_setting.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_label_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_label_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_load_balancer_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_load_balancer_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_cluster_host_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_cluster_host_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_host_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_host_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_listener_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_listener_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_service_link_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_service_link_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_target_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_load_balancer_target_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_service_link_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_add_remove_service_link_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_agent.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_agent.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_amazonec2config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_amazonec2config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_api_key.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_api_key.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_azure_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_azure_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_certificate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_certificate.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_change_secret_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_change_secret_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_client.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_cluster.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_compose_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_compose_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_compose_config_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_compose_config_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_config_item.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_config_item.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_config_item_status.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_config_item_status.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container_exec.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container_exec.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container_logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_container_logs.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_credential.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_credential.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_databasechangelog.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_databasechangelog.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_databasechangeloglock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_databasechangeloglock.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_digitalocean_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_digitalocean_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_dns_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_dns_service.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_docker_build.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_docker_build.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_environment.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_environment.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_environment_upgrade.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_environment_upgrade.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_exoscale_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_exoscale_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_extension_implementation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_extension_implementation.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_extension_point.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_extension_point.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_dns_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_dns_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler_external_handler_process_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler_external_handler_process_map.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler_process.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler_process.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler_process_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_handler_process_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_service.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_service_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_service_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_storage_pool_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_storage_pool_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_volume_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_external_volume_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_field_documentation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_field_documentation.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_githubconfig.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_githubconfig.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_global_load_balancer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_global_load_balancer.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_global_load_balancer_health_check.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_global_load_balancer_health_check.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_global_load_balancer_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_global_load_balancer_policy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_host.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_host.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_host_access.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_host_access.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_host_api_proxy_token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_host_api_proxy_token.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_identity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_identity.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_image.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_image.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_in_service_upgrade_strategy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_in_service_upgrade_strategy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_console.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_console.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_console_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_console_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_health_check.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_health_check.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_link.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_link.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_stop.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_instance_stop.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_ip_address.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_ip_address.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_ip_address_associate_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_ip_address_associate_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_label.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_label.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_launch_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_launch_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_ldapconfig.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_ldapconfig.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_app_cookie_stickiness_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_app_cookie_stickiness_policy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_config_listener_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_config_listener_map.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_cookie_stickiness_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_cookie_stickiness_policy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_health_check.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_health_check.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_host_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_host_map.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_listener.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_listener.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_service.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_service_link.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_service_link.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_target.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_load_balancer_target.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_local_auth_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_local_auth_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_log_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_log_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_machine.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_machine.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_mount.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_mount.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_network.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_network.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_openstack_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_openstack_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_packet_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_packet_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_password.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_password.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_physical_host.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_physical_host.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_port.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_port.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_process_definition.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_process_definition.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_process_execution.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_process_execution.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_process_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_process_instance.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_project.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_project.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_project_member.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_project_member.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_publish.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_publish.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_pull_task.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_pull_task.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_rackspace_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_rackspace_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_register.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_registration_token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_registration_token.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_registry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_registry.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_registry_credential.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_registry_credential.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_remove_label_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_remove_label_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_remove_load_balancer_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_remove_load_balancer_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_resource_definition.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_resource_definition.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_restart_policy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_restart_policy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_secondary_launch_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_secondary_launch_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_consume_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_consume_map.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_event.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_expose_map.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_expose_map.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_link.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_link.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_upgrade.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_upgrade.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_upgrade_strategy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_service_upgrade_strategy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_labels_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_labels_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_hosts_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_hosts_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_listeners_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_listeners_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_service_links_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_service_links_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_targets_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_load_balancer_targets_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_project_members_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_project_members_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_service_links_input.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_set_service_links_input.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_setting.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_setting.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_snapshot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_snapshot.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_softlayer_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_softlayer_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_state_transition.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_state_transition.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_stats_access.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_stats_access.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_storage_pool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_storage_pool.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_subscribe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_subscribe.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_task.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_task.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_task_instance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_task_instance.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_to_service_upgrade_strategy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_to_service_upgrade_strategy.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_type_documentation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_type_documentation.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_user_preference.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_user_preference.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_virtualbox_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_virtualbox_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_vmwarevcloudair_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_vmwarevcloudair_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_vmwarevsphere_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_vmwarevsphere_config.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_volume.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_volume.go -------------------------------------------------------------------------------- /Godeps/_workspace/src/github.com/rancher/go-rancher/client/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/Godeps/_workspace/src/github.com/rancher/go-rancher/client/types.go -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/main.go -------------------------------------------------------------------------------- /packaging/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/packaging/Dockerfile -------------------------------------------------------------------------------- /rancher/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/rancher/config.go -------------------------------------------------------------------------------- /rancher/metadata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/rancher/metadata.go -------------------------------------------------------------------------------- /rancher/service.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/rancher/service.go -------------------------------------------------------------------------------- /rancher/stack.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/rancher/stack.go -------------------------------------------------------------------------------- /rancher/wait.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/rancher/wait.go -------------------------------------------------------------------------------- /scripts/bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo "bootstrapped" 4 | -------------------------------------------------------------------------------- /scripts/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/scripts/build -------------------------------------------------------------------------------- /scripts/clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/scripts/clean -------------------------------------------------------------------------------- /server/handlers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/server/handlers.go -------------------------------------------------------------------------------- /server/router.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/server/router.go -------------------------------------------------------------------------------- /server/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/server/server.go -------------------------------------------------------------------------------- /server/types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudnautique/cowbell/HEAD/server/types.go --------------------------------------------------------------------------------