Documentation
¶
Index ¶
- func Apply(objects []runtime.Object, empty []string, namespace, groupID string, ...) error
- type ConfigInjector
- type Data
- func (a *Data) Add(ns string, group, kind string, runtimeObjectMap interface{})
- func (d *Data) AddNamespace(namespace *v1.Namespace)
- func (d *Data) AddNamespaces(namespaces map[string]*v1.Namespace)
- func (d *Data) AddService(namespace string, service *v1.Service)
- func (d *Data) AddServices(namespace string, services map[string]*v1.Service)
- func (d *Data) AddStack(namespace string, stack *v1beta1.Stack)
- func (d *Data) AddStacks(namespace string, stacks map[string]*v1beta1.Stack)
- func (a *Data) Apply() error
- func (a *Data) Err() error
- type Namespaced
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigInjector ¶
type Data ¶
type Data struct {
GroupID string
Objects map[string][]runtime.Object
Empty map[string][]string
Injectors []ConfigInjector
// contains filtered or unexported fields
}
func (*Data) AddNamespace ¶
func (*Data) AddServices ¶
type Namespaced ¶
Click to show internal directories.
Click to hide internal directories.