Documentation
¶
Index ¶
- Variables
- func Fatal(err error)
- func NewCmdApprove(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewCmdCompletion() *cobra.Command
- func NewCmdDeny(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
- func NewRootCmd() *cobra.Command
- func UpdateAWSAccessKeyRequestCondition(c enginecs.EngineV1alpha1Interface, awsAKR metav1.ObjectMeta, ...) error
- func UpdateAzureAccessKeyRequest(c enginecs.EngineV1alpha1Interface, azureAKR metav1.ObjectMeta, ...) error
- func UpdateDBAccessRequestCondition(c enginecs.EngineV1alpha1Interface, dbAR metav1.ObjectMeta, ...) error
- func UpdateGCPAccessKeyRequest(c enginecs.EngineV1alpha1Interface, gcpAKR metav1.ObjectMeta, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FilenameOptions resource.FilenameOptions ObjectNames []string ResourceName string )
Functions ¶
func NewCmdApprove ¶
func NewCmdApprove(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewCmdCompletion ¶
func NewCmdDeny ¶
func NewCmdDeny(clientGetter genericclioptions.RESTClientGetter) *cobra.Command
func NewRootCmd ¶
func UpdateAWSAccessKeyRequestCondition ¶
func UpdateAWSAccessKeyRequestCondition(c enginecs.EngineV1alpha1Interface, awsAKR metav1.ObjectMeta, cond kmapi.Condition, isApproveReq bool) error
func UpdateAzureAccessKeyRequest ¶
func UpdateAzureAccessKeyRequest(c enginecs.EngineV1alpha1Interface, azureAKR metav1.ObjectMeta, cond kmapi.Condition, isApproveReq bool) error
func UpdateDBAccessRequestCondition ¶
func UpdateDBAccessRequestCondition(c enginecs.EngineV1alpha1Interface, dbAR metav1.ObjectMeta, cond kmapi.Condition, isApproveReq bool) error
func UpdateGCPAccessKeyRequest ¶
func UpdateGCPAccessKeyRequest(c enginecs.EngineV1alpha1Interface, gcpAKR metav1.ObjectMeta, cond kmapi.Condition, isApproveReq bool) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.