Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2026 Changes in this version + type AGCResources struct + ApplicationLoadBalancer *types.NamespacedName + BackendTLSPolicies []types.NamespacedName + FrontendTLSPolicies []types.NamespacedName + Gateway types.NamespacedName + HTTPRoutes []types.NamespacedName + HealthCheckPolicies []types.NamespacedName + ReferenceGrants []types.NamespacedName + RoutePolicies []types.NamespacedName + WebApplicationFirewalPolicies []types.NamespacedName + type AGICResources struct + Ingresses []Ingress + type AGICResourcesSource string + const AGICResourcesSourceCluster + const AGICResourcesSourceFiles + type AnnotationResult struct + Issues []Issue + KeyValue string + Status resources.MigrationStatus + type Annotations struct + Completed []CompletedAnnotation + Failed []FailedAnnotation + Unsupported []FailedAnnotation + Warnings []FailedAnnotation + type AppGWRewrites struct + Issues []Issue + Result resources.MigrationStatus + type CompletedAnnotation struct + KeyValue string + type FailedAnnotation struct + Issues []Issue + KeyValue string + type Ingress struct + Annotations Annotations + MigratedIngressResources struct{ ... } + Result resources.MigrationStatus + type Issue struct + Description string + ImpactedResources []string + Message string + Recommendation string + type Metadata struct + AGCBYOResourceID string + GeneratedAt time.Time + ManagedSubnetID string + ToolVersion string + func NewMetadata(source AGICResourcesSource, opts conversion.Options) Metadata + type MigrationReport struct + AGCResources AGCResources + AGICResources AGICResources + func NewReport(agicResources resources.AGICResources, agcResources resources.AGCResourceGraph, ...) (MigrationReport, error) + func NewReportFromYAML(reportStr string) (MigrationReport, error) + type Policy struct