Skip to content

client.Client.Apply() doesn't work with unstructured.Unstructured #3426

@pmalek

Description

@pmalek

Problem statement

client.Apply has been deprecated (#3321) in favor of using client.Client.Apply().

This breaks users working with unstructured.Unstructured.

Using client.Client.Patch() users were able to use client.Object. With client.Client.Apply() it is required to provide runtime.ApplyConfiguration which unstructured.Unstructured does not provide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/supportCategorizes issue or PR as a support question.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions