text stringlengths 11 6.3k | embedding listlengths 768 768 |
|---|---|
func (in *PreferredDuringSchedulingIgnoredDuringExecution) DeepCopyInto(out *PreferredDuringSchedulingIgnoredDuringExecution) {
*out = *in
return
} | [
0.1800132840871811,
0.6376950740814209,
0.4489865005016327,
0.3040326237678528,
-0.8304737210273743,
0.8252154588699341,
0.06167903169989586,
0.44314220547676086,
-1.3050737380981445,
-0.05384914577007294,
-0.14915254712104797,
1.125292181968689,
0.0870174840092659,
-0.20904305577278137,
... |
func (in *PreferredDuringSchedulingIgnoredDuringExecution) DeepCopy() *PreferredDuringSchedulingIgnoredDuringExecution {
if in == nil {
return nil
}
out := new(PreferredDuringSchedulingIgnoredDuringExecution)
in.DeepCopyInto(out)
return out
} | [
-0.7926279306411743,
0.5293824672698975,
0.33238890767097473,
0.914349377155304,
-0.2933077812194824,
0.798393964767456,
0.34134894609451294,
-0.06177103519439697,
-0.3018464148044586,
0.08666647225618362,
-0.1438276469707489,
-0.06129232048988342,
-0.5381203293800354,
0.2424716353416443,
... |
func (in *PrometheusAuth) DeepCopyInto(out *PrometheusAuth) {
*out = *in
out.Sigv4 = in.Sigv4
return
} | [
0.6663744449615479,
-0.20781295001506805,
0.35641926527023315,
0.97837895154953,
-0.8680874705314636,
0.698621928691864,
0.21808944642543793,
0.6244897246360779,
-0.4476032853126526,
-0.1721489429473877,
-0.6407678723335266,
1.2676068544387817,
-0.621462345123291,
-0.680101215839386,
0.5... |
func (in *PrometheusAuth) DeepCopy() *PrometheusAuth {
if in == nil {
return nil
}
out := new(PrometheusAuth)
in.DeepCopyInto(out)
return out
} | [
-0.0003590583801269531,
0.17074985802173615,
0.08854832500219345,
1.8787899017333984,
-0.29756614565849304,
0.7385884523391724,
0.707439661026001,
0.19927874207496643,
0.45886731147766113,
-0.03640271723270416,
-0.02212481200695038,
0.7550079226493835,
-1.1413521766662598,
-0.6518338918685... |
func (in *PrometheusMetric) DeepCopyInto(out *PrometheusMetric) {
*out = *in
out.Authentication = in.Authentication
if in.Timeout != nil {
in, out := &in.Timeout, &out.Timeout
*out = new(int64)
**out = **in
}
if in.Headers != nil {
in, out := &in.Headers, &out.Headers
*out = make([]WebMetricHeader, len(*... | [
0.20067736506462097,
0.516355037689209,
0.6649116277694702,
0.40166687965393066,
-0.9428702592849731,
0.5743309855461121,
-0.17723651230335236,
0.037100277841091156,
-1.001644253730774,
0.19309072196483612,
-0.3232714533805847,
0.7882405519485474,
-0.6407397389411926,
-0.1814468950033188,
... |
func (in *PrometheusMetric) DeepCopy() *PrometheusMetric {
if in == nil {
return nil
}
out := new(PrometheusMetric)
in.DeepCopyInto(out)
return out
} | [
-0.07372737675905228,
0.7337138652801514,
0.12540747225284576,
1.3086411952972412,
-0.6050111055374146,
0.23912255465984344,
0.1072012260556221,
-0.3221679627895355,
-0.5410817265510559,
-0.2670799791812897,
-0.25197187066078186,
0.0049901362508535385,
-1.5710105895996094,
-0.1849336326122... |
func (in *RequiredDuringSchedulingIgnoredDuringExecution) DeepCopyInto(out *RequiredDuringSchedulingIgnoredDuringExecution) {
*out = *in
return
} | [
0.10232703387737274,
0.5220739841461182,
0.33356475830078125,
0.0838109627366066,
-0.8855761885643005,
1.3591272830963135,
0.24813392758369446,
0.7205457091331482,
-1.3631170988082886,
0.1420573890209198,
-0.2064003050327301,
1.1722763776779175,
-0.0298602432012558,
-0.12422440946102142,
... |
func (in *RequiredDuringSchedulingIgnoredDuringExecution) DeepCopy() *RequiredDuringSchedulingIgnoredDuringExecution {
if in == nil {
return nil
}
out := new(RequiredDuringSchedulingIgnoredDuringExecution)
in.DeepCopyInto(out)
return out
} | [
-1.17278254032135,
0.5145965218544006,
0.1895512491464615,
0.5282198786735535,
-0.27950942516326904,
1.5627917051315308,
0.3324507474899292,
0.3206498324871063,
-0.5184212327003479,
0.2704921364784241,
-0.11341585218906403,
0.23379655182361603,
-0.45527544617652893,
0.3765060305595398,
0... |
func (in *RollbackWindowSpec) DeepCopyInto(out *RollbackWindowSpec) {
*out = *in
return
} | [
1.8845502138137817,
0.2071349322795868,
0.42236724495887756,
-0.559647262096405,
-0.28330910205841064,
0.587082028388977,
0.360312819480896,
1.372253179550171,
-1.4102541208267212,
0.7453171610832214,
-0.19548657536506653,
1.6125410795211792,
-0.8725548982620239,
-0.352096289396286,
-0.5... |
func (in *RollbackWindowSpec) DeepCopy() *RollbackWindowSpec {
if in == nil {
return nil
}
out := new(RollbackWindowSpec)
in.DeepCopyInto(out)
return out
} | [
0.9829097390174866,
0.06738413125276566,
0.42419669032096863,
-0.34040987491607666,
0.2810523211956024,
0.2839711904525757,
0.8057743906974792,
0.9961339235305786,
-0.6867541074752808,
1.488438606262207,
0.15206138789653778,
0.9055623412132263,
-1.125511884689331,
-0.461567223072052,
-0.... |
func (in *Rollout) DeepCopyInto(out *Rollout) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
return
} | [
0.6097878813743591,
-0.6059879064559937,
0.5261774063110352,
-0.018830114975571632,
-0.5932819843292236,
0.3525318205356598,
-0.1459980607032776,
0.9560815095901489,
-0.9484219551086426,
-0.07003602385520935,
-0.7200367450714111,
1.4915670156478882,
0.2801417112350464,
-0.1616375744342804,... |
func (in *Rollout) DeepCopy() *Rollout {
if in == nil {
return nil
}
out := new(Rollout)
in.DeepCopyInto(out)
return out
} | [
0.915816068649292,
-0.022188715636730194,
0.21797409653663635,
1.1914860010147095,
-0.3684643507003784,
-0.11356182396411896,
0.2118910551071167,
0.9137918949127197,
-0.0474284365773201,
-0.15792833268642426,
-0.4336225390434265,
0.8243465423583984,
-0.6409234404563904,
-0.5347769856452942... |
func (in *Rollout) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
} | [
0.2806723713874817,
-0.24599406123161316,
0.6811331510543823,
0.36945849657058716,
-0.8196690082550049,
0.3592700660228729,
0.9044367074966431,
0.6297414302825928,
-0.23222249746322632,
-0.2924552261829376,
-0.18995387852191925,
0.24080249667167664,
0.05347226560115814,
-0.4731651842594147... |
func (in *RolloutAnalysis) DeepCopyInto(out *RolloutAnalysis) {
*out = *in
if in.Templates != nil {
in, out := &in.Templates, &out.Templates
*out = make([]RolloutAnalysisTemplate, len(*in))
copy(*out, *in)
}
if in.Args != nil {
in, out := &in.Args, &out.Args
*out = make([]AnalysisRunArgument, len(*in))
... | [
0.19064664840698242,
-0.01749819703400135,
0.7110630869865417,
-0.004365342669188976,
-0.6456098556518555,
0.25983455777168274,
0.7211791276931763,
0.2231028974056244,
-0.5321457982063293,
-0.3066226541996002,
-0.17074094712734222,
0.5254783034324646,
-0.0986480787396431,
-0.26767954230308... |
func (in *RolloutAnalysis) DeepCopy() *RolloutAnalysis {
if in == nil {
return nil
}
out := new(RolloutAnalysis)
in.DeepCopyInto(out)
return out
} | [
-0.2247685343027115,
0.2531232535839081,
0.21325401961803436,
0.8385974168777466,
-0.6970182657241821,
0.025473332032561302,
1.1217223405838013,
0.42643821239471436,
-0.1629168838262558,
0.3182006776332855,
-0.007627123035490513,
-0.3840966820716858,
-0.7703796029090881,
-0.389454603195190... |
func (in *RolloutAnalysisBackground) DeepCopyInto(out *RolloutAnalysisBackground) {
*out = *in
in.RolloutAnalysis.DeepCopyInto(&out.RolloutAnalysis)
if in.StartingStep != nil {
in, out := &in.StartingStep, &out.StartingStep
*out = new(int32)
**out = **in
}
return
} | [
1.1612918376922607,
0.714030921459198,
0.4573998749256134,
0.3801676034927368,
-0.5293024182319641,
-0.12277302891016006,
0.7494817972183228,
0.5102196335792542,
-0.9495518803596497,
0.1236562579870224,
-0.1647152304649353,
0.8298009037971497,
-0.39442670345306396,
-0.5431024432182312,
-... |
func (in *RolloutAnalysisBackground) DeepCopy() *RolloutAnalysisBackground {
if in == nil {
return nil
}
out := new(RolloutAnalysisBackground)
in.DeepCopyInto(out)
return out
} | [
0.6472408771514893,
0.30302658677101135,
0.2830529808998108,
0.19104349613189697,
-0.2216663658618927,
-0.19186876714229584,
1.0541276931762695,
0.7003036737442017,
0.24216890335083008,
0.7968508005142212,
0.04282017797231674,
-0.6673731207847595,
-0.2116205245256424,
-1.1701542139053345,
... |
func (in *RolloutAnalysisRunStatus) DeepCopyInto(out *RolloutAnalysisRunStatus) {
*out = *in
return
} | [
0.9876628518104553,
-0.14380688965320587,
0.1497766524553299,
-0.42833763360977173,
-0.4213690459728241,
0.737267792224884,
0.09706678241491318,
1.2799922227859497,
-0.8290413022041321,
-0.062212876975536346,
-0.6880928874015808,
1.277997374534607,
0.6487599015235901,
-1.0861670970916748,
... |
func (in *RolloutAnalysisRunStatus) DeepCopy() *RolloutAnalysisRunStatus {
if in == nil {
return nil
}
out := new(RolloutAnalysisRunStatus)
in.DeepCopyInto(out)
return out
} | [
0.0770225077867508,
-0.48948100209236145,
-0.21492281556129456,
-0.24508251249790192,
-0.13701866567134857,
0.6978092789649963,
0.3161748945713043,
1.0541967153549194,
-0.17911161482334137,
0.5335277915000916,
-0.6198185086250305,
0.2464819699525833,
0.22424501180648804,
-1.095259547233581... |
func (in *RolloutAnalysisTemplate) DeepCopyInto(out *RolloutAnalysisTemplate) {
*out = *in
return
} | [
0.948486864566803,
0.32178717851638794,
0.19679225981235504,
-0.2504994869232178,
-0.4878966808319092,
0.1335267275571823,
0.7493329048156738,
1.0112311840057373,
-0.6024837493896484,
-0.021820608526468277,
-0.6618226170539856,
0.12258047610521317,
-0.11347344517707825,
-0.7462586164474487... |
func (in *RolloutAnalysisTemplate) DeepCopy() *RolloutAnalysisTemplate {
if in == nil {
return nil
}
out := new(RolloutAnalysisTemplate)
in.DeepCopyInto(out)
return out
} | [
0.3837665617465973,
0.3160541355609894,
-0.016697630286216736,
0.39469900727272034,
-0.024584177881479263,
0.24120765924453735,
1.072107195854187,
0.56944340467453,
0.07614987343549728,
0.48004770278930664,
-0.41141489148139954,
-1.2174617052078247,
-0.9303671717643738,
-0.9739556312561035... |
func (in *RolloutCondition) DeepCopyInto(out *RolloutCondition) {
*out = *in
in.LastUpdateTime.DeepCopyInto(&out.LastUpdateTime)
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
return
} | [
0.6585087776184082,
-0.21938887238502502,
0.451137512922287,
-0.32824036478996277,
-1.6735938787460327,
0.16605055332183838,
0.5356616973876953,
1.0430235862731934,
-0.8892958760261536,
0.6466289162635803,
-0.3425437808036804,
0.8828548192977905,
0.16059966385364532,
-0.27863311767578125,
... |
func (in *RolloutCondition) DeepCopy() *RolloutCondition {
if in == nil {
return nil
}
out := new(RolloutCondition)
in.DeepCopyInto(out)
return out
} | [
0.448210746049881,
-0.13968916237354279,
0.21635307371616364,
0.0819072499871254,
-1.7348991632461548,
0.22446538507938385,
1.270337462425232,
0.6927797794342041,
0.06877747178077698,
0.9433743357658386,
-0.16759663820266724,
0.1624555140733719,
-0.27745088934898376,
-0.3559865951538086,
... |
func (in *RolloutExperimentStep) DeepCopyInto(out *RolloutExperimentStep) {
*out = *in
if in.Templates != nil {
in, out := &in.Templates, &out.Templates
*out = make([]RolloutExperimentTemplate, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.Analyses != nil {
in, out := &in.A... | [
0.5693275332450867,
0.48738548159599304,
0.44543302059173584,
-0.010088254697620869,
-0.3794892728328705,
0.31059491634368896,
0.27936261892318726,
0.8561261296272278,
-0.7173451781272888,
0.049058105796575546,
-0.08768617361783981,
0.5444256663322449,
-0.13837930560112,
0.1002728119492530... |
func (in *RolloutExperimentStep) DeepCopy() *RolloutExperimentStep {
if in == nil {
return nil
}
out := new(RolloutExperimentStep)
in.DeepCopyInto(out)
return out
} | [
0.3148646056652069,
0.8996179699897766,
-0.1686735302209854,
0.3001165986061096,
0.2060949206352234,
0.7693381309509277,
0.5886388421058655,
0.5044307112693787,
-0.43695369362831116,
0.8477972745895386,
0.3496910631656647,
-0.35917919874191284,
-0.5921439528465271,
-0.24900467693805695,
... |
func (in *RolloutExperimentStepAnalysisTemplateRef) DeepCopyInto(out *RolloutExperimentStepAnalysisTemplateRef) {
*out = *in
if in.Args != nil {
in, out := &in.Args, &out.Args
*out = make([]AnalysisRunArgument, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
return
} | [
0.7721717357635498,
0.5165149569511414,
0.44087547063827515,
0.052769169211387634,
-0.099031463265419,
0.13242517411708832,
0.5669007897377014,
0.6863998174667358,
-1.0691657066345215,
0.7827916145324707,
0.20028464496135712,
0.6815869212150574,
-0.12350352853536606,
-0.301738977432251,
... |
func (in *RolloutExperimentStepAnalysisTemplateRef) DeepCopy() *RolloutExperimentStepAnalysisTemplateRef {
if in == nil {
return nil
}
out := new(RolloutExperimentStepAnalysisTemplateRef)
in.DeepCopyInto(out)
return out
} | [
0.7906864285469055,
0.43144455552101135,
0.2104140818119049,
-0.21890471875667572,
-0.14891046285629272,
0.6229783892631531,
1.118886947631836,
0.6110307574272156,
0.03175458312034607,
1.513588309288025,
0.3317701518535614,
0.09557246416807175,
0.46286648511886597,
-0.04705889895558357,
... |
func (in *RolloutExperimentTemplate) DeepCopyInto(out *RolloutExperimentTemplate) {
*out = *in
if in.Replicas != nil {
in, out := &in.Replicas, &out.Replicas
*out = new(int32)
**out = **in
}
in.Metadata.DeepCopyInto(&out.Metadata)
if in.Selector != nil {
in, out := &in.Selector, &out.Selector
*out = new(... | [
0.3835296034812927,
0.2153571993112564,
0.5649889707565308,
-0.3381476402282715,
-0.6240281462669373,
0.27466511726379395,
0.25794151425361633,
0.7683196067810059,
-0.6683173179626465,
0.2280971258878708,
-0.49801042675971985,
0.4805305004119873,
-0.2679872214794159,
-0.3253261148929596,
... |
func (in *RolloutExperimentTemplate) DeepCopy() *RolloutExperimentTemplate {
if in == nil {
return nil
}
out := new(RolloutExperimentTemplate)
in.DeepCopyInto(out)
return out
} | [
0.163344144821167,
0.27876681089401245,
0.02110379934310913,
0.1888773888349533,
-0.21353912353515625,
0.5446755290031433,
0.8317449688911438,
0.9909403324127197,
0.024276237934827805,
1.1849257946014404,
-0.06589658558368683,
-0.9086732864379883,
-1.3851866722106934,
-0.7945103049278259,
... |
func (in *RolloutList) DeepCopyInto(out *RolloutList) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ListMeta.DeepCopyInto(&out.ListMeta)
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]Rollout, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
return
} | [
-0.073982372879982,
-0.04292365908622742,
0.6547002196311951,
0.46179211139678955,
-0.6272440552711487,
0.08563803881406784,
-0.013962971046566963,
1.1790800094604492,
-0.6503835320472717,
0.47725045680999756,
-0.8670156002044678,
0.805657148361206,
-0.08780283480882645,
-0.171277463436126... |
func (in *RolloutList) DeepCopy() *RolloutList {
if in == nil {
return nil
}
out := new(RolloutList)
in.DeepCopyInto(out)
return out
} | [
-0.6686707735061646,
-0.029952265322208405,
0.215028777718544,
0.9511563777923584,
-0.5848551988601685,
0.24016577005386353,
0.6487200260162354,
0.7005369067192078,
0.07521098107099533,
0.8275085091590881,
-1.0065892934799194,
0.18485495448112488,
-0.20191505551338196,
-0.06017439439892769... |
func (in *RolloutList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
return c
}
return nil
} | [
-0.21907809376716614,
-0.19867196679115295,
0.5982659459114075,
0.4683637320995331,
-0.8344357013702393,
0.4364641010761261,
0.9505001902580261,
0.8902774453163147,
-0.11263711005449295,
0.09213776141405106,
-0.6303739547729492,
-0.048832640051841736,
-0.051604509353637695,
-0.146075010299... |
func (in *RolloutPause) DeepCopyInto(out *RolloutPause) {
*out = *in
if in.Duration != nil {
in, out := &in.Duration, &out.Duration
*out = new(intstr.IntOrString)
**out = **in
}
return
} | [
0.3924683630466461,
-0.008000319823622704,
0.6518250107765198,
-0.293235719203949,
-1.1444531679153442,
0.28393319249153137,
-0.6331062912940979,
0.5194602608680725,
-0.47697123885154724,
0.20254889130592346,
-0.07938143610954285,
1.268850564956665,
-0.47966209053993225,
-0.994731545448303... |
func (in *RolloutPause) DeepCopy() *RolloutPause {
if in == nil {
return nil
}
out := new(RolloutPause)
in.DeepCopyInto(out)
return out
} | [
-0.086119145154953,
0.061296623200178146,
0.24343059957027435,
0.308544784784317,
-0.4741029441356659,
0.24088037014007568,
0.1246570348739624,
0.31113898754119873,
0.20270544290542603,
0.9658322930335999,
0.02625574730336666,
-0.04711000248789787,
-1.7230682373046875,
-1.0218565464019775,... |
func (in *RolloutSpec) DeepCopyInto(out *RolloutSpec) {
*out = *in
if in.Replicas != nil {
in, out := &in.Replicas, &out.Replicas
*out = new(int32)
**out = **in
}
if in.Selector != nil {
in, out := &in.Selector, &out.Selector
*out = new(v1.LabelSelector)
(*in).DeepCopyInto(*out)
}
in.Template.DeepCopy... | [
0.37882891297340393,
-0.4876738488674164,
0.7270165085792542,
-0.278339684009552,
-0.40954506397247314,
0.0551450215280056,
0.646413266658783,
0.16244538128376007,
-0.6275989413261414,
0.01455511711537838,
-0.18910613656044006,
0.8749439120292664,
0.226047545671463,
-0.11182763427495956,
... |
func (in *RolloutSpec) DeepCopy() *RolloutSpec {
if in == nil {
return nil
}
out := new(RolloutSpec)
in.DeepCopyInto(out)
return out
} | [
0.19959495961666107,
0.23770418763160706,
0.25204870104789734,
0.21253003180027008,
-0.938101053237915,
0.5613304972648621,
0.7757765054702759,
0.48777809739112854,
-0.3343673050403595,
0.6615263223648071,
0.15183360874652863,
0.5054512619972229,
0.09901557117700577,
-0.5122156143188477,
... |
func (in *RolloutStatus) DeepCopyInto(out *RolloutStatus) {
*out = *in
if in.PauseConditions != nil {
in, out := &in.PauseConditions, &out.PauseConditions
*out = make([]PauseCondition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.AbortedAt != nil {
in, out := &in.AbortedAt... | [
0.24878935515880585,
-0.5726726651191711,
0.6029691100120544,
0.05003625154495239,
-0.7453678250312805,
0.19874052703380585,
0.07667321711778641,
0.1700739711523056,
-0.472521036863327,
-0.07035128772258759,
-0.6533533334732056,
0.4555286169052124,
0.3977924883365631,
-0.3019005060195923,
... |
func (in *RolloutStatus) DeepCopy() *RolloutStatus {
if in == nil {
return nil
}
out := new(RolloutStatus)
in.DeepCopyInto(out)
return out
} | [
0.18838423490524292,
0.00031350742210634053,
-0.1769203096628189,
0.07488013058900833,
-0.6995108723640442,
0.12074217200279236,
0.13764891028404236,
0.8095781803131104,
0.13141325116157532,
0.14083726704120636,
-0.8115453124046326,
0.3943125307559967,
-0.07924176752567291,
-0.541013538837... |
func (in *RolloutStrategy) DeepCopyInto(out *RolloutStrategy) {
*out = *in
if in.BlueGreen != nil {
in, out := &in.BlueGreen, &out.BlueGreen
*out = new(BlueGreenStrategy)
(*in).DeepCopyInto(*out)
}
if in.Canary != nil {
in, out := &in.Canary, &out.Canary
*out = new(CanaryStrategy)
(*in).DeepCopyInto(*ou... | [
0.27301082015037537,
-0.12175136804580688,
0.6265134811401367,
0.24015235900878906,
-0.6054465174674988,
0.01691698282957077,
-0.2509525716304779,
0.6664679050445557,
-0.8874686360359192,
-0.010248271748423576,
-0.07449398189783096,
0.973226010799408,
0.4273701310157776,
0.1866905093193054... |
func (in *RolloutStrategy) DeepCopy() *RolloutStrategy {
if in == nil {
return nil
}
out := new(RolloutStrategy)
in.DeepCopyInto(out)
return out
} | [
0.075441375374794,
-0.11445308476686478,
0.18189939856529236,
0.3964657187461853,
-1.1479099988937378,
0.13165326416492462,
0.5525544285774231,
0.6096864342689514,
-0.11287674307823181,
0.5804989337921143,
0.12032373994588852,
0.13151276111602783,
0.28586074709892273,
-0.22040285170078278,... |
func (in *RolloutTrafficRouting) DeepCopyInto(out *RolloutTrafficRouting) {
*out = *in
if in.Istio != nil {
in, out := &in.Istio, &out.Istio
*out = new(IstioTrafficRouting)
(*in).DeepCopyInto(*out)
}
if in.Nginx != nil {
in, out := &in.Nginx, &out.Nginx
*out = new(NginxTrafficRouting)
(*in).DeepCopyInto... | [
0.2456940859556198,
0.4985199272632599,
0.7296934723854065,
0.0866871252655983,
-0.6171013712882996,
-0.20658059418201447,
0.4131275713443756,
0.3206867277622223,
-0.486753910779953,
0.0825728103518486,
-0.6582227349281311,
0.3932771682739258,
0.03773178532719612,
0.4107320010662079,
0.1... |
func (in *RolloutTrafficRouting) DeepCopy() *RolloutTrafficRouting {
if in == nil {
return nil
}
out := new(RolloutTrafficRouting)
in.DeepCopyInto(out)
return out
} | [
-0.5809382200241089,
0.8627266883850098,
0.3314516544342041,
-0.019242823123931885,
-0.5089457035064697,
0.20204703509807587,
0.8063819408416748,
0.5458923578262329,
-0.45065659284591675,
1.1814323663711548,
-0.45781654119491577,
-0.13426871597766876,
-0.5319355726242065,
-0.84851562976837... |
func (in *RouteMatch) DeepCopyInto(out *RouteMatch) {
*out = *in
if in.Method != nil {
in, out := &in.Method, &out.Method
*out = new(StringMatch)
**out = **in
}
if in.Path != nil {
in, out := &in.Path, &out.Path
*out = new(StringMatch)
**out = **in
}
if in.Headers != nil {
in, out := &in.Headers, &o... | [
-0.0837322473526001,
-0.3498324453830719,
0.9743416905403137,
-0.40618956089019775,
-1.0840338468551636,
0.023158885538578033,
-0.0964980274438858,
0.6915198564529419,
-0.6532895565032959,
-0.5260953307151794,
-0.40765467286109924,
0.6111850738525391,
-0.7501649856567383,
-0.59659153223037... |
func (in *RouteMatch) DeepCopy() *RouteMatch {
if in == nil {
return nil
}
out := new(RouteMatch)
in.DeepCopyInto(out)
return out
} | [
-0.21917158365249634,
0.4179898202419281,
0.5081273913383484,
0.8507174253463745,
-0.233069509267807,
0.39021778106689453,
0.2823393940925598,
0.5794074535369873,
0.21112963557243347,
-0.15274351835250854,
-0.458700954914093,
0.17484958469867706,
-1.721259593963623,
-0.8578592538833618,
... |
func (in *RunSummary) DeepCopyInto(out *RunSummary) {
*out = *in
return
} | [
0.7158797383308411,
0.5105442404747009,
0.5725408792495728,
-0.08770038187503815,
-1.0926190614700317,
0.979367733001709,
0.06293510645627975,
0.8547696471214294,
-1.1521387100219727,
-0.2316846400499344,
-0.23735888302326202,
1.4449743032455444,
0.11936227232217789,
-0.8009108304977417,
... |
func (in *RunSummary) DeepCopy() *RunSummary {
if in == nil {
return nil
}
out := new(RunSummary)
in.DeepCopyInto(out)
return out
} | [
-0.20081081986427307,
0.4166383743286133,
0.4627460241317749,
0.3490603268146515,
-0.40236738324165344,
0.48788872361183167,
0.2497768998146057,
-0.1616421490907669,
-0.33145931363105774,
0.02908800169825554,
0.05028940737247467,
0.9640041589736938,
-0.44624078273773193,
-0.765087425708770... |
func (in *SMITrafficRouting) DeepCopyInto(out *SMITrafficRouting) {
*out = *in
return
} | [
0.5652457475662231,
0.758141815662384,
0.429433673620224,
0.02499462477862835,
-0.5817393064498901,
-0.5036852955818176,
1.1634992361068726,
0.4978967607021332,
-1.057117223739624,
0.1810283213853836,
-0.580105185508728,
1.1734424829483032,
0.45267122983932495,
-0.07044343650341034,
-0.3... |
func (in *SMITrafficRouting) DeepCopy() *SMITrafficRouting {
if in == nil {
return nil
}
out := new(SMITrafficRouting)
in.DeepCopyInto(out)
return out
} | [
-0.39468634128570557,
1.1034481525421143,
0.5586644411087036,
0.6386657357215881,
-0.15089286863803864,
-0.8028486967086792,
1.5381534099578857,
-0.5581987500190735,
0.039675936102867126,
0.9815100431442261,
-0.016893818974494934,
0.12163378298282623,
-0.034658852964639664,
-0.062241762876... |
func (in *ScopeDetail) DeepCopyInto(out *ScopeDetail) {
*out = *in
return
} | [
0.5411120057106018,
0.29080435633659363,
0.13814786076545715,
-0.5747057795524597,
-0.6199324727058411,
0.4911477565765381,
0.19963844120502472,
0.6559929847717285,
-0.21212466061115265,
0.3529013693332672,
-1.104952096939087,
2.0234909057617188,
0.21121324598789215,
-0.18780672550201416,
... |
func (in *ScopeDetail) DeepCopy() *ScopeDetail {
if in == nil {
return nil
}
out := new(ScopeDetail)
in.DeepCopyInto(out)
return out
} | [
-0.2709725797176361,
0.49085482954978943,
-0.012001218274235725,
0.0927959606051445,
-0.1711665391921997,
0.09815322607755661,
0.07910352945327759,
0.21110865473747253,
0.5135729908943176,
0.7412605285644531,
-0.8575320839881897,
1.1473928689956665,
-0.5819416642189026,
0.1451469510793686,... |
func (in *SecretKeyRef) DeepCopyInto(out *SecretKeyRef) {
*out = *in
return
} | [
0.7549507021903992,
0.07874074578285217,
0.534955620765686,
-0.04281081259250641,
-0.8896539807319641,
0.3817574381828308,
-0.11612951755523682,
1.2111276388168335,
-1.2750041484832764,
0.23715609312057495,
-1.0440073013305664,
1.8002023696899414,
-0.8036161661148071,
-0.4407978653907776,
... |
func (in *SecretKeyRef) DeepCopy() *SecretKeyRef {
if in == nil {
return nil
}
out := new(SecretKeyRef)
in.DeepCopyInto(out)
return out
} | [
0.2878000736236572,
0.19364485144615173,
0.08140387386083603,
0.4207575023174286,
-0.39891454577445984,
-0.17049773037433624,
-0.00812086183577776,
0.8107674717903137,
-0.5296791791915894,
0.797429084777832,
-0.9428840279579163,
1.1996562480926514,
-1.511711597442627,
-0.43840503692626953,... |
func (in *SetCanaryScale) DeepCopyInto(out *SetCanaryScale) {
*out = *in
if in.Weight != nil {
in, out := &in.Weight, &out.Weight
*out = new(int32)
**out = **in
}
if in.Replicas != nil {
in, out := &in.Replicas, &out.Replicas
*out = new(int32)
**out = **in
}
return
} | [
0.5313715934753418,
-0.04187243431806564,
0.5096991658210754,
0.009166991338133812,
-0.8564165234565735,
-0.1245957463979721,
-0.37479496002197266,
0.20516367256641388,
-1.2827355861663818,
0.11867781728506088,
-0.9378450512886047,
1.2874590158462524,
-0.06947540491819382,
0.44709637761116... |
func (in *SetCanaryScale) DeepCopy() *SetCanaryScale {
if in == nil {
return nil
}
out := new(SetCanaryScale)
in.DeepCopyInto(out)
return out
} | [
-0.15923769772052765,
-0.5657716393470764,
-0.05278676748275757,
1.3199678659439087,
-0.3078967034816742,
-0.7852550148963928,
-0.37058940529823303,
-0.49023252725601196,
-0.7150377631187439,
0.5762026309967041,
-1.16253662109375,
0.34286725521087646,
-0.47857803106307983,
1.04953157901763... |
func (in *SetHeaderRoute) DeepCopyInto(out *SetHeaderRoute) {
*out = *in
if in.Match != nil {
in, out := &in.Match, &out.Match
*out = make([]HeaderRoutingMatch, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
return
} | [
-0.01405076403170824,
-0.06373224407434464,
0.856473445892334,
0.597222626209259,
-0.4070213735103607,
0.02045031636953354,
-0.1895439624786377,
1.0293340682983398,
-1.273881435394287,
0.40810832381248474,
-0.5334076881408691,
0.30234408378601074,
-0.42336714267730713,
-0.48401692509651184... |
func (in *SetHeaderRoute) DeepCopy() *SetHeaderRoute {
if in == nil {
return nil
}
out := new(SetHeaderRoute)
in.DeepCopyInto(out)
return out
} | [
-0.254980206489563,
-0.06577757000923157,
0.2359468787908554,
0.9077668190002441,
0.057114772498607635,
0.26680609583854675,
-0.3692787289619446,
0.31062349677085876,
-0.8193957805633545,
0.4708636701107025,
-0.46839380264282227,
-0.16036684811115265,
-0.5641738772392273,
0.090132400393486... |
func (in *SetMirrorRoute) DeepCopyInto(out *SetMirrorRoute) {
*out = *in
if in.Match != nil {
in, out := &in.Match, &out.Match
*out = make([]RouteMatch, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
if in.Percentage != nil {
in, out := &in.Percentage, &out.Percentage
*out = new... | [
0.06374536454677582,
0.197520449757576,
0.6492803692817688,
0.1199292242527008,
-0.6400672793388367,
0.31859663128852844,
-0.025134921073913574,
0.9348224401473999,
-1.0350627899169922,
0.27057018876075745,
-0.8578391075134277,
1.1522241830825806,
-0.10329212993383408,
-0.29068902134895325... |
func (in *SetMirrorRoute) DeepCopy() *SetMirrorRoute {
if in == nil {
return nil
}
out := new(SetMirrorRoute)
in.DeepCopyInto(out)
return out
} | [
-0.4675532281398773,
0.12927770614624023,
0.09215150773525238,
0.5718516707420349,
0.12415343523025513,
0.3476801812648773,
0.24754254519939423,
0.4646546244621277,
-0.6291508078575134,
1.0013703107833862,
-0.9579704403877258,
1.3542587757110596,
-0.44885173439979553,
0.1439698487520218,
... |
func (in *Sigv4Config) DeepCopyInto(out *Sigv4Config) {
*out = *in
return
} | [
0.41787993907928467,
-0.0785379633307457,
0.2434031069278717,
0.4050782322883606,
-1.0125598907470703,
0.3461429178714752,
0.16249972581863403,
1.0833770036697388,
-1.3971755504608154,
0.15986144542694092,
-1.293588638305664,
-0.11039643734693527,
-0.19324573874473572,
-0.22708599269390106... |
func (in *Sigv4Config) DeepCopy() *Sigv4Config {
if in == nil {
return nil
}
out := new(Sigv4Config)
in.DeepCopyInto(out)
return out
} | [
-0.34057122468948364,
-0.1024041697382927,
-0.14610238373279572,
1.3174402713775635,
-0.4772394597530365,
-0.06919003278017044,
0.3145604729652405,
0.5283956527709961,
-0.5445783734321594,
0.42895281314849854,
-0.9115917682647705,
-0.7273488640785217,
-0.4569137692451477,
0.142601743340492... |
func (in *SkyWalkingMetric) DeepCopyInto(out *SkyWalkingMetric) {
*out = *in
return
} | [
0.8929034471511841,
1.0678609609603882,
0.41670873761177063,
0.003642968600615859,
-0.7008028626441956,
1.5032832622528076,
0.38564857840538025,
0.6469011306762695,
-1.0744346380233765,
-0.4075247049331665,
-0.5425708889961243,
1.17178213596344,
0.09907139837741852,
0.058444250375032425,
... |
func (in *SkyWalkingMetric) DeepCopy() *SkyWalkingMetric {
if in == nil {
return nil
}
out := new(SkyWalkingMetric)
in.DeepCopyInto(out)
return out
} | [
-0.1211223155260086,
1.206560730934143,
0.27735358476638794,
0.36308997869491577,
-0.22111555933952332,
1.5174826383590698,
0.23251761496067047,
0.03650057688355446,
-0.17323525249958038,
-0.13931749761104584,
-0.36292463541030884,
0.43921294808387756,
-0.7564674615859985,
-0.0707726702094... |
func (in *StickinessConfig) DeepCopyInto(out *StickinessConfig) {
*out = *in
return
} | [
0.9849092960357666,
0.705903947353363,
0.2745848596096039,
0.24989059567451477,
-1.2771602869033813,
0.7545644640922546,
0.18007761240005493,
0.8025934100151062,
-1.7006601095199585,
0.2934015393257141,
-0.9942218065261841,
0.803737461566925,
-0.38357627391815186,
0.09584655612707138,
0.... |
func (in *StickinessConfig) DeepCopy() *StickinessConfig {
if in == nil {
return nil
}
out := new(StickinessConfig)
in.DeepCopyInto(out)
return out
} | [
0.2688174843788147,
0.6503555178642273,
0.04701993241906166,
0.8576200008392334,
-1.0308115482330322,
0.3833618462085724,
0.16858695447444916,
-0.042780209332704544,
-0.9544619917869568,
1.0410197973251343,
-0.7318413257598877,
0.06168406084179878,
-1.1005321741104126,
0.3376258611679077,
... |
func (in *StringMatch) DeepCopyInto(out *StringMatch) {
*out = *in
return
} | [
0.6500242948532104,
-0.5655198097229004,
0.5064571499824524,
-0.0005874880589544773,
-0.9883009195327759,
0.5187522768974304,
-0.013809031806886196,
1.2015893459320068,
-0.9796547889709473,
-0.8597325086593628,
-0.9876697063446045,
1.2194560766220093,
-0.6727818846702576,
-1.05595219135284... |
func (in *StringMatch) DeepCopy() *StringMatch {
if in == nil {
return nil
}
out := new(StringMatch)
in.DeepCopyInto(out)
return out
} | [
0.5092393755912781,
-0.36660048365592957,
0.1364462673664093,
0.7951016426086426,
-0.5931745767593384,
0.021687565371394157,
0.10669049620628357,
0.34732863306999207,
0.33973225951194763,
-0.37669312953948975,
-0.5091682076454163,
0.6246016621589661,
-1.7169194221496582,
-1.253975987434387... |
func (in *TCPRoute) DeepCopyInto(out *TCPRoute) {
*out = *in
return
} | [
0.655982494354248,
0.16698017716407776,
0.43207013607025146,
-0.6169586181640625,
-0.5739521384239197,
0.8009567260742188,
0.10857851803302765,
0.7711488008499146,
-0.9025671482086182,
0.2696780860424042,
-0.5554297566413879,
0.7098987102508545,
-0.41350144147872925,
-0.7486653923988342,
... |
func (in *TCPRoute) DeepCopy() *TCPRoute {
if in == nil {
return nil
}
out := new(TCPRoute)
in.DeepCopyInto(out)
return out
} | [
0.040903687477111816,
0.1650013029575348,
0.18786028027534485,
-0.40004298090934753,
-0.1801277995109558,
0.6193111538887024,
0.12916603684425354,
-0.1809379607439041,
-0.014821445569396019,
1.0378952026367188,
0.00968541856855154,
-0.47395819425582886,
-1.5471088886260986,
-1.047663331031... |
func (in *TLSRoute) DeepCopyInto(out *TLSRoute) {
*out = *in
if in.SNIHosts != nil {
in, out := &in.SNIHosts, &out.SNIHosts
*out = make([]string, len(*in))
copy(*out, *in)
}
return
} | [
0.5642038583755493,
0.47228872776031494,
0.5751643776893616,
-0.11048291623592377,
-0.20302581787109375,
0.29305917024612427,
-0.550086259841919,
0.8053923845291138,
-1.2573459148406982,
0.10555153340101242,
-0.7477127313613892,
0.5071449875831604,
-0.03552646562457085,
-0.163136288523674,... |
func (in *TLSRoute) DeepCopy() *TLSRoute {
if in == nil {
return nil
}
out := new(TLSRoute)
in.DeepCopyInto(out)
return out
} | [
0.5173109173774719,
0.32522574067115784,
-0.04393739625811577,
-0.23743867874145508,
-0.04919617995619774,
0.39417585730552673,
-0.8403428196907043,
-0.14407940208911896,
-0.7200300693511963,
0.2975658178329468,
-0.45776233077049255,
-0.020799817517399788,
-0.6627333164215088,
0.0386172421... |
func (in *TemplateService) DeepCopyInto(out *TemplateService) {
*out = *in
return
} | [
0.19239836931228638,
-0.047120314091444016,
0.4904719293117523,
-0.20704910159111023,
-1.2889173030853271,
0.20717427134513855,
-0.20132090151309967,
0.3866608142852783,
-0.4123596251010895,
-0.8054948449134827,
-0.9758965373039246,
1.4841421842575073,
0.05124155431985855,
0.10611885040998... |
func (in *TemplateService) DeepCopy() *TemplateService {
if in == nil {
return nil
}
out := new(TemplateService)
in.DeepCopyInto(out)
return out
} | [
-0.6451972126960754,
0.17638424038887024,
0.037387631833553314,
0.3284618556499481,
-0.6591280102729797,
-0.14580856263637543,
-0.01406191848218441,
-0.8538651466369629,
0.4257053732872009,
-0.8547319769859314,
-0.33496418595314026,
0.7557743787765503,
-0.7908339500427246,
0.33707818388938... |
func (in *TemplateSpec) DeepCopyInto(out *TemplateSpec) {
*out = *in
if in.Replicas != nil {
in, out := &in.Replicas, &out.Replicas
*out = new(int32)
**out = **in
}
if in.Selector != nil {
in, out := &in.Selector, &out.Selector
*out = new(v1.LabelSelector)
(*in).DeepCopyInto(*out)
}
in.Template.DeepCo... | [
0.3962675929069519,
0.0005386616685427725,
0.4927119016647339,
-0.5095545053482056,
-0.6736173629760742,
0.2746691405773163,
-0.016187818720936775,
0.4094071090221405,
-0.7129887938499451,
-0.24468213319778442,
-0.9726545214653015,
0.6331444978713989,
0.3970726728439331,
-0.094878494739532... |
func (in *TemplateSpec) DeepCopy() *TemplateSpec {
if in == nil {
return nil
}
out := new(TemplateSpec)
in.DeepCopyInto(out)
return out
} | [
0.27243155241012573,
0.2798765301704407,
0.12239020317792892,
0.07307521253824234,
-0.8582783937454224,
0.36399373412132263,
0.24190181493759155,
0.04394647106528282,
-0.10493472963571548,
0.12234185636043549,
-0.8793894052505493,
0.24272099137306213,
0.2234322875738144,
-0.473882138729095... |
func (in *TemplateStatus) DeepCopyInto(out *TemplateStatus) {
*out = *in
if in.CollisionCount != nil {
in, out := &in.CollisionCount, &out.CollisionCount
*out = new(int32)
**out = **in
}
if in.LastTransitionTime != nil {
in, out := &in.LastTransitionTime, &out.LastTransitionTime
*out = (*in).DeepCopy()
}... | [
0.5079137682914734,
-0.08815603703260422,
0.48883873224258423,
-0.5747878551483154,
-1.0399656295776367,
-0.026082877069711685,
0.14013490080833435,
0.42935267090797424,
-0.7415980696678162,
-0.2769719958305359,
-1.1948562860488892,
0.5362184047698975,
0.14706188440322876,
-0.0000322824562... |
func (in *TemplateStatus) DeepCopy() *TemplateStatus {
if in == nil {
return nil
}
out := new(TemplateStatus)
in.DeepCopyInto(out)
return out
} | [
-0.4226472079753876,
-0.1330217868089676,
-0.1543353646993637,
-0.02055683545768261,
-1.0593281984329224,
-0.004870703909546137,
0.26237592101097107,
0.14244544506072998,
0.5284246206283569,
-0.1953156590461731,
-1.258846640586853,
0.17465847730636597,
0.05767972394824028,
-0.0858683288097... |
func (in *TraefikTrafficRouting) DeepCopyInto(out *TraefikTrafficRouting) {
*out = *in
return
} | [
0.9998235702514648,
0.6634858250617981,
0.29747384786605835,
-0.11053450405597687,
-0.4994759261608124,
-0.594896137714386,
1.175689697265625,
0.7414767146110535,
-1.5640349388122559,
0.12393257766962051,
-0.25884151458740234,
0.31300288438796997,
0.5939591526985168,
-0.5076201558113098,
... |
func (in *TraefikTrafficRouting) DeepCopy() *TraefikTrafficRouting {
if in == nil {
return nil
}
out := new(TraefikTrafficRouting)
in.DeepCopyInto(out)
return out
} | [
0.4438389539718628,
0.6804406046867371,
0.46237367391586304,
0.342522531747818,
0.1641377955675125,
-0.7158483266830444,
1.4710084199905396,
-0.2623222768306732,
-0.8417107462882996,
0.7656083106994629,
0.28128781914711,
-1.074406385421753,
0.2889094650745392,
-0.6150570511817932,
-0.106... |
func (in *TrafficWeights) DeepCopyInto(out *TrafficWeights) {
*out = *in
out.Canary = in.Canary
out.Stable = in.Stable
if in.Additional != nil {
in, out := &in.Additional, &out.Additional
*out = make([]WeightDestination, len(*in))
copy(*out, *in)
}
if in.Verified != nil {
in, out := &in.Verified, &out.Ver... | [
0.5554595589637756,
0.4068338871002197,
0.46292248368263245,
0.16280107200145721,
-0.5891077518463135,
0.5771439671516418,
-0.2935417592525482,
0.4122597277164459,
-1.0897014141082764,
0.39484232664108276,
-0.5673625469207764,
0.6465734839439392,
-0.4069841802120209,
-0.021396290510892868,... |
func (in *TrafficWeights) DeepCopy() *TrafficWeights {
if in == nil {
return nil
}
out := new(TrafficWeights)
in.DeepCopyInto(out)
return out
} | [
-0.02092013694345951,
0.9886301159858704,
-0.28217682242393494,
0.4312467873096466,
0.1518998146057129,
0.40083813667297363,
0.045156169682741165,
-0.7591903805732727,
-0.39938056468963623,
0.6854310035705566,
-0.4804437458515167,
0.13266326487064362,
-1.8398617506027222,
-0.38317242264747... |
func (in *ValueFrom) DeepCopyInto(out *ValueFrom) {
*out = *in
if in.SecretKeyRef != nil {
in, out := &in.SecretKeyRef, &out.SecretKeyRef
*out = new(SecretKeyRef)
**out = **in
}
if in.FieldRef != nil {
in, out := &in.FieldRef, &out.FieldRef
*out = new(FieldRef)
**out = **in
}
return
} | [
0.36342817544937134,
-0.03315466642379761,
0.5770161747932434,
-0.1720447838306427,
-0.3435681462287903,
0.16732408106327057,
-0.33291953802108765,
0.6537736654281616,
-1.2071902751922607,
-0.31083571910858154,
-0.5915156602859497,
1.0662013292312622,
-0.23794986307621002,
-0.0599052459001... |
func (in *ValueFrom) DeepCopy() *ValueFrom {
if in == nil {
return nil
}
out := new(ValueFrom)
in.DeepCopyInto(out)
return out
} | [
0.07985757291316986,
0.31147685647010803,
0.18043826520442963,
0.9242205023765564,
-0.07625526189804077,
-0.025382742285728455,
-0.24362221360206604,
0.0004170061438344419,
0.003954597748816013,
-0.30518680810928345,
-0.0959930345416069,
0.5371055603027344,
-0.042992282658815384,
-0.475562... |
func (in *WavefrontMetric) DeepCopyInto(out *WavefrontMetric) {
*out = *in
return
} | [
0.9026744365692139,
0.38445380330085754,
0.3302408456802368,
-0.48389703035354614,
-0.8932589888572693,
0.9850818514823914,
0.40558183193206787,
0.17486825585365295,
-1.5878897905349731,
-0.09178818762302399,
-0.5044678449630737,
1.4604339599609375,
-0.21140101552009583,
-0.184644281864166... |
func (in *WavefrontMetric) DeepCopy() *WavefrontMetric {
if in == nil {
return nil
}
out := new(WavefrontMetric)
in.DeepCopyInto(out)
return out
} | [
-0.32028064131736755,
0.35391607880592346,
-0.14968086779117584,
-0.4385620057582855,
-0.827899694442749,
0.580745279788971,
0.29259219765663147,
-0.5333753824234009,
-0.503392219543457,
0.2741139531135559,
0.030936244875192642,
0.9491050839424133,
-0.8192369937896729,
-0.2910269796848297,... |
func (in *WebMetric) DeepCopyInto(out *WebMetric) {
*out = *in
if in.Headers != nil {
in, out := &in.Headers, &out.Headers
*out = make([]WebMetricHeader, len(*in))
copy(*out, *in)
}
if in.JSONBody != nil {
in, out := &in.JSONBody, &out.JSONBody
*out = make(json.RawMessage, len(*in))
copy(*out, *in)
}
... | [
0.39948806166648865,
0.22544465959072113,
0.8505642414093018,
-0.23862022161483765,
-1.0010422468185425,
0.5100672245025635,
0.12658420205116272,
0.06850945204496384,
-0.9286096096038818,
0.058347564190626144,
-0.6448220014572144,
1.2637505531311035,
-0.3908803164958954,
0.3153931796550751... |
func (in *WebMetric) DeepCopy() *WebMetric {
if in == nil {
return nil
}
out := new(WebMetric)
in.DeepCopyInto(out)
return out
} | [
-0.04152374714612961,
0.3028862476348877,
0.1985858827829361,
0.9002366065979004,
-0.7293609976768494,
0.5157516598701477,
0.6173058152198792,
-0.16038116812705994,
-0.18203634023666382,
-0.17494995892047882,
-0.47444790601730347,
0.506908118724823,
-1.219364047050476,
0.18052299320697784,... |
func (in *WebMetricHeader) DeepCopyInto(out *WebMetricHeader) {
*out = *in
return
} | [
1.18495512008667,
0.17076517641544342,
0.40677234530448914,
0.06178485229611397,
-0.2533707320690155,
0.8105872273445129,
0.18704335391521454,
0.6992788314819336,
-1.4714299440383911,
-0.02091478928923607,
-0.7204309105873108,
1.1255056858062744,
-0.49738839268684387,
-0.41907426714897156,... |
func (in *WebMetricHeader) DeepCopy() *WebMetricHeader {
if in == nil {
return nil
}
out := new(WebMetricHeader)
in.DeepCopyInto(out)
return out
} | [
0.11099739372730255,
-0.0339936688542366,
0.025853775441646576,
0.5935754776000977,
0.4683898687362671,
0.342833012342453,
0.2167058289051056,
-0.42413273453712463,
-0.5370453596115112,
0.41110116243362427,
-0.2952592372894287,
0.36089056730270386,
-1.1532038450241089,
-0.3161729574203491,... |
func (in *WeightDestination) DeepCopyInto(out *WeightDestination) {
*out = *in
return
} | [
0.24038195610046387,
0.19530631601810455,
0.4542471766471863,
0.19192196428775787,
-1.003494143486023,
0.4804385006427765,
-0.20800866186618805,
0.6038969159126282,
-0.9251733422279358,
-0.12597015500068665,
-0.3743163049221039,
0.6952105164527893,
0.18831074237823486,
-0.11580485850572586... |
func (in *WeightDestination) DeepCopy() *WeightDestination {
if in == nil {
return nil
}
out := new(WeightDestination)
in.DeepCopyInto(out)
return out
} | [
-0.6631380319595337,
0.0991857498884201,
0.21198254823684692,
0.5861102938652039,
-0.468123197555542,
-0.06404642760753632,
0.1872599571943283,
-0.5055656433105469,
0.3003401458263397,
0.35366106033325195,
-0.1414286345243454,
-0.24216479063034058,
-0.6142057776451111,
0.145355224609375,
... |
func NewLabels(component, name string) prometheus.Labels {
return prometheus.Labels{
{Name: []byte("component"), Value: []byte(component)},
{Name: []byte("name"), Value: []byte(name)},
{Name: []byte("host"), Value: []byte(hostname)},
}
} | [
0.5659328103065491,
-0.36740604043006897,
0.3259727358818054,
-1.345167875289917,
-0.2516208291053772,
0.11036878824234009,
-1.9547721147537231,
-0.2773248553276062,
-0.8623380661010742,
0.24931326508522034,
-0.29629644751548767,
0.17245936393737793,
-1.1280165910720825,
-0.194959327578544... |
func SnapshotToPrometheus(snap Snapshot, now time.Time, labels prometheus.Labels) []byte {
millis := timeToMillis(now)
set := prometheus.NewMetricSet()
for _, counter := range snap {
set.Update(&prometheus.Metric{
Name: []byte(counter.Name),
Labels: labels,
Value: int64(counter.Value)... | [
-1.0810167789459229,
0.3051773011684418,
0.5774453282356262,
-0.5450744032859802,
-0.4597020149230957,
0.2597135901451111,
-1.0905615091323853,
-0.5178788304328918,
-0.11916303634643555,
0.014910322614014149,
-0.2699790298938751,
0.04949015751481056,
0.3247573971748352,
-0.3075211644172668... |
func CounterToPrometheus(name string, value int, now time.Time, labels prometheus.Labels) []byte {
metric := &prometheus.Metric{
Name: []byte(name),
Labels: labels,
Value: int64(value),
Milliseconds: timeToMillis(now),
}
return metric.ToBytes()
} | [
-0.054635535925626755,
-0.1166989728808403,
0.5248364806175232,
-0.8869941234588623,
-0.5667146444320679,
0.43386930227279663,
-1.0201565027236938,
-1.3265330791473389,
-0.3285754919052124,
0.08639420568943024,
-0.02135651744902134,
0.4069749116897583,
-0.2520759701728821,
-0.1533061712980... |
func SetHostname(h string) {
hostname = h
} | [
0.602713942527771,
-0.1403614580631256,
0.42482447624206543,
1.1771734952926636,
-0.48909226059913635,
0.5594726800918579,
-0.2709416449069977,
1.4013583660125732,
-0.9056082963943481,
0.33990925550460815,
-1.0007483959197998,
-0.06777749955654144,
0.0489920973777771,
0.19240181148052216,
... |
func IsDBInteg() (string, bool) {
_, ok := os.LookupEnv("INTEG")
if !ok {
return "", false
}
pgAddr, ok := os.LookupEnv("PG_ADDR")
return pgAddr, ok
} | [
-0.3134858310222626,
0.5950815081596375,
0.8629681468009949,
-0.6461084485054016,
0.5862964391708374,
0.00873851589858532,
-0.0374780036509037,
-0.1715250015258789,
-0.874164879322052,
0.9559422135353088,
-0.1939176321029663,
0.7030355334281921,
-1.6885725259780884,
0.3654526174068451,
0... |
func (r *mutationResolver) UpdateCGTeamworkFlow(ctx context.Context, input models.UpdateCGTeamworkFlowInput) (*models.UpdateCGTeamworkFlowPayload, error) {
m := make(map[scalar.URI]struct{}, len(input.Data))
ret, err := r.gateway.UpdateCGTeamworkFlow(
ctx,
input,
func(i models.UpdateCGTeamworkFlowInputData) (da... | [
-1.0743025541305542,
-0.36670905351638794,
0.4745189845561981,
-0.203831285238266,
-0.01060774177312851,
0.2799362540245056,
1.116979718208313,
-0.3049097955226898,
-0.8525157570838928,
0.885703444480896,
-1.4353846311569214,
-0.15976881980895996,
-0.3175641894340515,
0.30233779549598694,
... |
func filter_apps(value string, apps []app, usePath bool) []app {
tmp := make([]app, 0, 10)
if usePath {
for _, v := range apps {
if v.Path == value {
tmp = append(tmp, v)
}
}
return tmp
}
for _, v := range apps {
if v.Name == value {
tmp = append(tmp, v)
}
}
return tmp
} | [
0.18314987421035767,
-0.23771870136260986,
0.7490134835243225,
0.4565645754337311,
-0.5683208107948303,
0.060440704226493835,
-0.389975368976593,
-0.04379447177052498,
0.1306886374950409,
1.8874773979187012,
0.289767324924469,
0.06243219971656799,
-0.10582161694765091,
0.08959024399518967,... |
func fuzzyFilter_apps(substr string, apps []app) []app {
tmp := make([]app, 0, 10)
name := strings.ToLower(substr)
for _, v := range apps {
if strings.Contains(strings.ToLower(v.Name), name) {
tmp = append(tmp, v)
}
}
return tmp
} | [
-0.038686513900756836,
-0.7631658911705017,
0.7038350105285645,
0.426121324300766,
-0.7875370979309082,
0.21227794885635376,
-0.4311448931694031,
0.263051301240921,
-0.32313787937164307,
1.0184112787246704,
-0.5002268552780151,
0.1437031328678131,
-0.23845842480659485,
0.41334182024002075,... |
func searchAppSubstring(w http.ResponseWriter, r *http.Request, db *mgo.Database, argPos int) {
app_str := r.FormValue("search")
// app_str2 := r.FormValue("test2")
fmt.Println("searching for substring in apps: ", app_str)
c := db.C("machines")
context := make([]appResult, 0, 10)
var res *appResult
p := "^.*"... | [
0.3582842946052551,
0.02647014893591404,
0.8069610595703125,
0.4123947024345398,
-0.4474363327026367,
0.732817530632019,
0.4494759738445282,
-0.34713318943977356,
-0.7714688181877136,
0.2508452534675598,
0.09570083767175674,
-0.43845632672309875,
-0.40837472677230835,
0.1835518777370453,
... |
func searchExact(w http.ResponseWriter, r *http.Request, db *mgo.Database, argPos int) {
key := r.FormValue("key")
val := r.FormValue("val")
context := make([]appResult, 0, 10)
var res *appResult
c := db.C("machines")
var usePath bool
if key == "apps.path" {
usePath = true
}
err := c.Find(bson.M{key: val}... | [
-0.2973310351371765,
0.4240657389163971,
0.8074051141738892,
-0.022812148556113243,
-0.12448558956384659,
0.3228076994419098,
0.050432972609996796,
-0.21557869017124176,
-0.8090364336967468,
1.0679231882095337,
0.2496744841337204,
-0.6786198019981384,
-0.4380760192871094,
0.798569023609161... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.