Documentation
¶
Index ¶
Constants ¶
View Source
const ( HSMCONFIG = "hsmconfig" ALL = "all" )
Supported actions for Operator-related requests
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBPOperatorClient ¶
type IBPOperatorClient interface { GetCR(namespace string, kind string, name string, cr runtime.Object) error GetAllCR(namespace string, kind string, crlist runtime.Object) error CreateCR(namespace string, kind string, cr interface{}) error DeleteCR(namespace string, kind string, name string) error UpdateCR(namespace string, kind string, name string, bytes []byte) error PatchCR(namespace string, kind string, name string, bytes []byte) error }
type Operator ¶
type Operator struct { Kube Kube Logger *zap.SugaredLogger }
func (*Operator) GetHSMConfig ¶
Click to show internal directories.
Click to hide internal directories.