Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CFResource ¶
type CFResourceState ¶
type CFResourceState int
const ( CFResourceStateUnknown CFResourceState = iota CFResourceStateReady )
type IncludedResource ¶
func (IncludedResource) SelectJSONPaths ¶
func (r IncludedResource) SelectJSONPaths(paths ...string) (IncludedResource, error)
type Metadata ¶
type Metadata struct { Labels map[string]string `json:"labels,omitempty"` Annotations map[string]string `json:"annotations,omitempty"` }
func (*Metadata) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Metadata.
func (*Metadata) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Relationship ¶
type Relationship struct {
GUID string `json:"guid"`
}
type ToOneRelationship ¶
type ToOneRelationship struct { //+kubebuilder:validation:Optional Data Relationship `json:"data"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.