schemas

package
v0.0.0-...-a579283 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const BuiltinKey = "kubernetes_builtin_schema"

Variables

This section is empty.

Functions

This section is empty.

Types

type Schema

type Schema struct {
	Parser *typed.Parser
	Meta   *SchemaMeta
}

func KubernetesBuiltInSchema

func KubernetesBuiltInSchema() (*Schema, error)

type SchemaMeta

type SchemaMeta struct {
	Resources []SchemaMetaResource `json:"resources"`
}

type SchemaMetaResource

type SchemaMetaResource struct {
	Key      string `json:"key"`
	Group    string `json:"group"`
	Version  string `json:"version"`
	Kind     string `json:"kind"`
	Resource string `json:"resource"`
	Scope    string `json:"scope"`
}

Jump to

Keyboard shortcuts

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