Documentation ¶
Index ¶
- func ArbitraryArgs(cmd *cobra.Command, args []string) error
- func EmptyRun(*cobra.Command, []string)
- func EnvVarExists(t *testing.T, env []corev1.EnvVar, name string)
- func EnvVarHasValue(t *testing.T, env []corev1.EnvVar, name string, val string)
- func ExecuteCommand(root *cobra.Command, args ...string) (output string, err error)
- func ExecuteCommandC(root *cobra.Command, args ...string) (c *cobra.Command, output string, err error)
- func HasVolume(t *testing.T, volumes []corev1.Volume, name string)
- func NewFakeClient(initObjs ...runtime.Object) (client.Client, error)
- func TraitSpecFromMap(t *testing.T, spec map[string]interface{}) v1.TraitSpec
- func TraitSpecToMap(t *testing.T, spec v1.TraitSpec) map[string]string
- type FakeClient
- func (c *FakeClient) CamelV1() camelv1.CamelV1Interface
- func (c *FakeClient) CamelV1alpha1() camelv1alpha1.CamelV1alpha1Interface
- func (c *FakeClient) Discovery() discovery.DiscoveryInterface
- func (c *FakeClient) GetConfig() *rest.Config
- func (c *FakeClient) GetCurrentNamespace(kubeConfig string) (string, error)
- func (c *FakeClient) GetScheme() *runtime.Scheme
- func (c *FakeClient) Patch(ctx context.Context, obj controller.Object, patch controller.Patch, ...) error
- func (c *FakeClient) ScalesClient() (scale.ScalesGetter, error)
- func (c *FakeClient) ServerOrClientSideApplier() client.ServerOrClientSideApplier
- type FakeDiscovery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvVarExists ¶
EnvVarExists --.
func EnvVarHasValue ¶
EnvVarHasValue --.
func ExecuteCommand ¶
func ExecuteCommandC ¶
func NewFakeClient ¶
NewFakeClient ---.
func TraitSpecFromMap ¶
Types ¶
type FakeClient ¶
type FakeClient struct { controller.Client kubernetes.Interface // contains filtered or unexported fields }
FakeClient ---.
func (*FakeClient) CamelV1 ¶
func (c *FakeClient) CamelV1() camelv1.CamelV1Interface
func (*FakeClient) CamelV1alpha1 ¶
func (c *FakeClient) CamelV1alpha1() camelv1alpha1.CamelV1alpha1Interface
func (*FakeClient) Discovery ¶
func (c *FakeClient) Discovery() discovery.DiscoveryInterface
func (*FakeClient) GetConfig ¶
func (c *FakeClient) GetConfig() *rest.Config
func (*FakeClient) GetCurrentNamespace ¶
func (c *FakeClient) GetCurrentNamespace(kubeConfig string) (string, error)
func (*FakeClient) Patch ¶
func (c *FakeClient) Patch(ctx context.Context, obj controller.Object, patch controller.Patch, opts ...controller.PatchOption) error
Patch mimicks patch for server-side apply and simply creates the obj.
func (*FakeClient) ScalesClient ¶
func (c *FakeClient) ScalesClient() (scale.ScalesGetter, error)
func (*FakeClient) ServerOrClientSideApplier ¶
func (c *FakeClient) ServerOrClientSideApplier() client.ServerOrClientSideApplier
type FakeDiscovery ¶
type FakeDiscovery struct {
discovery.DiscoveryInterface
}
func (*FakeDiscovery) ServerResourcesForGroupVersion ¶
func (f *FakeDiscovery) ServerResourcesForGroupVersion(groupVersion string) (*metav1.APIResourceList, error)
Click to show internal directories.
Click to hide internal directories.