Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConfig ¶
type ServiceConfig struct {
Deployment *appsv1.Deployment `json:"deployment,omitempty"`
Service *corev1.Service `json:"service,omitempty"`
Resources []client.Object `json:"resources,omitempty"`
ToDelete []client.Object `json:"todelete,omitempty"`
}
ServiceConfig is the generated service config
func (*ServiceConfig) UnmarshalYAML ¶
func (r *ServiceConfig) UnmarshalYAML(unmarshal func(interface{}) error) error
type SpinnakerGeneratedConfig ¶
type SpinnakerGeneratedConfig struct {
Config map[string]ServiceConfig `json:"config"`
}
SpinnakerGeneratedConfig represents the config generated by Halyard
Click to show internal directories.
Click to hide internal directories.