Documentation
¶
Index ¶
Constants ¶
View Source
const (
RESYNC_TIME = 6 * time.Hour
)
Variables ¶
This section is empty.
Functions ¶
func GetControllerClient ¶
Types ¶
type JsonOperator ¶
type JsonOperator struct {
Operator []string
}
encapsulation of json patch
func NewJsonOperator ¶
func NewJsonOperator() JsonOperator
func (*JsonOperator) Add ¶
func (o *JsonOperator) Add(path string, obj interface{}) (err error)
create add operator
func (*JsonOperator) UpdateObject ¶
func (o *JsonOperator) UpdateObject(v interface{}) (result string, err error)
Click to show internal directories.
Click to hide internal directories.