kubernetes-client-core-0.1.0.1: Auto-generated kubernetes-client-core API Client

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.Core

Contents

Description

 
Synopsis

Operations

Core

getAPIVersions

getAPIVersions Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIVersions MimeNoContent V1APIVersions accept 
GET /api/

get available API versions

AuthMethod: AuthApiKeyBearerToken

data GetAPIVersions Source #

Instances
Produces GetAPIVersions MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.Core

Produces GetAPIVersions MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.Core

Produces GetAPIVersions MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.Core