MCPcopy Index your code
hub / github.com/eksctl-io/eksctl / RenderJSON

Method RenderJSON

pkg/cfn/builder/iam.go:557–559  ·  view source on GitHub ↗

RenderJSON will render iamserviceaccount stack as JSON

()

Source from the content-addressed store, hash-verified

555
556// RenderJSON will render iamserviceaccount stack as JSON
557func (rs *IAMRoleResourceSet) RenderJSON() ([]byte, error) {
558 return rs.template.RenderJSON()
559}
560
561// GetAllOutputs will get all outputs from iamserviceaccount stack
562func (rs *IAMRoleResourceSet) GetAllOutputs(stack types.Stack) error {

Callers

nothing calls this directly

Calls 1

RenderJSONMethod · 0.65

Tested by

no test coverage detected