Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Deployment struct {
Namespace string
Namespaces map[string]*v1.Namespace
Services map[string]*v1beta1.Service
Configs map[string]*v1beta1.Config
Volumes map[string]*v1beta1.Volume
Routes map[string]*v1beta1.RouteSet
CRDs map[string]runtime.Object
K8sObjects map[string]map[string]runtime.Object
}
func NewDeployment ¶
func NewDeployment() *Deployment
func (*Deployment) Deploy ¶
func (d *Deployment) Deploy(groupID string) error
Source Files
¶
- types.go
Click to show internal directories.
Click to hide internal directories.