meta

package
v0.0.0-...-8502d0b Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InheritanceKeyPrefix = "inheritance." + _domain + "/"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type InheritanceSchemaVersions

type InheritanceSchemaVersions map[string]SchemaReference

type ObjectMetaSystemField

type ObjectMetaSystemField int
const (
	ObjectMetaSystemFieldSelfLink ObjectMetaSystemField
	ObjectMetaSystemFieldUID
	ObjectMetaSystemFieldResourceVersion
	ObjectMetaSystemFieldGeneration
	ObjectMetaSystemFieldCreationTimestamp
	ObjectMetaSystemFieldDeletionTimestamp
	ObjectMetaSystemFieldDeletionGracePeriodSeconds
	ObjectMetaSystemFieldManagedFields
)

func GetObjectMetaSystemFields

func GetObjectMetaSystemFields() []ObjectMetaSystemField

func (ObjectMetaSystemField) String

func (o ObjectMetaSystemField) String() string

type ObjectReference

type ObjectReference struct {
	Group    string `json:"group"`
	Version  string `json:"version"`
	Resource string `json:"resource"`
	Name     string `json:"name"`
}

func (ObjectReference) String

func (o ObjectReference) String() string

type SchemaReference

type SchemaReference struct {
	Group    string `json:"group"`
	Version  string `json:"version"`
	Resource string `json:"resource"`
}

type TypeMetaField

type TypeMetaField int
const (
	TypeMetaSystemFieldAPIVersion TypeMetaField
	TypeMetaSystemFieldKind
)

func GetTypeMetaFields

func GetTypeMetaFields() []TypeMetaField

func (TypeMetaField) String

func (t TypeMetaField) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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