lsrcrs

package
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StoreLastSuccessfulReconciledCR

func StoreLastSuccessfulReconciledCR(owner v1.Object,
	name string, namespace string, crType string, cr string, data string, checksum string,
	labels map[string]string, client client.Client, scheme *runtime.Scheme) error

Types

type LastSuccessfulReconciledCR

type LastSuccessfulReconciledCR struct {
	CR        string
	Data      string
	Checksum  string
	Timestamp string
}

func DeleteLastSuccessfulReconciledCR

func DeleteLastSuccessfulReconciledCR(namespacedName types.NamespacedName, crType string, labels map[string]string, client client.Client) *LastSuccessfulReconciledCR

func RetrieveLastSuccessfulReconciledCR

func RetrieveLastSuccessfulReconciledCR(namespacedName types.NamespacedName, crType string, client client.Client, labels map[string]string) *LastSuccessfulReconciledCR

type StoredCR

type StoredCR struct {
	Owner        v1.Object
	Name         string
	Namespace    string
	CRType       string
	CR           string
	Data         string
	Checksum     string
	UpdateClient client.Client
	Scheme       *runtime.Scheme
}

Jump to

Keyboard shortcuts

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