Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextAccess ¶
type ContextAccess struct {
// contains filtered or unexported fields
}
func NewContextAccess ¶
func NewContextAccess(taskCm *corev1.ConfigMap, key string) *ContextAccess
func (*ContextAccess) Clear ¶
func (ca *ContextAccess) Clear() bool
func (*ContextAccess) Read ¶
func (ca *ContextAccess) Read(v interface{}) (bool, error)
func (*ContextAccess) ReadAndReportErrIfNotFound ¶
func (ca *ContextAccess) ReadAndReportErrIfNotFound(v interface{}) error
func (*ContextAccess) Write ¶
func (ca *ContextAccess) Write(v interface{}) error
Click to show internal directories.
Click to hide internal directories.