File tree Expand file tree Collapse file tree
charts/multicluster-ingress/templates
src/Cyclops.MultiCluster/Models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 items :
4040 type : string
4141 type : array
42- iPOverrides :
42+ ipOverrides :
4343 description : External IP to return instead of what is in the ingress or service
4444 items :
4545 type : string
Original file line number Diff line number Diff line change 3737 items :
3838 type : string
3939 type : array
40- iPOverrides :
40+ ipOverrides :
4141 description : External IP to return instead of what is in the ingress or service
4242 items :
4343 type : string
Original file line number Diff line number Diff line change 6565 verbs :
6666 - get
6767- apiGroups :
68+ - multicluster.veccsolutions.io
6869 - multicluster.cyclops.io
6970 verbs :
7071 - ' *'
Original file line number Diff line number Diff line change 11using k8s . Models ;
2- using KubeOps . Abstractions . Entities ;
3- using KubeOps . Abstractions . Entities . Attributes ;
42
53namespace Cyclops . MultiCluster . Models . Core
64{
Original file line number Diff line number Diff line change 11using k8s . Models ;
22using KubeOps . Abstractions . Entities ;
33using KubeOps . Abstractions . Entities . Attributes ;
4+ using System . Text . Json . Serialization ;
45
56namespace Cyclops . MultiCluster . Models . K8sEntities
67{
@@ -55,6 +56,7 @@ public class GslbSpec
5556 /// External IP to return instead of what is in the ingress or service
5657 /// </summary>
5758 [ Description ( "External IP to return instead of what is in the ingress or service" ) ]
59+ [ JsonPropertyName ( "ipOverrides" ) ]
5860 public string [ ] ? IPOverrides { get ; set ; }
5961
6062 /// <summary>
Original file line number Diff line number Diff line change 55using k8s . Models ;
66using KubeOps . Abstractions . Entities ;
77using KubeOps . Abstractions . Entities . Attributes ;
8+ using System . Text . Json . Serialization ;
89
910namespace Cyclops . MultiCluster . Models . K8sEntities
1011{
@@ -37,6 +38,7 @@ public V1VeccGslb()
3738 /// External IP to return instead of what is in the ingress or service
3839 /// </summary>
3940 [ Description ( "External IP to return instead of what is in the ingress or service" ) ]
41+ [ JsonPropertyName ( "ipOverrides" ) ]
4042 public string [ ] ? IPOverrides { get ; set ; }
4143
4244 /// <summary>
You can’t perform that action at this time.
0 commit comments