Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶ added in v0.3.45
type Component struct {
metav1.PartialObjectMetadata
Spec ComponentSpec `json:"spec"`
Status ComponentStatus `json:"status"`
// contains filtered or unexported fields
}
func (*Component) GetSpec ¶ added in v0.3.45
func (c *Component) GetSpec() types.Unstructurable
type ComponentSpec ¶ added in v0.3.147
type ComponentSpec struct {
Values *apiextensionsv1.JSON `json:"values,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.