File tree Expand file tree Collapse file tree 2 files changed +35
-19
lines changed
pkg/cloud/services/ssm/mock_ssmiface Expand file tree Collapse file tree 2 files changed +35
-19
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- // Package mock_ssmiface provides a mock implementation for the IAMAPI interface.
17+ // Package mock_ssmiface provides a mock implementation for the SSMAPI interface.
1818// Run go generate to regenerate this mock.
1919//
20- //go:generate ../../../../../hack/tools/bin/mockgen -destination ssmiface_mock .go -package mock_ssmiface sigs.k8s.io/cluster-api-provider-aws/v2/pkg/cloud/services/iamauth IAMAPI
21- //go:generate /usr/bin/env bash -c "cat ../../../../../hack/boilerplate/boilerplate.generatego.txt mock_ssmiface.go > _ssmiface_mock .go && mv _ssmiface_mock .go ssmiface_mock .go"
20+ //go:generate ../../../../../hack/tools/bin/mockgen -destination mock_ssmiface .go -package mock_ssmiface sigs.k8s.io/cluster-api-provider-aws/v2/pkg/cloud/services/ssm SSMAPI
21+ //go:generate /usr/bin/env bash -c "cat ../../../../../hack/boilerplate/boilerplate.generatego.txt mock_ssmiface.go > _mock_ssmiface .go && mv _mock_ssmiface .go mock_ssmiface .go"
2222package mock_ssmiface //nolint:stylecheck
You can’t perform that action at this time.
0 commit comments