build

package
v0.0.0-...-14875fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2024 License: BSD-2-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthHttpProxy

type AuthHttpProxy struct {
	Image docker.Image
}

func (*AuthHttpProxy) Applier

func (a *AuthHttpProxy) Applier() (world.Applier, error)

func (*AuthHttpProxy) Children

func (a *AuthHttpProxy) Children(ctx context.Context) (world.Configurations, error)

func (*AuthHttpProxy) Validate

func (a *AuthHttpProxy) Validate(ctx context.Context) error

type Bind

type Bind struct {
	Image     docker.Image
	GitBranch docker.GitBranch
}

func (*Bind) Applier

func (b *Bind) Applier() (world.Applier, error)

func (*Bind) Children

func (b *Bind) Children(ctx context.Context) (world.Configurations, error)

func (*Bind) Validate

func (b *Bind) Validate(ctx context.Context) error

type Build

type Build struct {
	Image docker.Image
}

func (*Build) Applier

func (b *Build) Applier() (world.Applier, error)

func (*Build) Children

func (b *Build) Children(ctx context.Context) (world.Configurations, error)

func (*Build) Validate

func (b *Build) Validate(ctx context.Context) error

type DebugServer

type DebugServer struct {
	Image docker.Image
}

func (*DebugServer) Applier

func (d *DebugServer) Applier() (world.Applier, error)

func (*DebugServer) Children

func (d *DebugServer) Children(ctx context.Context) (world.Configurations, error)

func (*DebugServer) Validate

func (d *DebugServer) Validate(ctx context.Context) error

type Erpnext

type Erpnext struct {
	Image docker.Image
}

func (*Erpnext) Applier

func (e *Erpnext) Applier() (world.Applier, error)

func (*Erpnext) Children

func (e *Erpnext) Children(ctx context.Context) (world.Configurations, error)

func (*Erpnext) Validate

func (e *Erpnext) Validate(ctx context.Context) error

type Etcd

type Etcd struct {
	Image docker.Image
}

func (*Etcd) Applier

func (e *Etcd) Applier() (world.Applier, error)

func (*Etcd) Children

func (e *Etcd) Children(ctx context.Context) (world.Configurations, error)

func (*Etcd) Validate

func (e *Etcd) Validate(ctx context.Context) error

type GitSync

type GitSync struct {
	Image docker.Image
}

func (*GitSync) Applier

func (g *GitSync) Applier() (world.Applier, error)

func (*GitSync) Children

func (g *GitSync) Children(ctx context.Context) (world.Configurations, error)

func (*GitSync) Validate

func (g *GitSync) Validate(ctx context.Context) error

type Healthz

type Healthz struct {
	Image docker.Image
}

func (*Healthz) Applier

func (h *Healthz) Applier() (world.Applier, error)

func (*Healthz) Children

func (h *Healthz) Children(ctx context.Context) (world.Configurations, error)

func (*Healthz) Validate

func (h *Healthz) Validate(ctx context.Context) error

type HelloWorld

type HelloWorld struct {
	Image docker.Image
}

func (*HelloWorld) Applier

func (h *HelloWorld) Applier() (world.Applier, error)

func (*HelloWorld) Children

func (h *HelloWorld) Children(ctx context.Context) (world.Configurations, error)

func (*HelloWorld) Validate

func (h *HelloWorld) Validate(ctx context.Context) error

type Ip

type Ip struct {
	Image docker.Image
}

func (*Ip) Applier

func (i *Ip) Applier() (world.Applier, error)

func (*Ip) Children

func (i *Ip) Children(ctx context.Context) (world.Configurations, error)

func (*Ip) Validate

func (i *Ip) Validate(ctx context.Context) error

type KubeStateMetrics

type KubeStateMetrics struct {
	Image docker.Image
}

func (*KubeStateMetrics) Applier

func (k *KubeStateMetrics) Applier() (world.Applier, error)

func (*KubeStateMetrics) Children

func (*KubeStateMetrics) Validate

func (k *KubeStateMetrics) Validate(ctx context.Context) error

type KubednsMasq

type KubednsMasq struct {
	Image docker.Image
}

func (*KubednsMasq) Applier

func (k *KubednsMasq) Applier() (world.Applier, error)

func (*KubednsMasq) Children

func (k *KubednsMasq) Children(ctx context.Context) (world.Configurations, error)

func (*KubednsMasq) Validate

func (k *KubednsMasq) Validate(ctx context.Context) error

type NginxAutoindex

type NginxAutoindex struct {
	Image docker.Image
}

func (*NginxAutoindex) Applier

func (n *NginxAutoindex) Applier() (world.Applier, error)

func (*NginxAutoindex) Children

func (*NginxAutoindex) Validate

func (n *NginxAutoindex) Validate(ctx context.Context) error

type Now

type Now struct {
	Image docker.Image
}

func (*Now) Applier

func (n *Now) Applier() (world.Applier, error)

func (*Now) Children

func (n *Now) Children(ctx context.Context) (world.Configurations, error)

func (*Now) Validate

func (n *Now) Validate(ctx context.Context) error

type Openldap

type Openldap struct {
	Image docker.Image
}

func (*Openldap) Applier

func (o *Openldap) Applier() (world.Applier, error)

func (*Openldap) Children

func (o *Openldap) Children(ctx context.Context) (world.Configurations, error)

func (*Openldap) Validate

func (d *Openldap) Validate(ctx context.Context) error

type Password

type Password struct {
	Image docker.Image
}

func (*Password) Applier

func (p *Password) Applier() (world.Applier, error)

func (*Password) Children

func (p *Password) Children(ctx context.Context) (world.Configurations, error)

func (*Password) Validate

func (p *Password) Validate(ctx context.Context) error

type Pause

type Pause struct {
	Image docker.Image
}

func (*Pause) Applier

func (p *Pause) Applier() (world.Applier, error)

func (*Pause) Children

func (p *Pause) Children(ctx context.Context) (world.Configurations, error)

func (*Pause) Validate

func (p *Pause) Validate(ctx context.Context) error

type Poste

type Poste struct {
	Image         docker.Image
	VendorVersion docker.Tag
	GitBranch     docker.GitBranch
}

func (*Poste) Applier

func (p *Poste) Applier() (world.Applier, error)

func (*Poste) Children

func (p *Poste) Children(ctx context.Context) (world.Configurations, error)

func (*Poste) Validate

func (p *Poste) Validate(ctx context.Context) error

type Privoxy

type Privoxy struct {
	Image docker.Image
}

func (*Privoxy) Applier

func (p *Privoxy) Applier() (world.Applier, error)

func (*Privoxy) Children

func (p *Privoxy) Children(ctx context.Context) (world.Configurations, error)

func (*Privoxy) Validate

func (p *Privoxy) Validate(ctx context.Context) error

type Screego

type Screego struct {
	Image docker.Image
}

func (*Screego) Applier

func (h *Screego) Applier() (world.Applier, error)

func (*Screego) Children

func (h *Screego) Children(ctx context.Context) (world.Configurations, error)

func (*Screego) Validate

func (h *Screego) Validate(ctx context.Context) error

type Smtp

type Smtp struct {
	Image docker.Image
}

func (*Smtp) Applier

func (s *Smtp) Applier() (world.Applier, error)

func (*Smtp) Children

func (s *Smtp) Children(ctx context.Context) (world.Configurations, error)

func (*Smtp) Validate

func (s *Smtp) Validate(ctx context.Context) error

type Teamvault

type Teamvault struct {
	Image   docker.Image
	Version string
}

func (*Teamvault) Applier

func (t *Teamvault) Applier() (world.Applier, error)

func (*Teamvault) Children

func (t *Teamvault) Children(ctx context.Context) (world.Configurations, error)

func (*Teamvault) Validate

func (t *Teamvault) Validate(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL