Skip to content
View navicore's full-sized avatar

Highlights

  • Pro

Organizations

@DTLaboratory
Block or Report

Block or report navicore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. teams-notification-resource teams-notification-resource Public

    for Concourse CI notifications on Microsoft Teams

    Shell 32 33

  2. DTLaboratory/dtlab-scala-alligator DTLaboratory/dtlab-scala-alligator Public

    actor-based digital twin host system

    Scala 2 2

  3. navactor navactor Public

    experiment in actors in Rust

    Rust 3

  4. navipod navipod Public

    kubernetes cli to monitor replicasets and ingress

    Rust 2 1

  5. triples triples Public

    Experimental Rust lib to store any data as RDF

    Rust 1

  6. for getting multiple kubernetes yaml... for getting multiple kubernetes yaml fields from kubectl via jsonpath
    1
    get name and image and startTime
    2
    
                  
    3
    ```console
    4
    kubectl get pods -Ao jsonpath='{range .items[*]}{@.metadata.name}{" "}{@..spec..containers[*].image}{" "}{@.status.phase}{" "}{@.status.startTime}{"\n"}{end}'
    5
    ```