Documentation
¶
Index ¶
- func Scheme(cl client.Client) *runtime.Scheme
- type Deploy
- func (d *Deploy) Apply(objs []runtime.Object, cl client.Client) error
- func (d *Deploy) CreateOrPatch(yamlText string, cl client.Client, opts Option) error
- func (d *Deploy) CreateOrPatchCustomResource(yamlText string, cl client.Client) error
- func (d *Deploy) Log() logx.Logger
- func (d *Deploy) ReNew(yamlText string, rs *runtime.Scheme, opts Option) ([]runtime.Object, error)
- func (d *Deploy) UpdatedAnnotations(annotations map[string]string) map[string]string
- func (d *Deploy) Verify(yamlText string) []error
- type Option
- type Yamler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Deploy ¶
type Deploy struct { Name string // contains filtered or unexported fields }
func (*Deploy) CreateOrPatch ¶ added in v1.0.5
func (*Deploy) CreateOrPatchCustomResource ¶ added in v1.0.9
func (*Deploy) UpdatedAnnotations ¶
Click to show internal directories.
Click to hide internal directories.