client-gok8s.io/client-go/openapi Index | Files | Directories

package openapi

import "k8s.io/client-go/openapi"

Index

Constants

const ContentTypeOpenAPIV3PB = "application/com.github.proto-openapi.spec.v3@v1.0+protobuf"

Types

type Client

type Client interface {
	Paths() (map[string]GroupVersion, error)
}

func NewClient

func NewClient(restClient rest.Interface) Client

type GroupVersion

type GroupVersion interface {
	Schema(contentType string) ([]byte, error)
}

Source Files

client.go groupversion.go

Directories

PathSynopsis
openapi/cached
Version
v0.26.0-rc.1
Published
Nov 30, 2022
Platform
js/wasm
Imports
4 packages
Last checked
1 second ago

Tools for package owners.