kubernetes.client package

Subpackages

Submodules

kubernetes.client.api_client module

kubernetes.client.configuration module

Kubernetes

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: v1.14.5

Generated by: https://github.com/swagger-api/swagger-codegen.git

class kubernetes.client.configuration.Configuration

Bases: object

NOTE: This class is auto generated by the swagger code generator program. Ref: https://github.com/swagger-api/swagger-codegen Do not edit the class manually.

auth_settings()

Gets Auth Settings dict for api client.

Returns

The Auth Settings information dict.

property debug

Gets the debug status.

get_api_key_with_prefix(identifier)

Gets API key (with prefix if set).

Parameters

identifier – The identifier of apiKey.

Returns

The token for api key authentication.

get_basic_auth_token()

Gets HTTP basic authentication header (string).

Returns

The token for basic HTTP authentication.

property logger_file

Gets the logger_file.

property logger_format

Gets the logger_format.

to_debug_report()

Gets the essential information for debugging.

Returns

The report for debugging.

class kubernetes.client.configuration.TypeWithDefault(name, bases, dct)

Bases: type

set_default(default)

kubernetes.client.rest module

Module contents