github.phpd.cn/cilium/cilium@v1.6.12/Documentation/cmdref/cilium_endpoint_get.md (about)

     1  <!-- This file was autogenerated via cilium cmdref, do not edit manually-->
     2  
     3  ## cilium endpoint get
     4  
     5  Display endpoint information
     6  
     7  ### Synopsis
     8  
     9  Display endpoint information
    10  
    11  ```
    12  cilium endpoint get ( <endpoint identifier> | -l <endpoint labels> )  [flags]
    13  ```
    14  
    15  ### Examples
    16  
    17  ```
    18  cilium endpoint get 4598, cilium endpoint get pod-name:default:foobar, cilium endpoint get -l id.baz
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24    -h, --help             help for get
    25    -l, --labels strings   list of labels
    26    -o, --output string    json| jsonpath='{}'
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --config string   config file (default is $HOME/.cilium.yaml)
    33    -D, --debug           Enable debug messages
    34    -H, --host string     URI to server-side API
    35  ```
    36  
    37  ### SEE ALSO
    38  
    39  * [cilium endpoint](../cilium_endpoint)	 - Manage endpoints
    40