Documentation ¶
Index ¶
- func DependenciesCreate(p *project.Project) (project.ResourceSet, error)
- func HostsCreate(p *project.Project) (project.ResourceSet, error)
- func KubernetesResourcesCreate(p *project.Project) (project.ResourceSet, error)
- func SecretsCreate(p *project.Project) (project.ResourceSet, error)
- func ServicesCreate(p *project.Project) (project.ResourceSet, error)
- func VolumesCreate(p *project.Project) (project.ResourceSet, error)
- type Dependencies
- type Dependency
- type Host
- type Hosts
- type KubernetesResources
- type Secret
- type Secrets
- type Service
- type Services
- type Volume
- type Volumes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DependenciesCreate ¶
func DependenciesCreate(p *project.Project) (project.ResourceSet, error)
func HostsCreate ¶
func HostsCreate(p *project.Project) (project.ResourceSet, error)
func KubernetesResourcesCreate ¶ added in v0.15.2
func KubernetesResourcesCreate(p *project.Project) (project.ResourceSet, error)
func SecretsCreate ¶
func SecretsCreate(p *project.Project) (project.ResourceSet, error)
func ServicesCreate ¶
func ServicesCreate(p *project.Project) (project.ResourceSet, error)
func VolumesCreate ¶
func VolumesCreate(p *project.Project) (project.ResourceSet, error)
Types ¶
type Dependencies ¶
type Dependencies struct {
// contains filtered or unexported fields
}
func (*Dependencies) Initialize ¶
type Dependency ¶
type Dependency struct {
// contains filtered or unexported fields
}
func (*Dependency) EnsureItExists ¶
func (d *Dependency) EnsureItExists(ctx context.Context) error
type KubernetesResources ¶ added in v0.15.2
type KubernetesResources struct {
// contains filtered or unexported fields
}
func (*KubernetesResources) Initialize ¶ added in v0.15.2
type Services ¶
func (*Services) Initialize ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.