 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SimpleMapper ¶
Types ¶
type DatabaseInterface ¶
type KubeInterface ¶
type KubeInterface interface {
	CreateV1Secret(ctx context.Context, resourceReference *authv1alpha1.User, data map[string][]byte, logger logr.Logger) error
	GetV1Secret(ctx context.Context, name, namespace string, logger logr.Logger) (*v1.Secret, error)
	DeleteV1Secret(ctx context.Context, secretResource *v1.Secret, logger logr.Logger) error
	client.Reader
	client.Writer
	client.StatusClient
}
     Click to show internal directories. 
   Click to hide internal directories.