Interface StatusUpdatable<T>

    • Method Detail

      • updateStatus

        T updateStatus​(T item)
        When the status subresource is enabled, the /status subresource for the custom resource is exposed. It does a PUT requests to the /status subresource take a resource object and ignore changes to anything except the status stanza.
        Parameters:
        item - kubernetes object
        Returns:
        updated object