compositeresourcedefinitions

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TypeArray   = "array"
	TypeBoolean = "boolean"
	TypeInteger = "integer"
	TypeNumber  = "number"
	TypeObject  = "object"
	TypeString  = "string"
)

Variables

This section is empty.

Functions

Types

type Field

type Field struct {
	Name        string
	Description string
	Type        string
	Default     string
	Required    bool
}

Field is a property in the composite resource definition

func GetSpecFields added in v1.3.1

func GetSpecFields(xrd *xpextv1.CompositeResourceDefinition) ([]Field, error)

Jump to

Keyboard shortcuts

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