Interface VersionApi


@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") @Client("kubernetes") public interface VersionApi
  • Method Summary

    Modifier and Type
    Method
    Description
    get the code version
  • Method Details

    • getCode

      @Get("/version/") VersionInfo getCode()
      get the code version
      Returns:
      OK (status code 200) or Unauthorized (status code 401)