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 TypeMetaField ¶
type TypeMetaField int
const ( TypeMetaSystemFieldAPIVersion TypeMetaField TypeMetaSystemFieldKind )
func GetTypeMetaFields ¶
func GetTypeMetaFields() []TypeMetaField
func (TypeMetaField) String ¶
func (t TypeMetaField) String() string
Click to show internal directories.
Click to hide internal directories.