@@ -11,9 +11,9 @@ import (
11
11
12
12
func GetOpenAPIDefinitions (ref common.ReferenceCallback ) map [string ]common.OpenAPIDefinition {
13
13
return map [string ]common.OpenAPIDefinition {
14
- "github.com/example-inc /learn-operator/pkg/apis/app/v1.Learn" : schema_pkg_apis_app_v1_Learn (ref ),
15
- "github.com/example-inc /learn-operator/pkg/apis/app/v1.LearnSpec" : schema_pkg_apis_app_v1_LearnSpec (ref ),
16
- "github.com/example-inc /learn-operator/pkg/apis/app/v1.LearnStatus" : schema_pkg_apis_app_v1_LearnStatus (ref ),
14
+ "github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.Learn" : schema_pkg_apis_app_v1_Learn (ref ),
15
+ "github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.LearnSpec" : schema_pkg_apis_app_v1_LearnSpec (ref ),
16
+ "github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.LearnStatus" : schema_pkg_apis_app_v1_LearnStatus (ref ),
17
17
}
18
18
}
19
19
@@ -45,19 +45,19 @@ func schema_pkg_apis_app_v1_Learn(ref common.ReferenceCallback) common.OpenAPIDe
45
45
},
46
46
"spec" : {
47
47
SchemaProps : spec.SchemaProps {
48
- Ref : ref ("github.com/example-inc /learn-operator/pkg/apis/app/v1.LearnSpec" ),
48
+ Ref : ref ("github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.LearnSpec" ),
49
49
},
50
50
},
51
51
"status" : {
52
52
SchemaProps : spec.SchemaProps {
53
- Ref : ref ("github.com/example-inc /learn-operator/pkg/apis/app/v1.LearnStatus" ),
53
+ Ref : ref ("github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.LearnStatus" ),
54
54
},
55
55
},
56
56
},
57
57
},
58
58
},
59
59
Dependencies : []string {
60
- "github.com/example-inc /learn-operator/pkg/apis/app/v1.LearnSpec" , "github.com/example-inc /learn-operator/pkg/apis/app/v1.LearnStatus" , "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" },
60
+ "github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.LearnSpec" , "github.com/jianzhangbjz /learn-operator/pkg/apis/app/v1.LearnStatus" , "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta" },
61
61
}
62
62
}
63
63
0 commit comments