Preparing report...

Report for github.com/aws/aws-app-mesh-controller-for-k8s

A+    Excellent!    Found 120 issues across 287 files

Tweet

gofmt97%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo99%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.


golint59%

Golint is a linter for Go source code.

    • aws-app-mesh-controller-for-k8s/test/framework/manifest/core_resources.go
    • Line 15: warning: exported type ManifestBuilder should have comment or be unexported (golint)
    • Line 23: warning: exported type ContainerInfo should have comment or be unexported (golint)
    • Line 31: warning: exported method ManifestBuilder.BuildContainerSpec should have comment or be unexported (golint)
    • Line 34: warning: should omit 2nd value from range; this loop is equivalent to `for index := range ...` (golint)
    • Line 52: warning: exported method ManifestBuilder.BuildDeployment should have comment or be unexported (golint)
    • Line 77: warning: exported method ManifestBuilder.BuildServiceWithSelector should have comment or be unexported (golint)
    • Line 100: warning: exported method ManifestBuilder.BuildServiceWithoutSelector should have comment or be unexported (golint)
    • Line 121: warning: exported method ManifestBuilder.BuildK8SSecretsFromPemFile should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/arns_conversion.go
    • Line 10: warning: exported function Convert_CRD_VirtualNodeARN_To_SDK_VirtualNodeName should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeARN_To_SDK_VirtualNodeName should be ConvertCRDVirtualNodeARNToSDKVirtualNodeName (golint)
    • Line 26: warning: exported function Convert_CRD_VirtualServiceARN_To_SDK_VirtualServiceName should have comment or be unexported (golint)
    • Line 26: warning: don't use underscores in Go names; func Convert_CRD_VirtualServiceARN_To_SDK_VirtualServiceName should be ConvertCRDVirtualServiceARNToSDKVirtualServiceName (golint)
    • Line 42: warning: exported function Convert_CRD_VirtualRouterARN_To_SDK_VirtualRouterName should have comment or be unexported (golint)
    • Line 42: warning: don't use underscores in Go names; func Convert_CRD_VirtualRouterARN_To_SDK_VirtualRouterName should be ConvertCRDVirtualRouterARNToSDKVirtualRouterName (golint)
    • aws-app-mesh-controller-for-k8s/apis/appmesh/v1beta2/virtualgateway_types.go
    • Line 24: warning: exported type VirtualGatewayConditionType should have comment or be unexported (golint)
    • Line 31: warning: comment on exported type VirtualGatewayPortProtocol should be of the form "VirtualGatewayPortProtocol ..." (with optional leading article) (golint)
    • Line 35: warning: exported const VirtualGatewayPortProtocolGRPC should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported type VirtualGatewayCondition should have comment or be unexported (golint)
    • Line 129: warning: exported type VirtualGatewayListenerTLSSDSCertificate should have comment or be unexported (golint)
    • Line 134: warning: exported type VirtualGatewayListenerTLSValidationContextTrust should have comment or be unexported (golint)
    • Line 159: warning: comment on exported type VirtualGatewayListenerTLSValidationContext should be of the form "VirtualGatewayListenerTLSValidationContext ..." (with optional leading article) (golint)
    • Line 168: warning: exported const VirtualGatewayListenerTLSModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 173: warning: comment on exported type VirtualGatewayListenerTLSMode should be of the form "VirtualGatewayListenerTLSMode ..." (with optional leading article) (golint)
    • Line 268: warning: comment on exported type VirtualGatewayClientTLSCertificate should be of the form "VirtualGatewayClientTLSCertificate ..." (with optional leading article) (golint)
    • Line 363: warning: comment on exported type VirtualGateway should be of the form "VirtualGateway ..." (with optional leading article) (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/virtualservice_types_conversion.go
    • Line 10: warning: exported function Convert_CRD_VirtualNodeServiceProvider_To_SDK_VirtualNodeServiceProvider should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeServiceProvider_To_SDK_VirtualNodeServiceProvider should be ConvertCRDVirtualNodeServiceProviderToSDKVirtualNodeServiceProvider (golint)
    • Line 27: warning: exported function Convert_CRD_VirtualRouterServiceProvider_To_SDK_VirtualRouterServiceProvider should have comment or be unexported (golint)
    • Line 27: warning: don't use underscores in Go names; func Convert_CRD_VirtualRouterServiceProvider_To_SDK_VirtualRouterServiceProvider should be ConvertCRDVirtualRouterServiceProviderToSDKVirtualRouterServiceProvider (golint)
    • Line 45: warning: exported function Convert_CRD_VirtualServiceProvider_To_SDK_VirtualServiceProvider should have comment or be unexported (golint)
    • Line 45: warning: don't use underscores in Go names; func Convert_CRD_VirtualServiceProvider_To_SDK_VirtualServiceProvider should be ConvertCRDVirtualServiceProviderToSDKVirtualServiceProvider (golint)
    • Line 71: warning: exported function Convert_CRD_VirtualServiceSpec_To_SDK_VirtualServiceSpec should have comment or be unexported (golint)
    • Line 71: warning: don't use underscores in Go names; func Convert_CRD_VirtualServiceSpec_To_SDK_VirtualServiceSpec should be ConvertCRDVirtualServiceSpecToSDKVirtualServiceSpec (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/mesh/mesh.go
    • Line 11: warning: should not use dot imports (golint)
    • Line 12: warning: should not use dot imports (golint)
    • Line 19: warning: exported type MeshTest should have comment or be unexported (golint)
    • Line 23: warning: exported method MeshTest.Create should have comment or be unexported (golint)
    • Line 36: warning: exported method MeshTest.Get should have comment or be unexported (golint)
    • Line 44: warning: exported method MeshTest.HasDeletionTimestamp should have comment or be unexported (golint)
    • Line 51: warning: exported method MeshTest.WaitForDeletionTimestamp should have comment or be unexported (golint)
    • Line 70: warning: exported method MeshTest.Update should have comment or be unexported (golint)
    • Line 83: warning: exported method MeshTest.Cleanup should have comment or be unexported (golint)
    • Line 122: warning: exported method MeshTest.CheckInAWS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/virtualservice/virtualservice.go
    • Line 11: warning: should not use dot imports (golint)
    • Line 12: warning: should not use dot imports (golint)
    • Line 20: warning: exported type VirtualServiceTest should have comment or be unexported (golint)
    • Line 25: warning: exported method VirtualServiceTest.Create should have comment or be unexported (golint)
    • Line 38: warning: exported method VirtualServiceTest.Update should have comment or be unexported (golint)
    • Line 51: warning: exported method VirtualServiceTest.Cleanup should have comment or be unexported (golint)
    • Line 115: warning: exported method VirtualServiceTest.CheckInAWS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/cloudmap/instances_reconciler.go
    • Line 17: warning: comment on exported const AttrAWSInstanceIPV4 should be of the form "AttrAWSInstanceIPV4 ..." (golint)
    • Line 21: warning: comment on exported const AttrK8sPod should be of the form "AttrK8sPod ..." (golint)
    • Line 30: warning: exported const AttrAppMeshMesh should have comment (or a comment on this block) or be unexported (golint)
    • Line 40: warning: exported type InstancesReconciler should have comment or be unexported (golint)
    • Line 45: warning: exported function NewDefaultInstancesReconciler should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/runtime/errors.go
    • Line 26: warning: comment on exported type RequeueError should be of the form "RequeueError ..." (with optional leading article) (golint)
    • Line 46: warning: comment on exported type RequeueAfterError should be of the form "RequeueAfterError ..." (with optional leading article) (golint)
    • Line 62: warning: exported method RequeueAfterError.Duration should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/framework/manifest/virtualnode.go
    • Line 11: warning: exported type ServiceDiscoveryType should have comment or be unexported (golint)
    • Line 14: warning: exported const DNSServiceDiscovery should have comment (or a comment on this block) or be unexported (golint)
    • Line 18: warning: exported type VNBuilder should have comment or be unexported (golint)
    • Line 26: warning: exported method VNBuilder.BuildVirtualNode should have comment or be unexported (golint)
    • Line 69: warning: exported method VNBuilder.BuildListener should have comment or be unexported (golint)
    • Line 78: warning: exported method VNBuilder.BuildListenerWithOutlierDetection should have comment or be unexported (golint)
    • Line 94: warning: exported method VNBuilder.BuildListenerWithConnectionPools should have comment or be unexported (golint)
    • Line 121: warning: exported method VNBuilder.BuildListenerWithTimeout should have comment or be unexported (golint)
    • Line 139: warning: exported method VNBuilder.BuildListenerWithTLS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/gatewayroute_types_conversion.go
    • Line 10: warning: exported function Convert_CRD_GatewayRouteVirtualService_To_SDK_GatewayRouteVirtualService should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_GatewayRouteVirtualService_To_SDK_GatewayRouteVirtualService should be ConvertCRDGatewayRouteVirtualServiceToSDKGatewayRouteVirtualService (golint)
    • Line 27: warning: exported function Convert_CRD_GatewayRouteTarget_To_SDK_GatewayRouteTarget should have comment or be unexported (golint)
    • Line 27: warning: don't use underscores in Go names; func Convert_CRD_GatewayRouteTarget_To_SDK_GatewayRouteTarget should be ConvertCRDGatewayRouteTargetToSDKGatewayRouteTarget (golint)
    • Line 35: warning: exported function Convert_CRD_GRPCGatewayRouteAction_To_SDK_GrpcGatewayRouteAction should have comment or be unexported (golint)
    • Line 35: warning: don't use underscores in Go names; func Convert_CRD_GRPCGatewayRouteAction_To_SDK_GrpcGatewayRouteAction should be ConvertCRDGRPCGatewayRouteActionToSDKGrpcGatewayRouteAction (golint)
    • Line 50: warning: exported function Convert_CRD_GRPCHostnameRewrite_To_SDK_GrpcHostnameRewrite should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; func Convert_CRD_GRPCHostnameRewrite_To_SDK_GrpcHostnameRewrite should be ConvertCRDGRPCHostnameRewriteToSDKGrpcHostnameRewrite (golint)
    • Line 56: warning: exported function Convert_CRD_GRPCGatewayRouteMatch_To_SDK_GrpcGatewayRouteMatch should have comment or be unexported (golint)
    • Line 56: warning: don't use underscores in Go names; func Convert_CRD_GRPCGatewayRouteMatch_To_SDK_GrpcGatewayRouteMatch should be ConvertCRDGRPCGatewayRouteMatchToSDKGrpcGatewayRouteMatch (golint)
    • Line 70: warning: exported function Convert_CRD_GRPCGatewayRouteMetadata_To_SDK_GrpcGatewayRouteMetadata should have comment or be unexported (golint)
    • Line 70: warning: don't use underscores in Go names; func Convert_CRD_GRPCGatewayRouteMetadata_To_SDK_GrpcGatewayRouteMetadata should be ConvertCRDGRPCGatewayRouteMetadataToSDKGrpcGatewayRouteMetadata (golint)
    • Line 89: warning: exported function Convert_CRD_GRPCGatewayRoute_To_SDK_GrpcGatewayRoute should have comment or be unexported (golint)
    • Line 89: warning: don't use underscores in Go names; func Convert_CRD_GRPCGatewayRoute_To_SDK_GrpcGatewayRoute should be ConvertCRDGRPCGatewayRouteToSDKGrpcGatewayRoute (golint)
    • Line 101: warning: exported function Convert_CRD_HTTPGatewayRouteAction_To_SDK_HttpGatewayRouteAction should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteAction_To_SDK_HttpGatewayRouteAction should be ConvertCRDHTTPGatewayRouteActionToSDKHTTPGatewayRouteAction (golint)
    • Line 114: warning: exported function Convert_CRD_HTTPGatewayRouteRewrite_To_SDK_HttpGatewayRouteRewrite should have comment or be unexported (golint)
    • Line 114: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteRewrite_To_SDK_HttpGatewayRouteRewrite should be ConvertCRDHTTPGatewayRouteRewriteToSDKHTTPGatewayRouteRewrite (golint)
    • Line 130: warning: exported function Convert_CRD_HTTPGatewayRouteRewritePrefix_To_SDK_HttpGatewayRouteRewritePrefix should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteRewritePrefix_To_SDK_HttpGatewayRouteRewritePrefix should be ConvertCRDHTTPGatewayRouteRewritePrefixToSDKHTTPGatewayRouteRewritePrefix (golint)
    • Line 137: warning: exported function Convert_CRD_HTTPGatewayRouteRewriteHostname_To_SDK_HttpGatewayRouteRewriteHostname should have comment or be unexported (golint)
    • Line 137: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteRewriteHostname_To_SDK_HttpGatewayRouteRewriteHostname should be ConvertCRDHTTPGatewayRouteRewriteHostnameToSDKHTTPGatewayRouteRewriteHostname (golint)
    • Line 143: warning: exported function Convert_CRD_HTTPGatewayRouteRewritePath_To_SDK_HttpGatewayRouteRewritePath should have comment or be unexported (golint)
    • Line 143: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteRewritePath_To_SDK_HttpGatewayRouteRewritePath should be ConvertCRDHTTPGatewayRouteRewritePathToSDKHTTPGatewayRouteRewritePath (golint)
    • Line 147: warning: exported function Convert_CRD_HTTPGatewayRouteMatch_To_SDK_HttpGatewayRouteMatch should have comment or be unexported (golint)
    • Line 147: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteMatch_To_SDK_HttpGatewayRouteMatch should be ConvertCRDHTTPGatewayRouteMatchToSDKHTTPGatewayRouteMatch (golint)
    • Line 168: warning: exported function Convert_CRD_HTTPGatewayRouteQueryParams_To_SDK_HttpGatewayRouteQueryParams should have comment or be unexported (golint)
    • Line 168: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteQueryParams_To_SDK_HttpGatewayRouteQueryParams should be ConvertCRDHTTPGatewayRouteQueryParamsToSDKHTTPGatewayRouteQueryParams (golint)
    • Line 182: warning: exported function Convert_CRD_HTTPGatewayPath_To_SDK_HttpGatewayPath should have comment or be unexported (golint)
    • Line 182: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayPath_To_SDK_HttpGatewayPath should be ConvertCRDHTTPGatewayPathToSDKHTTPGatewayPath (golint)
    • Line 189: warning: exported function Convert_CRD_HTTPGatewayRouteHeaders_To_SDK_HttpGatewayRouteHeaders should have comment or be unexported (golint)
    • Line 189: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRouteHeaders_To_SDK_HttpGatewayRouteHeaders should be ConvertCRDHTTPGatewayRouteHeadersToSDKHTTPGatewayRouteHeaders (golint)
    • Line 208: warning: exported function Convert_CRD_GatewayRouteHostnameMatch_To_SDK_GatewayRouteHostnameMatch should have comment or be unexported (golint)
    • Line 208: warning: don't use underscores in Go names; func Convert_CRD_GatewayRouteHostnameMatch_To_SDK_GatewayRouteHostnameMatch should be ConvertCRDGatewayRouteHostnameMatchToSDKGatewayRouteHostnameMatch (golint)
    • Line 213: warning: exported function Convert_CRD_HTTPGatewayRoute_To_SDK_HttpGatewayRoute should have comment or be unexported (golint)
    • Line 213: warning: don't use underscores in Go names; func Convert_CRD_HTTPGatewayRoute_To_SDK_HttpGatewayRoute should be ConvertCRDHTTPGatewayRouteToSDKHTTPGatewayRoute (golint)
    • Line 225: warning: exported function Convert_CRD_GatewayRouteSpec_To_SDK_GatewayRouteSpec should have comment or be unexported (golint)
    • Line 225: warning: don't use underscores in Go names; func Convert_CRD_GatewayRouteSpec_To_SDK_GatewayRouteSpec should be ConvertCRDGatewayRouteSpecToSDKGatewayRouteSpec (golint)
    • aws-app-mesh-controller-for-k8s/test/framework/options.go
    • Line 9: warning: exported var GlobalOptions should have comment or be unexported (golint)
    • Line 15: warning: exported type Options should have comment or be unexported (golint)
    • Line 28: warning: exported method Options.BindFlags should have comment or be unexported (golint)
    • Line 38: warning: exported method Options.Validate should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/mesh_types_conversion.go
    • Line 10: warning: exported function Convert_CRD_EgressFilter_To_SDK_EgressFilter should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_EgressFilter_To_SDK_EgressFilter should be ConvertCRDEgressFilterToSDKEgressFilter (golint)
    • Line 15: warning: exported function Convert_CRD_MeshSpec_To_SDK_MeshSpec should have comment or be unexported (golint)
    • Line 15: warning: don't use underscores in Go names; func Convert_CRD_MeshSpec_To_SDK_MeshSpec should be ConvertCRDMeshSpecToSDKMeshSpec (golint)
    • aws-app-mesh-controller-for-k8s/pkg/mesh/members_finalizer_test.go
    • Line 192: warning: don't use underscores in Go names; var grInMesh_1 should be grInMesh1 (golint)
    • Line 204: warning: don't use underscores in Go names; var grInMesh_2 should be grInMesh2 (golint)
    • Line 216: warning: don't use underscores in Go names; var grNotInMesh_1 should be grNotInMesh1 (golint)
    • Line 228: warning: don't use underscores in Go names; var grNotInMesh_2 should be grNotInMesh2 (golint)
    • Line 319: warning: don't use underscores in Go names; var vsInMesh_1 should be vsInMesh1 (golint)
    • Line 331: warning: don't use underscores in Go names; var vsInMesh_2 should be vsInMesh2 (golint)
    • Line 343: warning: don't use underscores in Go names; var vsNotInMesh_1 should be vsNotInMesh1 (golint)
    • Line 355: warning: don't use underscores in Go names; var vsNotInMesh_2 should be vsNotInMesh2 (golint)
    • Line 446: warning: don't use underscores in Go names; var vnInMesh_1 should be vnInMesh1 (golint)
    • Line 458: warning: don't use underscores in Go names; var vnInMesh_2 should be vnInMesh2 (golint)
    • Line 470: warning: don't use underscores in Go names; var vnNotInMesh_1 should be vnNotInMesh1 (golint)
    • Line 482: warning: don't use underscores in Go names; var vnNotInMesh_2 should be vnNotInMesh2 (golint)
    • Line 573: warning: don't use underscores in Go names; var vgInMesh_1 should be vgInMesh1 (golint)
    • Line 585: warning: don't use underscores in Go names; var vgInMesh_2 should be vgInMesh2 (golint)
    • Line 597: warning: don't use underscores in Go names; var vgNotInMesh_1 should be vgNotInMesh1 (golint)
    • Line 609: warning: don't use underscores in Go names; var vgNotInMesh_2 should be vgNotInMesh2 (golint)
    • Line 700: warning: don't use underscores in Go names; var vrInMesh_1 should be vrInMesh1 (golint)
    • Line 712: warning: don't use underscores in Go names; var vrInMesh_2 should be vrInMesh2 (golint)
    • Line 724: warning: don't use underscores in Go names; var vrNotInMesh_1 should be vrNotInMesh1 (golint)
    • Line 736: warning: don't use underscores in Go names; var vrNotInMesh_2 should be vrNotInMesh2 (golint)
    • aws-app-mesh-controller-for-k8s/test/e2e/fishapp/dynamic_stack.go
    • Line 25: warning: should not use dot imports (golint)
    • Line 26: warning: should not use dot imports (golint)
    • Line 43: warning: exported const AppContainerPort should have comment (or a comment on this block) or be unexported (golint)
    • Line 66: warning: comment on exported type DynamicStack should be of the form "DynamicStack ..." (with optional leading article) (golint)
    • Line 150: warning: comment on exported method DynamicStack.Deploy should be of the form "Deploy ..." (golint)
    • Line 189: warning: comment on exported method DynamicStack.Cleanup should be of the form "Cleanup ..." (golint)
    • aws-app-mesh-controller-for-k8s/apis/appmesh/v1beta2/virtualnode_types.go
    • Line 68: warning: exported type ClientTLSCertificate should have comment or be unexported (golint)
    • Line 212: warning: exported const ListenerTLSModeDisabled should have comment (or a comment on this block) or be unexported (golint)
    • Line 217: warning: comment on exported type ListenerTLSMode should be of the form "ListenerTLSMode ..." (with optional leading article) (golint)
    • Line 220: warning: exported type ListenerTLSValidationContextTrust should have comment or be unexported (golint)
    • Line 229: warning: exported type ListenerTLSValidationContext should have comment or be unexported (golint)
    • Line 372: warning: exported type VirtualNodeConditionType should have comment or be unexported (golint)
    • Line 379: warning: exported type VirtualNodeCondition should have comment or be unexported (golint)
    • Line 450: warning: comment on exported type VirtualNode should be of the form "VirtualNode ..." (with optional leading article) (golint)
    • aws-app-mesh-controller-for-k8s/pkg/aws/throttle/config.go
    • Line 22: warning: comment on exported type ServiceOperationsThrottleConfig should be of the form "ServiceOperationsThrottleConfig ..." (with optional leading article) (golint)
    • Line 55: warning: exported method ServiceOperationsThrottleConfig.Set should have comment or be unexported (golint)
    • Line 100: warning: exported method ServiceOperationsThrottleConfig.Type should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/cloudmap/config.go
    • Line 11: warning: exported type Config should have comment or be unexported (golint)
    • Line 16: warning: exported method Config.BindFlags should have comment or be unexported (golint)
    • Line 21: warning: exported method Config.BindEnv should have comment or be unexported (golint)
    • Line 25: warning: exported method Config.Validate should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/apis/appmesh/v1beta2/mesh_types.go
    • Line 24: warning: comment on exported type EgressFilterType should be of the form "EgressFilterType ..." (with optional leading article) (golint)
    • Line 40: warning: exported type MeshConditionType should have comment or be unexported (golint)
    • Line 47: warning: exported type MeshCondition should have comment or be unexported (golint)
    • Line 100: warning: comment on exported type Mesh should be of the form "Mesh ..." (with optional leading article) (golint)
    • aws-app-mesh-controller-for-k8s/apis/appmesh/v1beta2/virtualrouter_types.go
    • Line 94: warning: comment on exported type HTTPRetryPolicyEvent should be of the form "HTTPRetryPolicyEvent ..." (with optional leading article) (golint)
    • Line 97: warning: comment on exported type TCPRetryPolicyEvent should be of the form "TCPRetryPolicyEvent ..." (with optional leading article) (golint)
    • Line 100: warning: comment on exported type GRPCRetryPolicyEvent should be of the form "GRPCRetryPolicyEvent ..." (with optional leading article) (golint)
    • Line 248: warning: exported type VirtualRouterConditionType should have comment or be unexported (golint)
    • Line 255: warning: exported type VirtualRouterCondition should have comment or be unexported (golint)
    • Line 313: warning: comment on exported type VirtualRouter should be of the form "VirtualRouter ..." (with optional leading article) (golint)
    • aws-app-mesh-controller-for-k8s/apis/appmesh/v1beta2/gatewayroute_types.go
    • Line 133: warning: comment on exported type GatewayRouteHostnameMatch should be of the form "GatewayRouteHostnameMatch ..." (with optional leading article) (golint)
    • Line 240: warning: exported type GatewayRouteConditionType should have comment or be unexported (golint)
    • Line 247: warning: exported type GatewayRouteCondition should have comment or be unexported (golint)
    • Line 276: warning: comment on exported type GatewayRoute should be of the form "GatewayRoute ..." (with optional leading article) (golint)
    • aws-app-mesh-controller-for-k8s/pkg/virtualservice/references.go
    • Line 11: warning: exported const ReferenceKindVirtualNode should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: exported function ExtractVirtualNodeReferences should have comment or be unexported (golint)
    • Line 22: warning: exported function ExtractVirtualRouterReferences should have comment or be unexported (golint)
    • Line 29: warning: exported function VirtualNodeReferenceIndexFunc should have comment or be unexported (golint)
    • Line 41: warning: exported function VirtualRouterReferenceIndexFunc should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/framework/manifest/virtualrouter.go
    • Line 12: warning: exported type RouteToWeightedVirtualNodes should have comment or be unexported (golint)
    • Line 17: warning: exported type WeightedVirtualNode should have comment or be unexported (golint)
    • Line 22: warning: exported type VRBuilder should have comment or be unexported (golint)
    • Line 27: warning: exported method VRBuilder.BuildVirtualRouter should have comment or be unexported (golint)
    • Line 43: warning: exported method VRBuilder.BuildRoutes should have comment or be unexported (golint)
    • Line 72: warning: exported method VRBuilder.BuildVirtualRouterListener should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/virtualgateway_types_conversion.go
    • Line 10: warning: exported function Convert_CRD_VirtualGatewayTLSValidationContextACMTrust_To_SDK_VirtualGatewayTLSValidationContextACMTrust should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayTLSValidationContextACMTrust_To_SDK_VirtualGatewayTLSValidationContextACMTrust should be ConvertCRDVirtualGatewayTLSValidationContextACMTrustToSDKVirtualGatewayTLSValidationContextACMTrust (golint)
    • Line 15: warning: exported function Convert_CRD_VirtualGatewayTLSValidationContextFileTrust_To_SDK_VirtualGatewayTLSValidationContextFileTrust should have comment or be unexported (golint)
    • Line 15: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayTLSValidationContextFileTrust_To_SDK_VirtualGatewayTLSValidationContextFileTrust should be ConvertCRDVirtualGatewayTLSValidationContextFileTrustToSDKVirtualGatewayTLSValidationContextFileTrust (golint)
    • Line 20: warning: exported function Convert_CRD_VirtualGatewayTLSValidationContextSDSTrust_To_SDK_VirtualGatewayTLSValidationContextSDSTrust should have comment or be unexported (golint)
    • Line 20: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayTLSValidationContextSDSTrust_To_SDK_VirtualGatewayTLSValidationContextSDSTrust should be ConvertCRDVirtualGatewayTLSValidationContextSDSTrustToSDKVirtualGatewayTLSValidationContextSDSTrust (golint)
    • Line 27: warning: exported function Convert_CRD_VirtualGatewayTLSValidationContextTrust_To_SDK_VirtualGatewayTLSValidationContextTrust should have comment or be unexported (golint)
    • Line 27: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayTLSValidationContextTrust_To_SDK_VirtualGatewayTLSValidationContextTrust should be ConvertCRDVirtualGatewayTLSValidationContextTrustToSDKVirtualGatewayTLSValidationContextTrust (golint)
    • Line 57: warning: exported function Convert_CRD_VirtualGatewayTLSValidationContextSubjectAlternativeNames_To_SDK_VirtualGatewayTLSValidationContextSubjectAlternativeNames should have comment or be unexported (golint)
    • Line 57: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayTLSValidationContextSubjectAlternativeNames_To_SDK_VirtualGatewayTLSValidationContextSubjectAlternativeNames should be ConvertCRDVirtualGatewayTLSValidationContextSubjectAlternativeNamesToSDKVirtualGatewayTLSValidationContextSubjectAlternativeNames (golint)
    • Line 65: warning: exported function Convert_CRD_VirtualGatewayTLSValidationContext_To_SDK_VirtualGatewayTLSValidationContext should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayTLSValidationContext_To_SDK_VirtualGatewayTLSValidationContext should be ConvertCRDVirtualGatewayTLSValidationContextToSDKVirtualGatewayTLSValidationContext (golint)
    • Line 79: warning: exported function Convert_CRD_VirtualGatewayClientTLSCertificate_To_SDK_VirtualGatewayClientTLSCertificate should have comment or be unexported (golint)
    • Line 79: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayClientTLSCertificate_To_SDK_VirtualGatewayClientTLSCertificate should be ConvertCRDVirtualGatewayClientTLSCertificateToSDKVirtualGatewayClientTLSCertificate (golint)
    • Line 100: warning: exported function Convert_CRD_VirtualGatewayClientPolicyTLS_To_SDK_VirtualGatewayClientPolicyTLS should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayClientPolicyTLS_To_SDK_VirtualGatewayClientPolicyTLS should be ConvertCRDVirtualGatewayClientPolicyTLSToSDKVirtualGatewayClientPolicyTLS (golint)
    • Line 126: warning: exported function Convert_CRD_VirtualGatewayClientPolicy_To_SDK_VirtualGatewayClientPolicy should have comment or be unexported (golint)
    • Line 126: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayClientPolicy_To_SDK_VirtualGatewayClientPolicy should be ConvertCRDVirtualGatewayClientPolicyToSDKVirtualGatewayClientPolicy (golint)
    • Line 138: warning: exported function Convert_CRD_VirtualGatewayBackendDefaults_To_SDK_VirtualGatewayBackendDefaults should have comment or be unexported (golint)
    • Line 138: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayBackendDefaults_To_SDK_VirtualGatewayBackendDefaults should be ConvertCRDVirtualGatewayBackendDefaultsToSDKVirtualGatewayBackendDefaults (golint)
    • Line 150: warning: exported function Convert_CRD_VirtualGatewayHealthCheckPolicy_To_SDK_VirtualGatewayHealthCheckPolicy should have comment or be unexported (golint)
    • Line 150: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayHealthCheckPolicy_To_SDK_VirtualGatewayHealthCheckPolicy should be ConvertCRDVirtualGatewayHealthCheckPolicyToSDKVirtualGatewayHealthCheckPolicy (golint)
    • Line 161: warning: exported function Convert_CRD_VirtualGatewayListenerTLSACMCertificate_To_SDK_VirtualGatewayListenerTLSACMCertificate should have comment or be unexported (golint)
    • Line 161: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSACMCertificate_To_SDK_VirtualGatewayListenerTLSACMCertificate should be ConvertCRDVirtualGatewayListenerTLSACMCertificateToSDKVirtualGatewayListenerTLSACMCertificate (golint)
    • Line 166: warning: exported function Convert_CRD_VirtualGatewayListenerTLSFileCertificate_To_SDK_VirtualGatewayListenerTLSFileCertificate should have comment or be unexported (golint)
    • Line 166: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSFileCertificate_To_SDK_VirtualGatewayListenerTLSFileCertificate should be ConvertCRDVirtualGatewayListenerTLSFileCertificateToSDKVirtualGatewayListenerTLSFileCertificate (golint)
    • Line 172: warning: exported function Convert_CRD_VirtualGatewayListenerTLSSDSCertificate_To_SDK_VirtualGatewayListenerTLSSDSCertificate should have comment or be unexported (golint)
    • Line 172: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSSDSCertificate_To_SDK_VirtualGatewayListenerTLSSDSCertificate should be ConvertCRDVirtualGatewayListenerTLSSDSCertificateToSDKVirtualGatewayListenerTLSSDSCertificate (golint)
    • Line 179: warning: exported function Convert_CRD_VirtualGatewayListenerTLSValidationContextFileTrust_To_SDK_VirtualGatewayListenerTLSValidationContextFileTrust should have comment or be unexported (golint)
    • Line 179: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSValidationContextFileTrust_To_SDK_VirtualGatewayListenerTLSValidationContextFileTrust should be ConvertCRDVirtualGatewayListenerTLSValidationContextFileTrustToSDKVirtualGatewayListenerTLSValidationContextFileTrust (golint)
    • Line 184: warning: exported function Convert_CRD_VirtualGatewayListenerTLSValidationContextSDSTrust_To_SDK_VirtualGatewayListenerTLSValidationContextSDSTrust should have comment or be unexported (golint)
    • Line 184: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSValidationContextSDSTrust_To_SDK_VirtualGatewayListenerTLSValidationContextSDSTrust should be ConvertCRDVirtualGatewayListenerTLSValidationContextSDSTrustToSDKVirtualGatewayListenerTLSValidationContextSDSTrust (golint)
    • Line 191: warning: exported function Convert_CRD_VirtualGatewayListenerTLSValidationContextTrust_To_SDK_VirtualGatewayListenerTLSValidationContextTrust should have comment or be unexported (golint)
    • Line 191: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSValidationContextTrust_To_SDK_VirtualGatewayListenerTLSValidationContextTrust should be ConvertCRDVirtualGatewayListenerTLSValidationContextTrustToSDKVirtualGatewayListenerTLSValidationContextTrust (golint)
    • Line 212: warning: exported function Convert_CRD_VirtualGatewayListenerTLSValidationContextSubjectAlternativeNames_To_SDK_VirtualGatewayListenerTLSValidationContextSubjectAlternativeNames should have comment or be unexported (golint)
    • Line 212: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSValidationContextSubjectAlternativeNames_To_SDK_VirtualGatewayListenerTLSValidationContextSubjectAlternativeNames should be ConvertCRDVirtualGatewayListenerTLSValidationContextSubjectAlternativeNamesToSDKVirtualGatewayListenerTLSValidationContextSubjectAlternativeNames (golint)
    • Line 219: warning: exported function Convert_CRD_VirtualGatewayListenerTLSValidationContext_To_SDK_VirtualGatewayListenerTLSValidationContext should have comment or be unexported (golint)
    • Line 219: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSValidationContext_To_SDK_VirtualGatewayListenerTLSValidationContext should be ConvertCRDVirtualGatewayListenerTLSValidationContextToSDKVirtualGatewayListenerTLSValidationContext (golint)
    • Line 234: warning: exported function Convert_CRD_VirtualGatewayListenerTLSCertificate_To_SDK_VirtualGatewayListenerTLSCertificate should have comment or be unexported (golint)
    • Line 234: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLSCertificate_To_SDK_VirtualGatewayListenerTLSCertificate should be ConvertCRDVirtualGatewayListenerTLSCertificateToSDKVirtualGatewayListenerTLSCertificate (golint)
    • Line 264: warning: exported function Convert_CRD_VirtualGatewayListenerTLS_To_SDK_VirtualGatewayListenerTLS should have comment or be unexported (golint)
    • Line 264: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListenerTLS_To_SDK_VirtualGatewayListenerTLS should be ConvertCRDVirtualGatewayListenerTLSToSDKVirtualGatewayListenerTLS (golint)
    • Line 281: warning: exported function Convert_CRD_VirtualGatewayFileAccessLog_To_SDK_VirtualGatewayFileAccessLog should have comment or be unexported (golint)
    • Line 281: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayFileAccessLog_To_SDK_VirtualGatewayFileAccessLog should be ConvertCRDVirtualGatewayFileAccessLogToSDKVirtualGatewayFileAccessLog (golint)
    • Line 286: warning: exported function Convert_CRD_VirtualGatewayAccessLog_To_SDK_VirtualGatewayAccessLog should have comment or be unexported (golint)
    • Line 286: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayAccessLog_To_SDK_VirtualGatewayAccessLog should be ConvertCRDVirtualGatewayAccessLogToSDKVirtualGatewayAccessLog (golint)
    • Line 298: warning: exported function Convert_CRD_VirtualGatewayLogging_To_SDK_VirtualGatewayLogging should have comment or be unexported (golint)
    • Line 298: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayLogging_To_SDK_VirtualGatewayLogging should be ConvertCRDVirtualGatewayLoggingToSDKVirtualGatewayLogging (golint)
    • Line 310: warning: exported function Convert_CRD_VirtualGatewayPortMapping_To_SDK_VirtualGatewayPortMapping should have comment or be unexported (golint)
    • Line 310: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayPortMapping_To_SDK_VirtualGatewayPortMapping should be ConvertCRDVirtualGatewayPortMappingToSDKVirtualGatewayPortMapping (golint)
    • Line 316: warning: exported function Convert_CRD_VirtualGatewayHTTPConnectionPool_To_SDK_VirtualGatewayHttpConnectionPool should have comment or be unexported (golint)
    • Line 316: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayHTTPConnectionPool_To_SDK_VirtualGatewayHttpConnectionPool should be ConvertCRDVirtualGatewayHTTPConnectionPoolToSDKVirtualGatewayHTTPConnectionPool (golint)
    • Line 322: warning: exported function Convert_CRD_VirtualGatewayHTTP2ConnectionPool_To_SDK_VirtualGatewayHttp2ConnectionPool should have comment or be unexported (golint)
    • Line 322: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayHTTP2ConnectionPool_To_SDK_VirtualGatewayHttp2ConnectionPool should be ConvertCRDVirtualGatewayHTTP2ConnectionPoolToSDKVirtualGatewayHTTP2ConnectionPool (golint)
    • Line 327: warning: exported function Convert_CRD_VirtualGatewayGRPCConnectionPool_To_SDK_VirtualGatewayGrpcConnectionPool should have comment or be unexported (golint)
    • Line 327: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayGRPCConnectionPool_To_SDK_VirtualGatewayGrpcConnectionPool should be ConvertCRDVirtualGatewayGRPCConnectionPoolToSDKVirtualGatewayGrpcConnectionPool (golint)
    • Line 332: warning: exported function Convert_CRD_VirtualGatewayConnectionPool_To_SDK_VirtualGatewayConnectionPool should have comment or be unexported (golint)
    • Line 332: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayConnectionPool_To_SDK_VirtualGatewayConnectionPool should be ConvertCRDVirtualGatewayConnectionPoolToSDKVirtualGatewayConnectionPool (golint)
    • Line 365: warning: exported function Convert_CRD_VirtualGatewayListener_To_SDK_VirtualGatewayListener should have comment or be unexported (golint)
    • Line 365: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewayListener_To_SDK_VirtualGatewayListener should be ConvertCRDVirtualGatewayListenerToSDKVirtualGatewayListener (golint)
    • Line 400: warning: exported function Convert_CRD_VirtualGatewaySpec_To_SDK_VirtualGatewaySpec should have comment or be unexported (golint)
    • Line 400: warning: don't use underscores in Go names; func Convert_CRD_VirtualGatewaySpec_To_SDK_VirtualGatewaySpec should be ConvertCRDVirtualGatewaySpecToSDKVirtualGatewaySpec (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/virtualrouter_types_conversion.go
    • Line 10: warning: exported function Convert_CRD_VirtualRouterListener_To_SDK_VirtualRouterListener should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_VirtualRouterListener_To_SDK_VirtualRouterListener should be ConvertCRDVirtualRouterListenerToSDKVirtualRouterListener (golint)
    • Line 17: warning: exported function Convert_CRD_WeightedTarget_To_SDK_WeightedTarget should have comment or be unexported (golint)
    • Line 17: warning: don't use underscores in Go names; func Convert_CRD_WeightedTarget_To_SDK_WeightedTarget should be ConvertCRDWeightedTargetToSDKWeightedTarget (golint)
    • Line 36: warning: exported function Convert_CRD_HTTPRouteHeader_To_SDK_HttpRouteHeader should have comment or be unexported (golint)
    • Line 36: warning: don't use underscores in Go names; func Convert_CRD_HTTPRouteHeader_To_SDK_HttpRouteHeader should be ConvertCRDHTTPRouteHeaderToSDKHTTPRouteHeader (golint)
    • Line 54: warning: exported function Convert_CRD_HTTPRouteMatch_To_SDK_HttpRouteMatch should have comment or be unexported (golint)
    • Line 54: warning: don't use underscores in Go names; func Convert_CRD_HTTPRouteMatch_To_SDK_HttpRouteMatch should be ConvertCRDHTTPRouteMatchToSDKHTTPRouteMatch (golint)
    • Line 84: warning: exported function Convert_CRD_HTTPRouteQueryParams_To_SDK_HttpRouteQueryParams should have comment or be unexported (golint)
    • Line 84: warning: don't use underscores in Go names; func Convert_CRD_HTTPRouteQueryParams_To_SDK_HttpRouteQueryParams should be ConvertCRDHTTPRouteQueryParamsToSDKHTTPRouteQueryParams (golint)
    • Line 100: warning: exported function Convert_CRD_HTTPPathMatch_To_SDK_HttpPathMatch should have comment or be unexported (golint)
    • Line 100: warning: don't use underscores in Go names; func Convert_CRD_HTTPPathMatch_To_SDK_HttpPathMatch should be ConvertCRDHTTPPathMatchToSDKHTTPPathMatch (golint)
    • Line 107: warning: exported function Convert_CRD_HTTPRouteAction_To_SDK_HttpRouteAction should have comment or be unexported (golint)
    • Line 107: warning: don't use underscores in Go names; func Convert_CRD_HTTPRouteAction_To_SDK_HttpRouteAction should be ConvertCRDHTTPRouteActionToSDKHTTPRouteAction (golint)
    • Line 125: warning: exported function Convert_CRD_HTTPRetryPolicy_To_SDK_HttpRetryPolicy should have comment or be unexported (golint)
    • Line 125: warning: don't use underscores in Go names; func Convert_CRD_HTTPRetryPolicy_To_SDK_HttpRetryPolicy should be ConvertCRDHTTPRetryPolicyToSDKHTTPRetryPolicy (golint)
    • Line 155: warning: exported function Convert_CRD_HTTPTimeout_To_SDK_HttpTimeout should have comment or be unexported (golint)
    • Line 155: warning: don't use underscores in Go names; func Convert_CRD_HTTPTimeout_To_SDK_HttpTimeout should be ConvertCRDHTTPTimeoutToSDKHTTPTimeout (golint)
    • Line 179: warning: exported function Convert_CRD_HTTPRoute_To_SDK_HttpRoute should have comment or be unexported (golint)
    • Line 179: warning: don't use underscores in Go names; func Convert_CRD_HTTPRoute_To_SDK_HttpRoute should be ConvertCRDHTTPRouteToSDKHTTPRoute (golint)
    • Line 212: warning: exported function Convert_CRD_TCPRouteAction_To_SDK_TcpRouteAction should have comment or be unexported (golint)
    • Line 212: warning: don't use underscores in Go names; func Convert_CRD_TCPRouteAction_To_SDK_TcpRouteAction should be ConvertCRDTCPRouteActionToSDKTCPRouteAction (golint)
    • Line 230: warning: exported function Convert_CRD_TCPTimeout_To_SDK_TcpTimeout should have comment or be unexported (golint)
    • Line 230: warning: don't use underscores in Go names; func Convert_CRD_TCPTimeout_To_SDK_TcpTimeout should be ConvertCRDTCPTimeoutToSDKTCPTimeout (golint)
    • Line 245: warning: exported function Convert_CRD_TCPRoute_To_SDK_TcpRoute should have comment or be unexported (golint)
    • Line 245: warning: don't use underscores in Go names; func Convert_CRD_TCPRoute_To_SDK_TcpRoute should be ConvertCRDTCPRouteToSDKTCPRoute (golint)
    • Line 265: warning: exported function Convert_CRD_GRPCRouteMetadataMatchMethod_To_SDK_GrpcRouteMetadataMatchMethod should have comment or be unexported (golint)
    • Line 265: warning: don't use underscores in Go names; func Convert_CRD_GRPCRouteMetadataMatchMethod_To_SDK_GrpcRouteMetadataMatchMethod should be ConvertCRDGRPCRouteMetadataMatchMethodToSDKGrpcRouteMetadataMatchMethod (golint)
    • Line 285: warning: exported function Convert_CRD_GRPCRouteMetadata_To_SDK_GrpcRouteMetadata should have comment or be unexported (golint)
    • Line 285: warning: don't use underscores in Go names; func Convert_CRD_GRPCRouteMetadata_To_SDK_GrpcRouteMetadata should be ConvertCRDGRPCRouteMetadataToSDKGrpcRouteMetadata (golint)
    • Line 303: warning: exported function Convert_CRD_GRPCRouteMatch_To_SDK_GrpcRouteMatch should have comment or be unexported (golint)
    • Line 303: warning: don't use underscores in Go names; func Convert_CRD_GRPCRouteMatch_To_SDK_GrpcRouteMatch should be ConvertCRDGRPCRouteMatchToSDKGrpcRouteMatch (golint)
    • Line 325: warning: exported function Convert_CRD_GRPCRouteAction_To_SDK_GrpcRouteAction should have comment or be unexported (golint)
    • Line 325: warning: don't use underscores in Go names; func Convert_CRD_GRPCRouteAction_To_SDK_GrpcRouteAction should be ConvertCRDGRPCRouteActionToSDKGrpcRouteAction (golint)
    • Line 343: warning: exported function Convert_CRD_GRPCRetryPolicy_To_SDK_GrpcRetryPolicy should have comment or be unexported (golint)
    • Line 343: warning: don't use underscores in Go names; func Convert_CRD_GRPCRetryPolicy_To_SDK_GrpcRetryPolicy should be ConvertCRDGRPCRetryPolicyToSDKGrpcRetryPolicy (golint)
    • Line 382: warning: exported function Convert_CRD_GRPCTimeout_To_SDK_GrpcTimeout should have comment or be unexported (golint)
    • Line 382: warning: don't use underscores in Go names; func Convert_CRD_GRPCTimeout_To_SDK_GrpcTimeout should be ConvertCRDGRPCTimeoutToSDKGrpcTimeout (golint)
    • Line 406: warning: exported function Convert_CRD_GRPCRoute_To_SDK_GrpcRoute should have comment or be unexported (golint)
    • Line 406: warning: don't use underscores in Go names; func Convert_CRD_GRPCRoute_To_SDK_GrpcRoute should be ConvertCRDGRPCRouteToSDKGrpcRoute (golint)
    • Line 440: warning: exported function Convert_CRD_Route_To_SDK_RouteSpec should have comment or be unexported (golint)
    • Line 440: warning: don't use underscores in Go names; func Convert_CRD_Route_To_SDK_RouteSpec should be ConvertCRDRouteToSDKRouteSpec (golint)
    • Line 482: warning: exported function Convert_CRD_VirtualRouterSpec_To_SDK_VirtualRouterSpec should have comment or be unexported (golint)
    • Line 482: warning: don't use underscores in Go names; func Convert_CRD_VirtualRouterSpec_To_SDK_VirtualRouterSpec should be ConvertCRDVirtualRouterSpecToSDKVirtualRouterSpec (golint)
    • aws-app-mesh-controller-for-k8s/test/framework/manifest/virtualservice.go
    • Line 10: warning: exported type VSBuilder should have comment or be unexported (golint)
    • Line 14: warning: exported method VSBuilder.BuildVirtualServiceWithRouterBackend should have comment or be unexported (golint)
    • Line 39: warning: exported method VSBuilder.BuildVirtualServiceWithNodeBackend should have comment or be unexported (golint)
    • Line 64: warning: exported method VSBuilder.BuildVirtualServiceNoBackend should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/virtualrouter/virtualrouter.go
    • Line 9: warning: should not use dot imports (golint)
    • Line 10: warning: should not use dot imports (golint)
    • Line 18: warning: exported type VirtualRouterTest should have comment or be unexported (golint)
    • Line 23: warning: exported method VirtualRouterTest.Create should have comment or be unexported (golint)
    • Line 36: warning: exported method VirtualRouterTest.Update should have comment or be unexported (golint)
    • Line 49: warning: exported method VirtualRouterTest.Cleanup should have comment or be unexported (golint)
    • Line 113: warning: exported method VirtualRouterTest.CheckInAWS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/types_conversion.go
    • Line 10: warning: exported function Convert_CRD_PortMapping_To_SDK_PortMapping should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_PortMapping_To_SDK_PortMapping should be ConvertCRDPortMappingToSDKPortMapping (golint)
    • Line 16: warning: exported function Convert_CRD_Duration_To_SDK_Duration should have comment or be unexported (golint)
    • Line 16: warning: don't use underscores in Go names; func Convert_CRD_Duration_To_SDK_Duration should be ConvertCRDDurationToSDKDuration (golint)
    • Line 23: warning: exported function Convert_CRD_HTTPHeaderMatchMethod_To_SDK_HttpHeaderMatchMethod should have comment or be unexported (golint)
    • Line 23: warning: don't use underscores in Go names; func Convert_CRD_HTTPHeaderMatchMethod_To_SDK_HttpHeaderMatchMethod should be ConvertCRDHTTPHeaderMatchMethodToSDKHTTPHeaderMatchMethod (golint)
    • Line 40: warning: exported function Convert_CRD_GrpcMetdataMatchMethod_To_SDK_GrpcMetadataMatchMethod should have comment or be unexported (golint)
    • Line 40: warning: don't use underscores in Go names; func Convert_CRD_GrpcMetdataMatchMethod_To_SDK_GrpcMetadataMatchMethod should be ConvertCRDGrpcMetdataMatchMethodToSDKGrpcMetadataMatchMethod (golint)
    • Line 56: warning: exported function Convert_CRD_MatchRange_To_SDK_MatchRange should have comment or be unexported (golint)
    • Line 56: warning: don't use underscores in Go names; func Convert_CRD_MatchRange_To_SDK_MatchRange should be ConvertCRDMatchRangeToSDKMatchRange (golint)
    • aws-app-mesh-controller-for-k8s/pkg/k8s/finalizers.go
    • Line 13: warning: exported const FinalizerMeshMembers should have comment (or a comment on this block) or be unexported (golint)
    • Line 19: warning: exported type APIObject should have comment or be unexported (golint)
    • Line 24: warning: exported type FinalizerManager should have comment or be unexported (golint)
    • Line 29: warning: exported function NewDefaultFinalizerManager should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/virtualnode/virtualnode.go
    • Line 12: warning: should not use dot imports (golint)
    • Line 13: warning: should not use dot imports (golint)
    • Line 21: warning: exported type VirtualNodeTest should have comment or be unexported (golint)
    • Line 28: warning: exported method VirtualNodeTest.Create should have comment or be unexported (golint)
    • Line 41: warning: exported method VirtualNodeTest.Update should have comment or be unexported (golint)
    • Line 54: warning: exported method VirtualNodeTest.Cleanup should have comment or be unexported (golint)
    • Line 174: warning: exported method VirtualNodeTest.CheckInAWS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/framework/manifest/virtualgateway.go
    • Line 9: warning: exported type VGBuilder should have comment or be unexported (golint)
    • Line 13: warning: exported method VGBuilder.BuildVirtualGateway should have comment or be unexported (golint)
    • Line 39: warning: exported method VGBuilder.BuildVGListener should have comment or be unexported (golint)
    • Line 49: warning: exported method VGBuilder.BuildListenerWithConnectionPools should have comment or be unexported (golint)
    • Line 73: warning: exported method VGBuilder.BuildHealthCheckPolicy should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/inject/config.go
    • Line 46: warning: exported type Config should have comment or be unexported (golint)
    • Line 100: warning: exported method Config.BindFlags should have comment or be unexported (golint)
    • Line 166: warning: exported method Config.BindEnv should have comment or be unexported (golint)
    • Line 170: warning: exported method Config.Validate should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/tls/tls_stack.go
    • Line 24: warning: should not use dot imports (golint)
    • Line 25: warning: should not use dot imports (golint)
    • Line 38: warning: exported const AppContainerPort should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported type TLSStack should have comment or be unexported (golint)
    • Line 69: warning: comment on exported method TLSStack.DeployTLSStack should be of the form "DeployTLSStack ..." (golint)
    • Line 83: warning: comment on exported method TLSStack.DeployPartialTLSStack should be of the form "DeployPartialTLSStack ..." (golint)
    • Line 97: warning: comment on exported method TLSStack.DeployTLSValidationStack should be of the form "DeployTLSValidationStack ..." (golint)
    • Line 112: warning: exported method TLSStack.CleanupTLSStack should have comment or be unexported (golint)
    • Line 132: warning: exported method TLSStack.CheckTLSBehavior should have comment or be unexported (golint)
    • Line 1001: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/gatewayroute/gatewayroute.go
    • Line 11: warning: should not use dot imports (golint)
    • Line 12: warning: should not use dot imports (golint)
    • Line 20: warning: exported type GatewayRouteTest should have comment or be unexported (golint)
    • Line 25: warning: exported method GatewayRouteTest.Create should have comment or be unexported (golint)
    • Line 38: warning: exported method GatewayRouteTest.Update should have comment or be unexported (golint)
    • Line 51: warning: exported method GatewayRouteTest.Cleanup should have comment or be unexported (golint)
    • Line 115: warning: exported method GatewayRouteTest.CheckInAWS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/virtualgateway/virtualgateway.go
    • Line 11: warning: should not use dot imports (golint)
    • Line 12: warning: should not use dot imports (golint)
    • Line 20: warning: exported type VirtualGatewayTest should have comment or be unexported (golint)
    • Line 25: warning: exported method VirtualGatewayTest.Create should have comment or be unexported (golint)
    • Line 38: warning: exported method VirtualGatewayTest.Update should have comment or be unexported (golint)
    • Line 51: warning: exported method VirtualGatewayTest.Cleanup should have comment or be unexported (golint)
    • Line 115: warning: exported method VirtualGatewayTest.CheckInAWS should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/inject/inject.go
    • Line 21: warning: exported type PodMutator should have comment or be unexported (golint)
    • Line 25: warning: exported type SidecarInjector should have comment or be unexported (golint)
    • Line 35: warning: exported function NewSidecarInjector should have comment or be unexported (golint)
    • Line 51: warning: exported method SidecarInjector.Inject should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/pkg/conversions/virtualnode_types_conversion.go
    • Line 10: warning: exported function Convert_CRD_TLSValidationContextACMTrust_To_SDK_TLSValidationContextACMTrust should have comment or be unexported (golint)
    • Line 10: warning: don't use underscores in Go names; func Convert_CRD_TLSValidationContextACMTrust_To_SDK_TLSValidationContextACMTrust should be ConvertCRDTLSValidationContextACMTrustToSDKTLSValidationContextACMTrust (golint)
    • Line 15: warning: exported function Convert_CRD_TLSValidationContextFileTrust_To_SDK_TLSValidationContextFileTrust should have comment or be unexported (golint)
    • Line 15: warning: don't use underscores in Go names; func Convert_CRD_TLSValidationContextFileTrust_To_SDK_TLSValidationContextFileTrust should be ConvertCRDTLSValidationContextFileTrustToSDKTLSValidationContextFileTrust (golint)
    • Line 20: warning: exported function Convert_CRD_TLSValidationContextSDSTrust_To_SDK_TLSValidationContextSDSTrust should have comment or be unexported (golint)
    • Line 20: warning: don't use underscores in Go names; func Convert_CRD_TLSValidationContextSDSTrust_To_SDK_TLSValidationContextSDSTrust should be ConvertCRDTLSValidationContextSDSTrustToSDKTLSValidationContextSDSTrust (golint)
    • Line 27: warning: exported function Convert_CRD_TLSValidationContextTrust_To_SDK_TLSValidationContextTrust should have comment or be unexported (golint)
    • Line 27: warning: don't use underscores in Go names; func Convert_CRD_TLSValidationContextTrust_To_SDK_TLSValidationContextTrust should be ConvertCRDTLSValidationContextTrustToSDKTLSValidationContextTrust (golint)
    • Line 57: warning: exported function Convert_CRD_TLSValidationContextSubjectAlternativeNames_To_SDK_TLSValidationContextSubjectAlternativeNames should have comment or be unexported (golint)
    • Line 57: warning: don't use underscores in Go names; func Convert_CRD_TLSValidationContextSubjectAlternativeNames_To_SDK_TLSValidationContextSubjectAlternativeNames should be ConvertCRDTLSValidationContextSubjectAlternativeNamesToSDKTLSValidationContextSubjectAlternativeNames (golint)
    • Line 65: warning: exported function Convert_CRD_TLSValidationContext_To_SDK_TLSValidationContext should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; func Convert_CRD_TLSValidationContext_To_SDK_TLSValidationContext should be ConvertCRDTLSValidationContextToSDKTLSValidationContext (golint)
    • Line 80: warning: exported function Convert_CRD_ClientTLSCertificate_To_SDK_ClientTLSCertificate should have comment or be unexported (golint)
    • Line 80: warning: don't use underscores in Go names; func Convert_CRD_ClientTLSCertificate_To_SDK_ClientTLSCertificate should be ConvertCRDClientTLSCertificateToSDKClientTLSCertificate (golint)
    • Line 101: warning: exported function Convert_CRD_ClientPolicyTLS_To_SDK_ClientPolicyTLS should have comment or be unexported (golint)
    • Line 101: warning: don't use underscores in Go names; func Convert_CRD_ClientPolicyTLS_To_SDK_ClientPolicyTLS should be ConvertCRDClientPolicyTLSToSDKClientPolicyTLS (golint)
    • Line 127: warning: exported function Convert_CRD_ClientPolicy_To_SDK_ClientPolicy should have comment or be unexported (golint)
    • Line 127: warning: don't use underscores in Go names; func Convert_CRD_ClientPolicy_To_SDK_ClientPolicy should be ConvertCRDClientPolicyToSDKClientPolicy (golint)
    • Line 139: warning: exported function Convert_CRD_VirtualServiceBackend_To_SDK_VirtualServiceBackend should have comment or be unexported (golint)
    • Line 139: warning: don't use underscores in Go names; func Convert_CRD_VirtualServiceBackend_To_SDK_VirtualServiceBackend should be ConvertCRDVirtualServiceBackendToSDKVirtualServiceBackend (golint)
    • Line 164: warning: exported function Convert_CRD_Backend_To_SDK_Backend should have comment or be unexported (golint)
    • Line 164: warning: don't use underscores in Go names; func Convert_CRD_Backend_To_SDK_Backend should be ConvertCRDBackendToSDKBackend (golint)
    • Line 172: warning: exported function Convert_CRD_BackendDefaults_To_SDK_BackendDefaults should have comment or be unexported (golint)
    • Line 172: warning: don't use underscores in Go names; func Convert_CRD_BackendDefaults_To_SDK_BackendDefaults should be ConvertCRDBackendDefaultsToSDKBackendDefaults (golint)
    • Line 184: warning: exported function Convert_CRD_HealthCheckPolicy_To_SDK_HealthCheckPolicy should have comment or be unexported (golint)
    • Line 184: warning: don't use underscores in Go names; func Convert_CRD_HealthCheckPolicy_To_SDK_HealthCheckPolicy should be ConvertCRDHealthCheckPolicyToSDKHealthCheckPolicy (golint)
    • Line 195: warning: exported function Convert_CRD_OutlierDetection_To_SDK_OutlierDetection should have comment or be unexported (golint)
    • Line 195: warning: don't use underscores in Go names; func Convert_CRD_OutlierDetection_To_SDK_OutlierDetection should be ConvertCRDOutlierDetectionToSDKOutlierDetection (golint)
    • Line 212: warning: exported function Convert_CRD_ListenerTLSACMCertificate_To_SDK_ListenerTLSACMCertificate should have comment or be unexported (golint)
    • Line 212: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSACMCertificate_To_SDK_ListenerTLSACMCertificate should be ConvertCRDListenerTLSACMCertificateToSDKListenerTLSACMCertificate (golint)
    • Line 217: warning: exported function Convert_CRD_ListenerTLSFileCertificate_To_SDK_ListenerTLSFileCertificate should have comment or be unexported (golint)
    • Line 217: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSFileCertificate_To_SDK_ListenerTLSFileCertificate should be ConvertCRDListenerTLSFileCertificateToSDKListenerTLSFileCertificate (golint)
    • Line 223: warning: exported function Convert_CRD_ListenerTLSSDSCertificate_To_SDK_ListenerTLSSDSCertificate should have comment or be unexported (golint)
    • Line 223: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSSDSCertificate_To_SDK_ListenerTLSSDSCertificate should be ConvertCRDListenerTLSSDSCertificateToSDKListenerTLSSDSCertificate (golint)
    • Line 230: warning: exported function Convert_CRD_ListenerTLSCertificate_To_SDK_ListenerTLSCertificate should have comment or be unexported (golint)
    • Line 230: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSCertificate_To_SDK_ListenerTLSCertificate should be ConvertCRDListenerTLSCertificateToSDKListenerTLSCertificate (golint)
    • Line 260: warning: exported function Convert_CRD_ListenerTLSValidationContextFileTrust_To_SDK_ListenerTLSValidationContextFileTrust should have comment or be unexported (golint)
    • Line 260: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSValidationContextFileTrust_To_SDK_ListenerTLSValidationContextFileTrust should be ConvertCRDListenerTLSValidationContextFileTrustToSDKListenerTLSValidationContextFileTrust (golint)
    • Line 265: warning: exported function Convert_CRD_ListenerTLSValidationContextSDSTrust_To_SDK_ListenerTLSValidationContextSDSTrust should have comment or be unexported (golint)
    • Line 265: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSValidationContextSDSTrust_To_SDK_ListenerTLSValidationContextSDSTrust should be ConvertCRDListenerTLSValidationContextSDSTrustToSDKListenerTLSValidationContextSDSTrust (golint)
    • Line 272: warning: exported function Convert_CRD_ListenerTLSValidationContextTrust_To_SDK_ListenerTLSValidationContextTrust should have comment or be unexported (golint)
    • Line 272: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSValidationContextTrust_To_SDK_ListenerTLSValidationContextTrust should be ConvertCRDListenerTLSValidationContextTrustToSDKListenerTLSValidationContextTrust (golint)
    • Line 292: warning: exported function Convert_CRD_ListenerTLSValidationContextSubjectAlternativeNames_To_SDK_ListenerTLSValidationContextSubjectAlternativeNames should have comment or be unexported (golint)
    • Line 292: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSValidationContextSubjectAlternativeNames_To_SDK_ListenerTLSValidationContextSubjectAlternativeNames should be ConvertCRDListenerTLSValidationContextSubjectAlternativeNamesToSDKListenerTLSValidationContextSubjectAlternativeNames (golint)
    • Line 300: warning: exported function Convert_CRD_ListenerTLSValidationContext_To_SDK_ListenerTLSValidationContext should have comment or be unexported (golint)
    • Line 300: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLSValidationContext_To_SDK_ListenerTLSValidationContext should be ConvertCRDListenerTLSValidationContextToSDKListenerTLSValidationContext (golint)
    • Line 314: warning: exported function Convert_CRD_ListenerTLS_To_SDK_ListenerTLS should have comment or be unexported (golint)
    • Line 314: warning: don't use underscores in Go names; func Convert_CRD_ListenerTLS_To_SDK_ListenerTLS should be ConvertCRDListenerTLSToSDKListenerTLS (golint)
    • Line 331: warning: exported function Convert_CRD_ListenerTimeoutTcp_To_SDK_ListenerTimeoutTcp should have comment or be unexported (golint)
    • Line 331: warning: don't use underscores in Go names; func Convert_CRD_ListenerTimeoutTcp_To_SDK_ListenerTimeoutTcp should be ConvertCRDListenerTimeoutTCPToSDKListenerTimeoutTCP (golint)
    • Line 343: warning: exported function Convert_CRD_ListenerTimeoutHttp_To_SDK_ListenerTimeoutHttp should have comment or be unexported (golint)
    • Line 343: warning: don't use underscores in Go names; func Convert_CRD_ListenerTimeoutHttp_To_SDK_ListenerTimeoutHttp should be ConvertCRDListenerTimeoutHTTPToSDKListenerTimeoutHTTP (golint)
    • Line 364: warning: exported function Convert_CRD_ListenerTimeoutGrpc_To_SDK_ListenerTimeoutGrpc should have comment or be unexported (golint)
    • Line 364: warning: don't use underscores in Go names; func Convert_CRD_ListenerTimeoutGrpc_To_SDK_ListenerTimeoutGrpc should be ConvertCRDListenerTimeoutGrpcToSDKListenerTimeoutGrpc (golint)
    • Line 385: warning: exported function Convert_CRD_VirtualNodeTCPConnectionPool_To_SDK_VirtualNodeTcpConnectionPool should have comment or be unexported (golint)
    • Line 385: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeTCPConnectionPool_To_SDK_VirtualNodeTcpConnectionPool should be ConvertCRDVirtualNodeTCPConnectionPoolToSDKVirtualNodeTCPConnectionPool (golint)
    • Line 390: warning: exported function Convert_CRD_VirtualNodeHTTPConnectionPool_To_SDK_VirtualNodeHttpConnectionPool should have comment or be unexported (golint)
    • Line 390: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeHTTPConnectionPool_To_SDK_VirtualNodeHttpConnectionPool should be ConvertCRDVirtualNodeHTTPConnectionPoolToSDKVirtualNodeHTTPConnectionPool (golint)
    • Line 396: warning: exported function Convert_CRD_VirtualNodeHTTP2ConnectionPool_To_SDK_VirtualNodeHttp2ConnectionPool should have comment or be unexported (golint)
    • Line 396: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeHTTP2ConnectionPool_To_SDK_VirtualNodeHttp2ConnectionPool should be ConvertCRDVirtualNodeHTTP2ConnectionPoolToSDKVirtualNodeHTTP2ConnectionPool (golint)
    • Line 401: warning: exported function Convert_CRD_VirtualNodeGRPCConnectionPool_To_SDK_VirtualNodeGrpcConnectionPool should have comment or be unexported (golint)
    • Line 401: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeGRPCConnectionPool_To_SDK_VirtualNodeGrpcConnectionPool should be ConvertCRDVirtualNodeGRPCConnectionPoolToSDKVirtualNodeGrpcConnectionPool (golint)
    • Line 406: warning: exported function Convert_CRD_VirtualNodeConnectionPool_To_SDK_VirtualNodeConnectionPool should have comment or be unexported (golint)
    • Line 406: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeConnectionPool_To_SDK_VirtualNodeConnectionPool should be ConvertCRDVirtualNodeConnectionPoolToSDKVirtualNodeConnectionPool (golint)
    • Line 448: warning: exported function Convert_CRD_ListenerTimeout_To_SDK_ListenerTimeout should have comment or be unexported (golint)
    • Line 448: warning: don't use underscores in Go names; func Convert_CRD_ListenerTimeout_To_SDK_ListenerTimeout should be ConvertCRDListenerTimeoutToSDKListenerTimeout (golint)
    • Line 488: warning: exported function Convert_CRD_Listener_To_SDK_Listener should have comment or be unexported (golint)
    • Line 488: warning: don't use underscores in Go names; func Convert_CRD_Listener_To_SDK_Listener should be ConvertCRDListenerToSDKListener (golint)
    • Line 539: warning: exported function Convert_CRD_AWSCloudMapInstanceAttribute_To_SDK_AWSCloudMapInstanceAttribute should have comment or be unexported (golint)
    • Line 539: warning: don't use underscores in Go names; func Convert_CRD_AWSCloudMapInstanceAttribute_To_SDK_AWSCloudMapInstanceAttribute should be ConvertCRDAWSCloudMapInstanceAttributeToSDKAWSCloudMapInstanceAttribute (golint)
    • Line 545: warning: exported function Convert_CRD_AWSCloudMapServiceDiscovery_To_SDK_AWSCloudMapServiceDiscovery should have comment or be unexported (golint)
    • Line 545: warning: don't use underscores in Go names; func Convert_CRD_AWSCloudMapServiceDiscovery_To_SDK_AWSCloudMapServiceDiscovery should be ConvertCRDAWSCloudMapServiceDiscoveryToSDKAWSCloudMapServiceDiscovery (golint)
    • Line 564: warning: exported function Convert_CRD_DNSServiceDiscovery_To_SDK_DNSServiceDiscovery should have comment or be unexported (golint)
    • Line 564: warning: don't use underscores in Go names; func Convert_CRD_DNSServiceDiscovery_To_SDK_DNSServiceDiscovery should be ConvertCRDDNSServiceDiscoveryToSDKDNSServiceDiscovery (golint)
    • Line 570: warning: exported function Convert_CRD_ServiceDiscovery_To_SDK_ServiceDiscovery should have comment or be unexported (golint)
    • Line 570: warning: don't use underscores in Go names; func Convert_CRD_ServiceDiscovery_To_SDK_ServiceDiscovery should be ConvertCRDServiceDiscoveryToSDKServiceDiscovery (golint)
    • Line 592: warning: exported function Convert_CRD_FileAccessLog_To_SDK_FileAccessLog should have comment or be unexported (golint)
    • Line 592: warning: don't use underscores in Go names; func Convert_CRD_FileAccessLog_To_SDK_FileAccessLog should be ConvertCRDFileAccessLogToSDKFileAccessLog (golint)
    • Line 597: warning: exported function Convert_CRD_AccessLog_To_SDK_AccessLog should have comment or be unexported (golint)
    • Line 597: warning: don't use underscores in Go names; func Convert_CRD_AccessLog_To_SDK_AccessLog should be ConvertCRDAccessLogToSDKAccessLog (golint)
    • Line 609: warning: exported function Convert_CRD_Logging_To_SDK_Logging should have comment or be unexported (golint)
    • Line 609: warning: don't use underscores in Go names; func Convert_CRD_Logging_To_SDK_Logging should be ConvertCRDLoggingToSDKLogging (golint)
    • Line 621: warning: exported function Convert_CRD_VirtualNodeSpec_To_SDK_VirtualNodeSpec should have comment or be unexported (golint)
    • Line 621: warning: don't use underscores in Go names; func Convert_CRD_VirtualNodeSpec_To_SDK_VirtualNodeSpec should be ConvertCRDVirtualNodeSpecToSDKVirtualNodeSpec (golint)
    • aws-app-mesh-controller-for-k8s/pkg/cloudmap/resource_manager.go
    • Line 39: warning: exported type ResourceManager should have comment or be unexported (golint)
    • Line 47: warning: exported function NewDefaultResourceManager should have comment or be unexported (golint)
    • Line 443: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • Line 461: warning: should omit 2nd value from range; this loop is equivalent to `for key := range ...` (golint)
    • aws-app-mesh-controller-for-k8s/apis/appmesh/v1beta2/types.go
    • Line 5: warning: comment on exported type DurationUnit should be of the form "DurationUnit ..." (with optional leading article) (golint)
    • Line 9: warning: exported const DurationUnitS should have comment (or a comment on this block) or be unexported (golint)
    • Line 13: warning: exported type Duration should have comment or be unexported (golint)
    • Line 21: warning: exported type MatchRange should have comment or be unexported (golint)
    • Line 82: warning: comment on exported type PortNumber should be of the form "PortNumber ..." (with optional leading article) (golint)
    • Line 86: warning: comment on exported type PortProtocol should be of the form "PortProtocol ..." (with optional leading article) (golint)
    • Line 90: warning: exported const PortProtocolGRPC should have comment (or a comment on this block) or be unexported (golint)
    • Line 176: warning: exported type QueryMatchMethod should have comment or be unexported (golint)
    • Line 183: warning: exported type HTTPTimeout should have comment or be unexported (golint)
    • Line 192: warning: exported type GRPCTimeout should have comment or be unexported (golint)
    • Line 201: warning: exported type TCPTimeout should have comment or be unexported (golint)
    • Line 207: warning: exported type TCPConnectionPool should have comment or be unexported (golint)
    • Line 214: warning: exported type HTTPConnectionPool should have comment or be unexported (golint)
    • Line 226: warning: exported type HTTP2ConnectionPool should have comment or be unexported (golint)
    • Line 233: warning: exported type GRPCConnectionPool should have comment or be unexported (golint)
    • Line 240: warning: exported type SubjectAlternativeNameMatchers should have comment or be unexported (golint)
    • Line 245: warning: exported type SubjectAlternativeNames should have comment or be unexported (golint)
    • aws-app-mesh-controller-for-k8s/test/integration/timeout/timeout_stack.go
    • Line 16: warning: should not use dot imports (golint)
    • Line 17: warning: should not use dot imports (golint)
    • Line 35: warning: exported const AppContainerPort should have comment (or a comment on this block) or be unexported (golint)
    • Line 56: warning: exported type TimeoutStack should have comment or be unexported (golint)
    • Line 77: warning: exported method TimeoutStack.DeployTimeoutStack should have comment or be unexported (golint)
    • Line 90: warning: exported method TimeoutStack.CleanupTimeoutStack should have comment or be unexported (golint)
    • Line 110: warning: comment on exported method TimeoutStack.CheckTimeoutBehavior should be of the form "CheckTimeoutBehavior ..." (golint)
    • Line 635: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)

ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell99%

Misspell Finds commonly misspelled English words