store

package
v1.6.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package store contains the interface that defines an API store

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefinitionStorer

type DefinitionStorer interface {
	// GetAPIDefinition returns the description, if the API is deprecated or an error.
	// The error may be of type ErrAPINotFound, which means the API is deleted
	GetAPIDefinition(ctx context.Context, group, version, kind string) (api.APIVersionStatus, error)
}

Directories

Path Synopsis
Package generatedstore contains the store that uses the generated json based on Kubernetes APIs
Package generatedstore contains the store that uses the generated json based on Kubernetes APIs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL