Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0 #312

Merged
merged 250 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
250 commits
Select commit Hold shift + click to select a range
f4066c2
add admiral/crd/clientconnectionconfig.yaml
nirvanagit Jul 22, 2024
017d190
add file .gitignore
nirvanagit Jul 23, 2024
209b5e8
add file CONTRIBUTING.md
nirvanagit Jul 23, 2024
4842775
add file Makefile
nirvanagit Jul 23, 2024
b47b7a4
add file README.md
nirvanagit Jul 23, 2024
ce9a448
add file admiral/apis/v1/types.go
nirvanagit Jul 23, 2024
7583b8e
add file admiral/cmd/admiral/cmd/root.go
nirvanagit Jul 23, 2024
7834afd
add file admiral/crd/routingPolicy.yaml
nirvanagit Jul 23, 2024
f3ac303
add file admiral/pkg/apis/admiral/model/doc.go
nirvanagit Jul 23, 2024
bcda560
add file admiral/pkg/apis/admiral/model/globalrouting.proto
nirvanagit Jul 23, 2024
fa64451
add file admiral/pkg/apis/admiral/model/zz_generated.deepcopy.go
nirvanagit Jul 23, 2024
b8ca844
add file admiral/pkg/apis/admiral/routes/handler_test.go
nirvanagit Jul 23, 2024
4bb63da
add file admiral/pkg/apis/admiral/routes/handlers.go
nirvanagit Jul 23, 2024
e4a025a
add file admiral/pkg/apis/admiral/routes/routes.go
nirvanagit Jul 23, 2024
bdbdc6f
add file admiral/pkg/apis/admiral/server/server.go
nirvanagit Jul 23, 2024
e02ea21
add file admiral/pkg/client/clientset/versioned/clientset.go
nirvanagit Jul 23, 2024
9b5d349
add file admiral/pkg/client/clientset/versioned/fake/clientset_genera…
nirvanagit Jul 23, 2024
f679dc7
add file admiral/pkg/client/clientset/versioned/fake/register.go
nirvanagit Jul 23, 2024
929f541
add file admiral/pkg/client/clientset/versioned/scheme/register.go
nirvanagit Jul 23, 2024
b90a7a6
add file admiral/pkg/client/informers/externalversions/admiral/interf…
nirvanagit Jul 23, 2024
1c94291
add file admiral/pkg/client/informers/externalversions/generic.go
nirvanagit Jul 23, 2024
3ad9e25
add file admiral/pkg/clusters/envoyfilter.go
nirvanagit Jul 23, 2024
1325a2c
add file .github/CODEOWNERS
nirvanagit Jul 23, 2024
622376b
add file .github/PULL_REQUEST_TEMPLATE.md
nirvanagit Jul 23, 2024
9b92bd5
add file .golangci.yml
nirvanagit Jul 23, 2024
cebd999
add file DESIGN.md
nirvanagit Jul 23, 2024
5d84abd
add file admiral/crd/outlierdetection.yaml
nirvanagit Jul 23, 2024
b7bf222
add file admiral/crd/trafficconfig.yaml
nirvanagit Jul 23, 2024
8ba3b29
add file admiral/pkg/apis/admiral/model/clientconnectionconfig.pb.go
nirvanagit Jul 23, 2024
52d44d7
add file admiral/pkg/apis/admiral/model/clientconnectionconfig.proto
nirvanagit Jul 23, 2024
d21c50e
add file admiral/pkg/apis/admiral/model/outlierdetection.pb.go
nirvanagit Jul 23, 2024
e1ef897
add file admiral/pkg/apis/admiral/model/outlierdetection.proto
nirvanagit Jul 23, 2024
33bf644
add file admiral/pkg/apis/admiral/v1alpha1/
nirvanagit Jul 23, 2024
e410056
add file admiral/pkg/client/clientset/versioned/typed/admiral/v1alpha1/
nirvanagit Jul 23, 2024
e8c4081
add file admiral/pkg/client/informers/externalversions/admiral/v1alpha1/
nirvanagit Jul 23, 2024
5862a70
add file admiral/pkg/client/listers/admiral/v1alpha1/
nirvanagit Jul 23, 2024
4c7f43c
add file admiral/pkg/client/loader/
nirvanagit Jul 23, 2024
6ca80b3
add file admiral/pkg/clusters/clientconnectionconfig_handler.go
nirvanagit Jul 23, 2024
79a4734
add file admiral/pkg/clusters/clientconnectionconfig_handler_test.go
nirvanagit Jul 23, 2024
519102e
add file admiral/pkg/clusters/clusterIdentitySyncer.go
nirvanagit Jul 23, 2024
17d1fd2
add file admiral/pkg/clusters/clusterIdentitySyncer_test.go
nirvanagit Jul 23, 2024
4497eec
add file admiral/pkg/clusters/clusters.go
nirvanagit Jul 23, 2024
57901c9
add file admiral/pkg/clusters/dependency_handler.go
nirvanagit Jul 23, 2024
f3affd7
add file admiral/pkg/clusters/dependency_handler_test.go
nirvanagit Jul 23, 2024
d5b7304
add file admiral/pkg/clusters/deployment_handler.go
nirvanagit Jul 23, 2024
1ecddca
add file admiral/pkg/clusters/deployment_handler_test.go
nirvanagit Jul 23, 2024
9eea075
add file admiral/pkg/clusters/destinationrule_handler.go
nirvanagit Jul 23, 2024
8b9b5c8
add file admiral/pkg/clusters/destinationrule_handler_test.go
nirvanagit Jul 23, 2024
3929805
remove file admiral/pkg/apis/admiral/model/dependencyproxy.pb.go
nirvanagit Jul 23, 2024
9c1ca88
remove file admiral/pkg/apis/admiral/model/dependencyproxy.proto
nirvanagit Jul 23, 2024
f57028e
remove file admiral/pkg/apis/admiral/v1/doc.go
nirvanagit Jul 23, 2024
43d39a9
remove file admiral/pkg/apis/admiral/v1/register.go
nirvanagit Jul 23, 2024
01d1c54
remove file admiral/pkg/apis/admiral/v1/type.go
nirvanagit Jul 23, 2024
2c2e365
remove file admiral/pkg/apis/admiral/v1/zz_generated.deepcopy.go
nirvanagit Jul 23, 2024
49af37d
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/a…
nirvanagit Jul 23, 2024
94a7502
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/d…
nirvanagit Jul 23, 2024
f7332c4
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/d…
nirvanagit Jul 23, 2024
167bb2e
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/d…
nirvanagit Jul 23, 2024
56df81e
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/f…
nirvanagit Jul 23, 2024
f8c77a5
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/f…
nirvanagit Jul 23, 2024
7f8e764
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/f…
nirvanagit Jul 23, 2024
b60a524
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/f…
nirvanagit Jul 23, 2024
f8b0766
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/f…
nirvanagit Jul 23, 2024
bc9ce35
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/f…
nirvanagit Jul 23, 2024
8f4da9d
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/g…
nirvanagit Jul 23, 2024
49264a3
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/g…
nirvanagit Jul 23, 2024
94d7bdd
remove file admiral/pkg/client/clientset/versioned/typed/admiral/v1/r…
nirvanagit Jul 23, 2024
0721422
remove file admiral/pkg/client/informers/externalversions/admiral/v1/…
nirvanagit Jul 23, 2024
0946a7c
remove file admiral/pkg/client/informers/externalversions/admiral/v1/…
nirvanagit Jul 23, 2024
9a1b00e
remove file admiral/pkg/client/informers/externalversions/admiral/v1/…
nirvanagit Jul 23, 2024
b45314a
remove file admiral/pkg/client/informers/externalversions/admiral/v1/…
nirvanagit Jul 23, 2024
422cfc4
remove file admiral/pkg/client/informers/externalversions/admiral/v1/…
nirvanagit Jul 23, 2024
1699f29
remove file admiral/pkg/client/listers/admiral/v1/dependency.go
nirvanagit Jul 23, 2024
0eec077
remove file admiral/pkg/client/listers/admiral/v1/dependencyproxy.go
nirvanagit Jul 23, 2024
a0b3af3
remove file admiral/pkg/client/listers/admiral/v1/expansion_generated.go
nirvanagit Jul 23, 2024
d65acaf
remove file admiral/pkg/client/listers/admiral/v1/globaltrafficpolicy.go
nirvanagit Jul 23, 2024
f71f00f
remove file admiral/pkg/client/listers/admiral/v1/routingpolicy.go
nirvanagit Jul 23, 2024
42790c2
fix code owners file
nirvanagit Jul 23, 2024
61eafd2
fix codeowners
nirvanagit Jul 23, 2024
25ad78e
update readme
nirvanagit Jul 23, 2024
c144d4d
Updating install_sample_services
vinay-g Jul 21, 2024
e39c0ea
Updating install_rollouts
vinay-g Jul 21, 2024
e7cf251
Updating install_prometheus
vinay-g Jul 21, 2024
61b9c04
Updating install_admiral
vinay-g Jul 21, 2024
58873d3
Updating dev_setup
vinay-g Jul 21, 2024
a4a2f18
Updating cleanup
vinay-g Jul 21, 2024
74bc7fc
Updating cluster-secret
vinay-g Jul 21, 2024
a9be20e
Updating greeting.yaml
vinay-g Jul 21, 2024
89930d9
Updating greeting adding IfNotPresent
vinay-g Jul 21, 2024
6c97696
Updating grpc-server adding IfNotPresent
vinay-g Jul 21, 2024
46a721d
Updating greeting.yaml adding IfNotPresent
vinay-g Jul 21, 2024
89bd982
Adding outlier detection sample
vinay-g Jul 21, 2024
3b5b78b
Adding integration render template
vinay-g Jul 21, 2024
e6726af
Adding deployment template to integration
vinay-g Jul 21, 2024
2b64173
Adding integration go mod
vinay-g Jul 21, 2024
8e92f58
Adding traffic config and od
vinay-g Jul 21, 2024
ea6d5ea
Adding alpha1
vinay-g Jul 21, 2024
3f14e06
Adding outlier crd
vinay-g Jul 21, 2024
0d16d7b
Adding outlier crd
vinay-g Jul 21, 2024
a8cedc8
Adding dependencyproxies to roles
vinay-g Jul 21, 2024
3248cdf
go.mod
vinay-g Jul 21, 2024
a679b85
go.sum
vinay-g Jul 21, 2024
93306d4
copy config.go from main branch
kpharasi Jul 23, 2024
3a26a13
copy config_test.go from main branch
kpharasi Jul 23, 2024
9918428
copy metrics.go from main branch
kpharasi Jul 23, 2024
39abb3c
copy metrics_test.go from main branch
kpharasi Jul 23, 2024
1988af0
copy rolloutcommon.go from main branch
kpharasi Jul 23, 2024
de0e1dd
copy rolloutcommon_test.go from main branch
kpharasi Jul 23, 2024
eec84b2
copy types.go from main branch
kpharasi Jul 23, 2024
23f7b3a
copy types_test.go from main branch
kpharasi Jul 23, 2024
10fc941
copy destinationrule.go from main branch
kpharasi Jul 23, 2024
fc163ce
copy destinationrule_test.go from main branch
kpharasi Jul 23, 2024
1c0d228
copy serviceentry.go from main branch
kpharasi Jul 23, 2024
2b74525
copy serviceentry_test.go from main branch
kpharasi Jul 23, 2024
8a13bcc
copy sidecar.go from main branch
kpharasi Jul 23, 2024
2a79a28
copy sidecar_test.go from main branch
kpharasi Jul 23, 2024
efd7bec
copy virtualservice.go from main branch
kpharasi Jul 23, 2024
a39e2e9
copy virtualservice_test.go from main branch
kpharasi Jul 23, 2024
7bcebac
copy defaultresolver_test.go from main branch
kpharasi Jul 23, 2024
e970336
copy secretcontroller.go from main branch
kpharasi Jul 23, 2024
5544328
copy secretcontroller_test.go from main branch
kpharasi Jul 23, 2024
5a0c278
copy migration.go from main branch
kpharasi Jul 23, 2024
38921ae
copy migration_test.go from main branch
kpharasi Jul 23, 2024
b2b1449
copy util.go from main branch
kpharasi Jul 23, 2024
5ae6c66
copy util_test.go from main branch
kpharasi Jul 23, 2024
4acc5e4
copy clusterIdentity.go from main branch
kpharasi Jul 23, 2024
8aaa1d2
copy clusterShard.go from main branch
kpharasi Jul 23, 2024
d9c70fa
copy clusterShard_test.go from main branch
kpharasi Jul 23, 2024
578e39a
copy clusterdentity_test.go from main branch
kpharasi Jul 23, 2024
18c2af7
copy configSyncer.go from main branch
kpharasi Jul 23, 2024
c54bac5
copy ClusterShardStore.go from main branch
kpharasi Jul 23, 2024
4c56908
copy registry.go from main branch
kpharasi Jul 23, 2024
7bc5b9c
copy registry_test.go from main branch
kpharasi Jul 23, 2024
ca1c853
copy serviceentry.go from main branch
kpharasi Jul 23, 2024
856e045
copy serviceentry_test.go from main branch
kpharasi Jul 23, 2024
67f18e4
copy mock.go from main branch
kpharasi Jul 23, 2024
2212502
copy types.go from main branch
kpharasi Jul 23, 2024
accfdb0
copy constants.go from main branch
kpharasi Jul 23, 2024
7148c08
copy util.go from main branch
kpharasi Jul 23, 2024
48c16f4
copy util_test.go from main branch
kpharasi Jul 23, 2024
4a7cc15
copy variables.go from main branch
kpharasi Jul 23, 2024
34b9e96
copy compatibility.md from main branch
kpharasi Jul 23, 2024
2db2452
copy examples.md from main branch
kpharasi Jul 23, 2024
d8ab672
Merge pull request #304 from istio-ecosystem/upstream-refresh-kartikeya
kpharasi Jul 24, 2024
5525bcd
Merge pull request #302 from istio-ecosystem/upstream-refresh-vinay
vinay-g Jul 24, 2024
0db3107
Merge pull request #300 from istio-ecosystem/upstream-istio-ecosystem…
nirvanagit Jul 24, 2024
1a47464
copied envoyfilter_test changes from master
shriramsharma Jul 20, 2024
51e8231
copied admiral/pkg/clusters/globaltraffic_handler.go chages from master
shriramsharma Jul 20, 2024
5ce5f60
copied admiral/pkg/clusters/globaltraffic_handler_test.go chages from…
shriramsharma Jul 20, 2024
325d70d
copied admiral/pkg/clusters/handler.go chages from master
shriramsharma Jul 20, 2024
7aaf31b
copied admiral/pkg/clusters/handler_test.go chages from master
shriramsharma Jul 20, 2024
2802eea
copied admiral/pkg/clusters/outlierdetection_handler.go changes from …
shriramsharma Jul 20, 2024
4efa88a
copied admiral/pkg/clusters/outlierdetection_handler_test.go changes …
shriramsharma Jul 20, 2024
e9652d6
copied admiral/pkg/clusters/registry.go changes from master
shriramsharma Jul 20, 2024
54055d3
copied admiral/pkg/clusters/registry_test.go changes from master
shriramsharma Jul 20, 2024
e92990f
copied admiral/pkg/clusters/rollout_handler.go changes from master
shriramsharma Jul 20, 2024
e0b6740
copied admiral/pkg/clusters/rollout_handler_test.go changes from master
shriramsharma Jul 20, 2024
a77f838
copied admiral/pkg/clusters/routingpolicy_handler.go changes from master
shriramsharma Jul 20, 2024
0cf10e4
copied admiral/pkg/clusters/routingpolicy_handler_test.go changes fro…
shriramsharma Jul 20, 2024
06ac661
copied admiral/pkg/clusters/serviceEntrySuspender.go changes from master
shriramsharma Jul 20, 2024
ab049fd
copied admiral/pkg/clusters/service_handler.go changes from master
shriramsharma Jul 20, 2024
b2e9955
copied admiral/pkg/clusters/service_handler_test.go changes from master
shriramsharma Jul 20, 2024
d992a84
copied admiral/pkg/clusters/serviceentry_handler.go changes from master
shriramsharma Jul 20, 2024
1c1ce3c
copied admiral/pkg/clusters/serviceentry_handler_test.go changes from…
shriramsharma Jul 20, 2024
0ae084c
copied admiral/pkg/clusters/serviceentry_od_test.go changes from master
shriramsharma Jul 20, 2024
203a642
copied admiral/pkg/clusters/sidecar_handler.go changes from master
shriramsharma Jul 20, 2024
8214600
copied admiral/pkg/clusters/sidecar_handler_test.go from master
shriramsharma Jul 20, 2024
796dfc2
copied admiral/pkg/clusters/types.go from master
shriramsharma Jul 20, 2024
2160644
copied admiral/pkg/clusters/types_test.go from master
shriramsharma Jul 20, 2024
c42e1b6
copied admiral/pkg/clusters/util.go from master
shriramsharma Jul 20, 2024
1327553
copied admiral/pkg/clusters/util_test.go from master
shriramsharma Jul 20, 2024
6e31efa
added admiral/pkg/clusters/virtualservice_handler.go from master
shriramsharma Jul 20, 2024
521e967
added admiral/pkg/clusters/virtualservice_handler_test.go from master
shriramsharma Jul 20, 2024
61e67fd
removed admiral/pkg/controller/admiral/admiralclient.go
shriramsharma Jul 20, 2024
48c732d
added admiral/pkg/controller/admiral/clientconnectionconfigcontroller…
shriramsharma Jul 20, 2024
0a3b3fa
added admiral/pkg/controller/admiral/clientconnectionconfigcontroller…
shriramsharma Jul 20, 2024
fc75c59
copied admiral/pkg/controller/admiral/configmap.go from master
shriramsharma Jul 20, 2024
7fa6712
copied admiral/pkg/controller/admiral/configmap_test.go from master
shriramsharma Jul 20, 2024
7162d84
copied admiral/pkg/controller/admiral/controller.go from master
shriramsharma Jul 20, 2024
64c6913
copied admiral/pkg/controller/admiral/controller_test.go from master
shriramsharma Jul 20, 2024
cf175af
Added admiral/pkg/controller/admiral/delegator_mock_test.go from master
shriramsharma Jul 20, 2024
15fcd75
Added admiral/pkg/controller/admiral/dependency.go from master
shriramsharma Jul 20, 2024
899ceaf
Added admiral/pkg/controller/admiral/dependency_test.go from master
shriramsharma Jul 20, 2024
e2d248b
copied admiral/pkg/controller/admiral/dependencyproxy.go from master
shriramsharma Jul 20, 2024
e1efd61
copied admiral/pkg/controller/admiral/dependencyproxy_test.go from ma…
shriramsharma Jul 20, 2024
ff7f01c
copied admiral/pkg/controller/admiral/deployment.go from master
shriramsharma Jul 20, 2024
756134e
copied admiral/pkg/controller/admiral/deployment_test.go from master
shriramsharma Jul 20, 2024
79206b7
added admiral/pkg/controller/admiral/envoyfilter.go from master
shriramsharma Jul 20, 2024
f890f2c
added admiral/pkg/controller/admiral/envoyfilter_test.go from master
shriramsharma Jul 20, 2024
aabb1d3
copied admiral/pkg/controller/admiral/globaltraffic.go from master
shriramsharma Jul 20, 2024
0e7f688
copied admiral/pkg/controller/admiral/globaltraffic_test.go from master
shriramsharma Jul 20, 2024
6bf8b8f
copied admiral/pkg/controller/admiral/node.go from master
shriramsharma Jul 20, 2024
d97cbd9
copied admiral/pkg/controller/admiral/node_test.go from master
shriramsharma Jul 20, 2024
909afd0
added admiral/pkg/controller/admiral/outlierdetection.go from master
shriramsharma Jul 20, 2024
a9e2d8c
copied admiral/pkg/controller/admiral/outlierdetection_test.go from m…
shriramsharma Jul 20, 2024
e4de5ed
copied admiral/pkg/controller/admiral/rollouts.go from master
shriramsharma Jul 20, 2024
24ec5c5
copied admiral/pkg/controller/admiral/rollouts_test.go from master
shriramsharma Jul 20, 2024
30e0804
copied admiral/pkg/controller/admiral/routingpolicy.go from master
shriramsharma Jul 20, 2024
9c172a6
copied admiral/pkg/controller/admiral/routingpolicy_test.go from master
shriramsharma Jul 20, 2024
3ba5b38
copied admiral/pkg/controller/admiral/service.go from master
shriramsharma Jul 20, 2024
817020c
copied admiral/pkg/controller/admiral/service_test.go from master
shriramsharma Jul 20, 2024
ea46aa1
copied admiral/pkg/controller/admiral/util_test.go from master
shriramsharma Jul 20, 2024
0ee7c6f
copied admiral/pkg/controller/common/common.go from master
shriramsharma Jul 20, 2024
bfefc51
copied admiral/pkg/controller/common/common_test.go from master
shriramsharma Jul 20, 2024
48d4d6d
copied admiral/pkg/clusters/serviceentry.go from master
shriramsharma Jul 22, 2024
dfd790b
Merge pull request #305 from istio-ecosystem/upstream-refresh-shriram
shriramsharma Jul 24, 2024
c1b1284
fix secret resolve
nirvanagit Jul 24, 2024
6a9b7cb
fix
nirvanagit Jul 24, 2024
c4d9f7f
add file admiral/pkg/apis/admiral/model/zz_generated.deepcopy.go
nirvanagit Jul 24, 2024
ad6f18d
add file admiral/pkg/apis/admiral/v1alpha1/register.go
nirvanagit Jul 24, 2024
a83643e
add file admiral/pkg/apis/admiral/v1alpha1/type.go
nirvanagit Jul 24, 2024
625405f
add file admiral/pkg/apis/admiral/v1alpha1/zz_generated.deepcopy.go
nirvanagit Jul 24, 2024
eb46b6e
add file admiral/pkg/client/clientset/versioned/typed/admiral/v1alpha…
nirvanagit Jul 24, 2024
2d1d6b3
add file admiral/pkg/client/clientset/versioned/typed/admiral/v1alpha…
nirvanagit Jul 24, 2024
9e56dfc
add file admiral/pkg/client/informers/externalversions/admiral/v1alph…
nirvanagit Jul 24, 2024
263165d
add file admiral/pkg/client/informers/externalversions/generic.go
nirvanagit Jul 24, 2024
1720def
add file admiral/pkg/controller/secret/secretcontroller.go
nirvanagit Jul 24, 2024
0684a77
add file admiral/pkg/test/mock.go
nirvanagit Jul 24, 2024
b11074a
add file go.mod
nirvanagit Jul 24, 2024
a2436da
add file go.sum
nirvanagit Jul 24, 2024
b103e35
add file admiral/pkg/client/clientset/versioned/typed/admiral/v1alpha…
nirvanagit Jul 24, 2024
e9b37ef
add file admiral/pkg/client/clientset/versioned/typed/admiral/v1alpha…
nirvanagit Jul 24, 2024
0496b78
add file admiral/pkg/client/informers/externalversions/admiral/v1alph…
nirvanagit Jul 24, 2024
5a767f1
add file admiral/pkg/client/listers/admiral/v1alpha1/dependencyproxy.go
nirvanagit Jul 24, 2024
803a126
add file admiral/pkg/clusters/DRUtil.go
nirvanagit Jul 24, 2024
ef99e0f
add file admiral/pkg/clusters/NoOpDR.go
nirvanagit Jul 24, 2024
b95f172
add file admiral/pkg/controller/admiral/dependencyproxy.go
nirvanagit Jul 24, 2024
608f66f
add file admiral/pkg/clusters/admiralDatabaseClient.go
nirvanagit Jul 24, 2024
9f039f2
add file admiral/pkg/clusters/admiralDatabaseClient_test.go
nirvanagit Jul 24, 2024
7fcfa8f
add file admiral/pkg/clusters/admiralIgnoreIdentityStateChecker.go
nirvanagit Jul 24, 2024
8bbca71
add file admiral/pkg/clusters/admiralIgnoreIdentityStateChecker_test.go
nirvanagit Jul 24, 2024
3d33a99
add file admiral/pkg/clusters/admiralReadWriteLeaseStateChecker.go
nirvanagit Jul 24, 2024
e9dadec
add file admiral/pkg/clusters/admiralReadWriteLeaseStateChecker_test.go
nirvanagit Jul 24, 2024
4a80c4f
add file admiral/pkg/clusters/admiralStateChecker.go
nirvanagit Jul 24, 2024
a42488f
add file admiral/pkg/clusters/dynamoDB.go
nirvanagit Jul 24, 2024
4700300
fix 1
nirvanagit Jul 24, 2024
97cb2ac
remove dependency proxy test file
nirvanagit Jul 25, 2024
1bd3376
comment out admiral data base client tests
nirvanagit Jul 25, 2024
77e73b5
Fix unit tests, skip golangci lint, and integration tests
nirvanagit Aug 3, 2024
e004461
Merge pull request #309 from istio-ecosystem/upstream-refresh-fix
nirvanagit Aug 3, 2024
b335f01
Merge pull request #310 from istio-ecosystem/upstream-refresh
shriramsharma Aug 9, 2024
d35961c
added generation check
shriramsharma Jul 25, 2024
f071c4d
Operator Shards
rtay1188 Jul 28, 2024
a95bd85
admiral crds
rtay1188 Jul 29, 2024
0e069bf
MESH-0000: Merge v2.10 (#766)
Punakshi Jul 29, 2024
6c0ab62
Delete secret from cache on secret delete event
Punakshi Aug 5, 2024
2818580
lbType should not be null for new services
adilfulara Aug 9, 2024
18133e8
mistakenly added a file
shriramsharma Aug 9, 2024
fd4da91
fixed tests
shriramsharma Aug 9, 2024
eae41b7
Merge pull request #311 from istio-ecosystem/upstream-refresh-0810
shriramsharma Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add file admiral/crd/trafficconfig.yaml
nirvanagit committed Jul 23, 2024
commit b7bf2227bf73c8f194f3a6ff47c31082218ad315
291 changes: 291 additions & 0 deletions admiral/crd/trafficconfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,291 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: trafficconfigs.admiral.io
spec:
group: admiral.io
names:
kind: TrafficConfig
listKind: TrafficConfigList
plural: trafficconfigs
singular: trafficconfig
shortNames:
- tc
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1alpha1
schema:
openAPIV3Schema:
description: TrafficConfig is the Schema for the trafficconfigs API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: QuotaGroupSpec defines the desired state of QuotaGroup specified
by the user
properties:
edgeService:
properties:
dynamicRouting:
items:
properties:
cacheKeyAlgorithm:
type: string
local:
type: boolean
name:
type: string
ttlSec:
type: integer
url:
type: string
type: object
type: array
filters:
items:
properties:
name:
type: string
options:
items:
type: string
type: array
retries:
properties:
attempts:
type: integer
perTryTimeout:
type: string
type: object
type: object
type: array
routes:
items:
properties:
filterSelector:
type: string
inbound:
type: string
name:
type: string
outbound:
type: string
timeout:
type: integer
config:
items:
properties:
targetGroupSelector:
type: string
targetSelector:
type: string
type: object
type: array
workloadEnvSelectors:
items:
type: string
type: array
type: object
type: array
targets:
items:
properties:
name:
type: string
meshDNS:
type: string
port:
type: integer
socketTimeout:
type: integer
type: object
type: array
targetGroups:
items:
properties:
name:
type: string
weights:
items:
properties:
name:
type: string
weight:
type: integer
type: object
type: array
appOverrides:
items:
properties:
assetAlias:
type: string
assetID:
type: string
weights:
items:
properties:
name:
type: string
weight:
type: integer
type: object
type: array
type: object
type: array
type: object
type: array
type: object
quotaGroup:
properties:
appQuotaGroups:
items:
properties:
associatedApps:
items:
type: string
type: array
description:
type: string
name:
type: string
quotas:
items:
properties:
algorithm:
type: string
behaviour:
type: string
keyType:
type: string
maxAmount:
type: integer
method:
type: string
name:
type: string
rule:
type: string
timePeriod:
type: string
type: object
type: array
workloadEnvSelectors:
items:
type: string
type: array
type: object
type: array
totalQuotaGroups:
items:
properties:
adaptiveConcurrency:
properties:
concurrencyUpdateInterval:
type: string
latencyThreshold:
type: string
minRTTCalInterval:
type: string
minRTTCalJitter:
type: integer
minRTTCalMinConcurrency:
type: integer
minRTTCalRequestCount:
type: integer
sampleAggregatePercentile:
type: integer
skippedURLs:
items:
type: string
type: array
type: object
cpuLimit:
type: integer
description:
type: string
failureModeBehaviour:
type: string
memoryLimit:
type: integer
name:
type: string
podLevelThreshold:
type: integer
quotas:
items:
properties:
algorithm:
type: string
behaviour:
type: string
keyType:
type: string
maxAmount:
type: integer
method:
type: string
name:
type: string
rule:
type: string
timePeriod:
type: string
type: object
type: array
regionLevelLimit:
type: boolean
workloadEnvSelectors:
items:
type: string
type: array
type: object
type: array
type: object
workloadEnvs:
items:
type: string
type: array
type: object
status:
description: TrafficConfigStatus defines the observed state of QuotaGroup
properties:
disabled:
type: boolean
disabledTime:
format: date-time
type: string
lastAppliedConfigVersion:
type: string
lastUpdateTime:
format: date-time
type: string
message:
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
of cluster Important: Run "make" to regenerate code after modifying
this file'
type: string
status:
type: boolean
type: object
type: object
served: true
storage: true
subresources:
status: {}