Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallResponse ¶
type InstallResponse struct { Ready bool ChartName string Flags types.ChartFlags ResNamespacedName client.ObjectKey Err error }
InstallResponse holds information describing the installation response of the Manifest by workers.
func (*InstallResponse) Error ¶
func (r *InstallResponse) Error() string
type RESTConfigGetter ¶
type ReconcileFlagConfig ¶
type ReconcileFlagConfig struct { Codec *types.Codec CheckReadyStates bool CustomStateCheck bool InsecureRegistry bool MaxConcurrentReconciles int CustomRESTCfg RESTConfigGetter }
ReconcileFlagConfig describes configurable flag properties for the controller.
type ResponseChan ¶
type ResponseChan chan *InstallResponse
Click to show internal directories.
Click to hide internal directories.