Documentation ¶ Index ¶ Variables func Add(service Service) func JavaServices() []string type Service Constants ¶ This section is empty. Variables ¶ View Source var ( Services = map[string]Service{} ) Functions ¶ func Add ¶ func Add(service Service) func JavaServices ¶ func JavaServices() []string Types ¶ type Service ¶ type Service struct { Name string Type string } Struct for describing the spinnaker micro services that the operator might install. Useful for doing transformations o generating configs based on known services. Source Files ¶ View all Source files services.go Click to show internal directories. Click to hide internal directories.