All URIs are relative to https://localhost
Method | HTTP request | Description |
---|---|---|
get_api_group | GET /apis/certificates.k8s.io/ |
V1APIGroup get_api_group
get information of a group
# load the gem
require 'kubernetes'
# setup authorization
Kubernetes.configure do |config|
# Configure API key authorization: BearerToken
config.api_key['authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['authorization'] = 'Bearer'
end
api_instance = Kubernetes::CertificatesApi.new
begin
result = api_instance.get_api_group
p result
rescue Kubernetes::ApiError => e
puts "Exception when calling CertificatesApi->get_api_group: #{e}"
end
This endpoint does not need any parameter.
- Content-Type: application/json, application/yaml, application/vnd.kubernetes.protobuf
- Accept: application/json, application/yaml, application/vnd.kubernetes.protobuf