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.27.0-alpha.2
Published
Feb 15, 2023
Platform
js/wasm
Imports
4 packages
Last checked
3 minutes ago

Tools for package owners.