occupation
unclassified
description
Use when adding a new field to an existing Custom Resource. Guides the full workflow: API types, code generation, CRD examples, client investigation, handler mapping, and tests.
updated
Menu
SkillsMP has collected 4 skills from epam/edp-keycloak-operator. Open a skill to review its source and details.
Showing 4 of 4 collected skills.
Use when adding a new field to an existing Custom Resource. Guides the full workflow: API types, code generation, CRD examples, client investigation, handler mapping, and tests.
Use when generating testify mocks for an interface. Ensures the interface is registered in .mockery.yml, runs make mocks, and verifies the output file.
Run golangci-lint linters and fix any linting errors. Use when fixing lint issues or before committing code.
Run tests for the edp-keycloak-operator. By default runs unit + integration tests. Use /run-tests e2e for end-to-end tests.