Versions in this module Expand all Collapse all v0 v0.8.0 Mar 25, 2019 Changes in this version + func AddLabelFailErrMocked(t *testing.T, labelIn *types.Label, ...) []types.LabeledResource + func AddLabelFailJSONMocked(t *testing.T, labelIn *types.Label, ...) []types.LabeledResource + func AddLabelFailStatusMocked(t *testing.T, labelIn *types.Label, ...) []types.LabeledResource + func AddLabelMocked(t *testing.T, labelIn *types.Label, ...) []types.LabeledResource + func CreateLabelFailErrMocked(t *testing.T, labelIn *types.Label) *types.Label + func CreateLabelFailJSONMocked(t *testing.T, labelIn *types.Label) *types.Label + func CreateLabelFailStatusMocked(t *testing.T, labelIn *types.Label) *types.Label + func CreateLabelMocked(t *testing.T, labelIn *types.Label) *types.Label + func GetLabelListFailErrMocked(t *testing.T, labelsIn *[]types.Label) *[]types.Label + func GetLabelListFailJSONMocked(t *testing.T, labelsIn *[]types.Label) *[]types.Label + func GetLabelListFailStatusMocked(t *testing.T, labelsIn *[]types.Label) *[]types.Label + func GetLabelListMocked(t *testing.T, labelsIn *[]types.Label) *[]types.Label + func GetLabelListMockedWithNamespace(t *testing.T, labelsIn *[]types.Label) *[]types.Label + func RemoveLabelFailErrMocked(t *testing.T, labelIn *types.Label) + func RemoveLabelFailStatusMocked(t *testing.T, labelIn *types.Label) + func RemoveLabelMocked(t *testing.T, labelIn *types.Label) + type LabelService struct + func NewLabelService(concertoService utils.ConcertoService) (*LabelService, error) + func (lbl *LabelService) AddLabel(labelVector *map[string]interface{}, labelID string) (labeledResources []types.LabeledResource, err error) + func (lbl *LabelService) CreateLabel(labelVector *map[string]interface{}) (label *types.Label, err error) + func (lbl *LabelService) GetLabelList() (labels []types.Label, err error) + func (lbl *LabelService) RemoveLabel(labelID string, resourceType string, resourceID string) error