shwstppr commented on PR #8701:
URL: https://github.com/apache/cloudstack/pull/8701#issuecomment-2162887386

   @kiranchavala here is an example in an env without fix,
   
   ```
   (local) 🐱 > list kubernetessupportedversions pagesize=2 page=1 filter=id,name
   {
     "count": 2,
     "kubernetessupportedversion": [
       {
         "id": "6570218c-7d3f-478c-bb72-1c3c778aaf45",
         "name": "v1.26.0"
       },
       {
         "id": "b3e308be-e39b-4d9c-82d5-de41da9ed843",
         "name": "v1.24.0"
       }
     ]
   }
   (local) 🐱 > list kubernetessupportedversions filter=id,name
   {
     "count": 3,
     "kubernetessupportedversion": [
       {
         "id": "6570218c-7d3f-478c-bb72-1c3c778aaf45",
         "name": "v1.26.0"
       },
       {
         "id": "b3e308be-e39b-4d9c-82d5-de41da9ed843",
         "name": "v1.24.0"
       },
       {
         "id": "04c74e5c-7802-460e-92b7-cce2b8efc546",
         "name": "v1.24.0"
       }
     ]
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to