Versions in this module Expand all Collapse all v1 v1.9.0 Nov 5, 2024 v1.8.0 Oct 1, 2024 Changes in this version + type JSON struct + Object interface{} + func (_ JSON) OpenAPISchemaFormat() string + func (_ JSON) OpenAPISchemaType() []string + func (j *JSON) DeepCopy() *JSON + func (j *JSON) DeepCopyInto(target *JSON) + func (j *JSON) String() string + func (j *JSON) UnmarshalJSON(data []byte) error + func (j JSON) MarshalJSON() ([]byte, error) + type JSONObject struct + Object map[string]interface{} + func (j *JSONObject) DeepCopy() *JSONObject + func (j *JSONObject) DeepCopyInto(target *JSONObject) + func (j *JSONObject) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (j *JSONObject) SetConditions(c ...xpv1.Condition) + func (j *JSONObject) String() string + func (j *JSONObject) UnmarshalJSON(data []byte) error + func (j JSONObject) MarshalJSON() ([]byte, error) + func (j JSONObject) OpenAPISchemaFormat() string + func (j JSONObject) OpenAPISchemaType() []string + type TypedLocalObjectReference struct + APIGroup *string + Kind string + Name string + func (in *TypedLocalObjectReference) DeepCopy() *TypedLocalObjectReference + func (in *TypedLocalObjectReference) DeepCopyInto(out *TypedLocalObjectReference) Other modules containing this package github.com/upbound/up-sdk-go