Documentation ¶
Index ¶
- func CoerceAsString(v any) (string, error)
- func LookupServerEndpoint(resources *Parsed, serverRef, service string) (string, error)
- func LookupServerFirstIngress(resources *Parsed, serverRef, service string) (*string, error)
- func ReadSecret(r *Parsed, resource string) ([]byte, error)
- func SelectField(description string, value any, field string) (any, error)
- type Parsed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CoerceAsString ¶ added in v0.0.167
func LookupServerEndpoint ¶
func LookupServerFirstIngress ¶ added in v0.0.117
Types ¶
type Parsed ¶
type Parsed struct {
// contains filtered or unexported fields
}
func LoadResources ¶
func ParseResourceData ¶
func (*Parsed) SelectField ¶ added in v0.0.81
SelectField traverses the specified resource, if one exists, and obtains the value specified by the field selector.
Click to show internal directories.
Click to hide internal directories.