...

Package openapi

import "k8s.io/client-go/openapi"
Overview
Index
Subdirectories

Overview ▾

Constants

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

func NewTypeConverter

func NewTypeConverter(client Client, preserveUnknownFields bool) (managedfields.TypeConverter, error)

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)
}

Subdirectories

Name Synopsis
..
cached
openapitest