Interface CoreApi


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

    Modifier and Type
    Method
    Description
    get available API versions
  • Method Details

    • getAPIVersions

      @Get("/api/") @Consumes({"application/json","application/yaml","application/vnd.kubernetes.protobuf"}) V1APIVersions getAPIVersions()
      get available API versions
      Returns:
      V1APIVersions