Documentation ¶
Index ¶
- Variables
- func GetOperatorConfig(ctx context.Context, operatorClient *OperatorClient, scheme *runtime.Scheme) (*v1alpha1.OperatorConfig, error)
- func NewKubernetesClient() (client.Client, *rest.Config, error)
- func NewKubernetesReader(cc client.Client) (client.Reader, error)
- func NewRigClient(ctx context.Context, fs afero.Fs, prompter common.Prompter) (rig.Client, error)
- func Register(f interface{}) func(cmd *cobra.Command, args []string) error
- type FlagsStruct
- type OperatorClient
Constants ¶
This section is empty.
Variables ¶
View Source
var Flags = FlagsStruct{ OutputType: common.OutputTypePretty, }
Functions ¶
func GetOperatorConfig ¶ added in v1.7.2
func GetOperatorConfig( ctx context.Context, operatorClient *OperatorClient, scheme *runtime.Scheme, ) (*v1alpha1.OperatorConfig, error)
func NewRigClient ¶
Types ¶
type FlagsStruct ¶
type OperatorClient ¶
type OperatorClient struct { Pipeline pipelineconnect.ServiceClient Capabilities capabilitiesconnect.ServiceClient }
func NewOperatorClient ¶
Click to show internal directories.
Click to hide internal directories.