Documentation
¶
Index ¶
- func GetAppliedManifestWork(obj runtime.Object, listers *util.SafeMap) (*workv1.AppliedManifestWork, error)
- func GetAppliedManifestWorkName(obj runtime.Object) string
- func GetManifestWork(c client.Client, name, namespace string) (*workv1.ManifestWork, error)
- func GetTrackedObjectsUID(aWork *workv1.AppliedManifestWork) []string
- func IsManagedByAppliedManifestWork(obj runtime.Object) bool
- func ListGVRs(aWork *workv1.AppliedManifestWork) []*schema.GroupVersionResource
- func NewClient(config *rest.Config) (*client.Client, error)
- func ToAppliedManifestWork(obj *unstructured.Unstructured) (*workv1.AppliedManifestWork, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppliedManifestWork ¶
func GetManifestWork ¶
func GetTrackedObjectsUID ¶
func GetTrackedObjectsUID(aWork *workv1.AppliedManifestWork) []string
func ListGVRs ¶
func ListGVRs(aWork *workv1.AppliedManifestWork) []*schema.GroupVersionResource
func NewClient ¶
creates a new controller-runtime client with the default client-go schema and the schema from this project.
func ToAppliedManifestWork ¶
func ToAppliedManifestWork(obj *unstructured.Unstructured) (*workv1.AppliedManifestWork, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.