Kazan v0.11.0 Kazan.Apis.Apis View Source

Module for the Apis API group.

This module contains functions that can be used to query the avaliable versions of the Apis API in a k8s server. Each of these functions will output a Kazan.Request suitable for passing to Kazan.run.

The submodules of this module provide implementations of each of those versions.

Link to this section Summary

Functions

get available API versions

get available API versions

Link to this section Functions

Link to this function get_api_versions!() View Source
get_api_versions!() :: Kazan.Request.t()

get available API versions

OpenAPI Operation ID: getAPIVersions

Response

See Kazan.Models.Apimachinery.Meta.V1.APIGroupList

Link to this function get_api_versions() View Source
get_api_versions() :: {:ok, Kazan.Request.t()} | {:error, term()}

get available API versions

OpenAPI Operation ID: getAPIVersions

Response

See Kazan.Models.Apimachinery.Meta.V1.APIGroupList