Interface ServerSideApplicable<T>

    • Method Detail

      • serverSideApply

        T serverSideApply()
        Perform a Kubernetes server-side apply operation. Under the hood it's an HTTP PATCH operation using the application/apply-patch+yaml Content-Type.
        Returns:
        the patched item from the API server.
        See Also:
        Kubernetes User Guide: Server-Side Apply
      • fieldManager

        ServerSideApplicable<T> fieldManager​(String manager)
        FieldManager is a name associated with the actor or entity that is making these changes.

        The value must be less than or 128 characters long, and only contain printable characters

        the default value is "fabric8"

        Parameters:
        manager -
        Returns:
        ServerSideApplicable for continued operations