Commit 000417cc authored by Pablo Armingol's avatar Pablo Armingol
Browse files

code clean up

parent 03e5d604
Loading
Loading
Loading
Loading

tfs.json

deleted100644 → 0
+0 −59
Original line number Diff line number Diff line
{
    "apiVersion": "v1",
    "kind": "Namespace",
    "metadata": {
        "creationTimestamp": "2024-12-20T10:19:11Z",
        "deletionTimestamp": "2024-12-20T10:48:23Z",
        "labels": {
            "kubernetes.io/metadata.name": "tfs"
        },
        "name": "tfs",
        "resourceVersion": "71006899",
        "uid": "d76377f3-1b5f-4f96-bef9-59924490582b"
    },
    "spec": {
        "finalizers": [

        ]
    },
    "status": {
        "conditions": [
            {
                "lastTransitionTime": "2024-12-20T10:48:28Z",
                "message": "Discovery failed for some groups, 1 failing: unable to retrieve the complete list of server APIs: tap.linkerd.io/v1alpha1: the server is currently unable to handle the request",
                "reason": "DiscoveryFailed",
                "status": "True",
                "type": "NamespaceDeletionDiscoveryFailure"
            },
            {
                "lastTransitionTime": "2024-12-20T10:48:31Z",
                "message": "All legacy kube types successfully parsed",
                "reason": "ParsedGroupVersions",
                "status": "False",
                "type": "NamespaceDeletionGroupVersionParsingFailure"
            },
            {
                "lastTransitionTime": "2024-12-20T10:48:38Z",
                "message": "All content successfully deleted, may be waiting on finalization",
                "reason": "ContentDeleted",
                "status": "False",
                "type": "NamespaceDeletionContentFailure"
            },
            {
                "lastTransitionTime": "2024-12-20T10:48:38Z",
                "message": "All content successfully removed",
                "reason": "ContentRemoved",
                "status": "False",
                "type": "NamespaceContentRemaining"
            },
            {
                "lastTransitionTime": "2024-12-20T10:48:31Z",
                "message": "All content-preserving finalizers finished",
                "reason": "ContentHasNoFinalizers",
                "status": "False",
                "type": "NamespaceFinalizersRemaining"
            }
        ],
        "phase": "Terminating"
    }
}
+1 −1

File changed.

Contains only whitespace changes.