Documentation
¶
Index ¶
- func GenerateManifests(version string) (*manifestgen.Manifest, error)
- func NewOCIKustomizationObject(name string, namespace string, path string) kustomizev1.Kustomization
- func NewOCIRepoObject(name string, namespace string, repository string, image string, tag string) sourcev1beta2.OCIRepository
- func ReconcileKustomization(ctx context.Context, k8sC client.Client, name apimachinerytypes.NamespacedName, ...) (chan error, error)
- func ReconcileOCIRepository(ctx context.Context, k8sC client.Client, name apimachinerytypes.NamespacedName, ...) (chan error, error)
- func WaitForKustomization(ctx context.Context, k8s client.Client, desiredDep v1.ObjectMeta) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateManifests ¶
func GenerateManifests(version string) (*manifestgen.Manifest, error)
func NewOCIKustomizationObject ¶
func NewOCIKustomizationObject(name string, namespace string, path string) kustomizev1.Kustomization
func NewOCIRepoObject ¶
func NewOCIRepoObject(name string, namespace string, repository string, image string, tag string) sourcev1beta2.OCIRepository
func ReconcileKustomization ¶ added in v0.0.16
func ReconcileKustomization(ctx context.Context, k8sC client.Client, name apimachinerytypes.NamespacedName, timeout time.Duration) (chan error, error)
func ReconcileOCIRepository ¶ added in v0.0.16
func ReconcileOCIRepository(ctx context.Context, k8sC client.Client, name apimachinerytypes.NamespacedName, timeout time.Duration) (chan error, error)
func WaitForKustomization ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.