Documentation
¶
Index ¶
- type Element
- type Elements
- func (es Elements) AsJSON() ([]byte, error)
- func (es Elements) GetElementAsString(key string) string
- func (es Elements) GetElementsAsStringMap() (values map[string]string)
- func (es Elements) Key() string
- func (es Elements) Merge(added Elements) Elements
- func (es Elements) String() string
- func (es Elements) TryGetElementAsString(key string) (string, error)
- type Entries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Element ¶
type Element any
Elements represents all key, value pars for one entry in the list of the listgenerator
type Elements ¶
func ElementsFromJSON ¶
func (Elements) GetElementAsString ¶
GetElementAsString gets a value and returns as string This should be a method on Element, but a method cannot exist on interface datatypes
func (Elements) GetElementsAsStringMap ¶
GetElementsAsString gets a value and returns as string This should be a method on Element, but a method cannot exist on interface datatypes
type Entries ¶
Entries represents all entries in the list of the listgenerator This is a map so that values are unique, the key is the paas entry
func EntriesFromJSON ¶
func EntriesFromJSON(data []apiextensionsv1.JSON) (Entries, error)
Click to show internal directories.
Click to hide internal directories.