text stringlengths 11 6.3k | embedding listlengths 768 768 |
|---|---|
func (src *gcsJobSource) jobPath() string {
return fmt.Sprintf("%s/%s", src.bucket, src.jobPrefix)
} | [
0.06311845034360886,
-0.7274035811424255,
0.22617900371551514,
-1.1939053535461426,
-0.25427696108818054,
0.8688755035400391,
-0.009229201823472977,
0.023241227492690086,
-0.3388693332672119,
0.1049952507019043,
-0.03477694094181061,
0.03047037124633789,
-0.03553197532892227,
-0.3539050221... |
func (_m *MockDatabaseHelper) Client() databases.ClientHelper {
ret := _m.Called()
var r0 databases.ClientHelper
if rf, ok := ret.Get(0).(func() databases.ClientHelper); ok {
r0 = rf()
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(databases.ClientHelper)
}
}
return r0
} | [
-0.4028947353363037,
0.19054606556892395,
0.11891265958547592,
0.2237125188112259,
0.5517497658729553,
-0.18735580146312714,
1.8386363983154297,
0.17657241225242615,
-0.5485410094261169,
-0.6929407715797424,
-0.2783838212490082,
0.2966603636741638,
0.03066706843674183,
0.25417253375053406,... |
func (_m *MockDatabaseHelper) Collection(name string) databases.CollectionHelper {
ret := _m.Called(name)
var r0 databases.CollectionHelper
if rf, ok := ret.Get(0).(func(string) databases.CollectionHelper); ok {
r0 = rf(name)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(databases.CollectionHelper)
}
... | [
-0.9502333402633667,
-0.3874097168445587,
0.41093170642852783,
0.033862266689538956,
0.23561713099479675,
-0.44212663173675537,
1.050183653831482,
-0.2621096074581146,
-0.7488016486167908,
0.18898902833461761,
-0.3526160717010498,
-0.5481773614883423,
-0.1350368708372116,
1.285779356956482... |
func TestNewDatabase(t *testing.T) {
conf := config.GetConfig()
dbClient, err := databases.NewClient(conf)
assert.NoError(t, err)
db := databases.NewDatabase(conf, dbClient)
assert.NotEmpty(t, db)
} | [
0.09965730458498001,
0.9360384345054626,
0.053894054144620895,
-0.2911968529224396,
0.6384273767471313,
1.010467767715454,
0.4247928857803345,
-0.12973947823047638,
0.016907893121242523,
-0.5227971076965332,
-1.2344857454299927,
-0.06727156788110733,
-1.1593279838562012,
0.8378671407699585... |
func TestStartSession(t *testing.T) {
// The code bellow does not fall under the cover tool as we are testing mocks
// and in order to test the actual code, we would need to expose internal
// structures and create interfaces for them. In addition to this it would
// require to mock them as well.
// Of course we... | [
0.14014555513858795,
-0.004192941822111607,
0.31395936012268066,
0.31761297583580017,
0.47697126865386963,
-0.006137011107057333,
1.3915671110153198,
-0.42709746956825256,
0.8730744123458862,
-0.15917454659938812,
-0.51231449842453,
-0.032842762768268585,
-0.6374275088310242,
0.44764995574... |
func TestRestOfInternalCode(t *testing.T) {
// In this case unit testing will not help as we need to actually corever
// this package with test. Because real functions hide under internal structures
// which we do not expose, so our previous approach will no longer works.
// Well it works but coverage does not det... | [
0.13780450820922852,
0.4678133726119995,
0.7204548120498657,
0.4112233817577362,
1.0358999967575073,
0.2318711280822754,
0.760087251663208,
-0.10986568033695221,
0.45314016938209534,
0.25653910636901855,
-0.775607168674469,
0.034620217978954315,
-1.0313725471496582,
0.6100274920463562,
0... |
func NewInlineObject36(file map[string]interface{}) *InlineObject36 {
this := InlineObject36{}
this.File = file
return &this
} | [
0.4282735288143158,
-1.770269751548767,
0.34079742431640625,
1.091280460357666,
-0.7419983148574829,
0.8234302997589111,
-0.5599721670150757,
0.09487166255712509,
-0.790486752986908,
-0.5773438811302185,
-1.0598812103271484,
-0.5277792811393738,
-0.6741061806678772,
-0.24600721895694733,
... |
func NewInlineObject36WithDefaults() *InlineObject36 {
this := InlineObject36{}
return &this
} | [
0.4465493857860565,
-0.5400627255439758,
0.2248011827468872,
0.9508906006813049,
0.6046652793884277,
0.32283082604408264,
-1.0587021112442017,
-0.6151772737503052,
-0.2070053368806839,
-0.7212691903114319,
-1.5776922702789307,
-1.2007813453674316,
-1.0841028690338135,
-0.5161412358283997,
... |
func (o *InlineObject36) GetFile() map[string]interface{} {
if o == nil {
var ret map[string]interface{}
return ret
}
return o.File
} | [
0.30630365014076233,
-0.1099979430437088,
0.13528883457183838,
0.6773308515548706,
0.005438546650111675,
-0.1433015614748001,
0.7651187777519226,
-0.16183757781982422,
0.19183723628520966,
-1.1344070434570312,
0.10543941706418991,
-0.6834183931350708,
0.07009432464838028,
0.218642607331275... |
func (o *InlineObject36) GetFileOk() (*map[string]interface{}, bool) {
if o == nil {
return nil, false
}
return &o.File, true
} | [
0.2806544899940491,
-0.2792457342147827,
0.5588387846946716,
0.4833521842956543,
0.16619253158569336,
0.28178343176841736,
0.6511778235435486,
0.9747278690338135,
-0.29653146862983704,
0.18452368676662445,
-1.1088883876800537,
-0.9246431589126587,
0.4060075879096985,
0.7832877039909363,
... |
func (o *InlineObject36) SetFile(v map[string]interface{}) {
o.File = v
} | [
-0.5541300177574158,
-0.26323553919792175,
0.06675048172473907,
0.5682299733161926,
-0.40472301840782166,
0.5014126896858215,
0.08037303388118744,
0.20752732455730438,
-0.23782168328762054,
-0.7275304198265076,
-0.34257349371910095,
-0.5982366800308228,
-0.00009486973431194201,
0.248844578... |
func (*CreateAccountRequest) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{0}
} | [
-0.7196271419525146,
0.24025583267211914,
0.3904067277908325,
0.33332371711730957,
0.3781949281692505,
-0.07104520499706268,
1.3371357917785645,
0.27232202887535095,
-0.42166417837142944,
0.25547945499420166,
0.16496816277503967,
0.23924195766448975,
0.0737241730093956,
1.4008138179779053,... |
func (*CreateAccountReply) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{1}
} | [
-0.6563265323638916,
-0.2665828764438629,
-0.04524208977818489,
-0.2307254523038864,
0.7493966817855835,
0.0630156472325325,
0.738081157207489,
-0.29628175497055054,
-0.2648876905441284,
0.558696448802948,
-0.16101336479187012,
0.5299949645996094,
-1.1782591342926025,
0.7990812659263611,
... |
func (*UpdateAccountRequest) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{2}
} | [
-1.3033218383789062,
-0.10295902192592621,
0.5304922461509705,
0.6277879476547241,
-0.010780313983559608,
-0.36499863862991333,
1.1699084043502808,
0.5253301858901978,
0.107169009745121,
0.41614994406700134,
0.02995295263826847,
0.47743096947669983,
0.40217894315719604,
0.5856524705886841,... |
func (*UpdateAccountReply) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{3}
} | [
-1.224379539489746,
-0.5514564514160156,
0.07520762830972672,
-0.17637966573238373,
-0.042779114097356796,
-0.38391345739364624,
0.3660980761051178,
0.14719538390636444,
0.4838874936103821,
0.7995911240577698,
-0.4010471701622009,
0.3674543499946594,
-1.08527410030365,
0.059430353343486786... |
func (*DeleteAccountRequest) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{4}
} | [
-0.7558490633964539,
-0.0076105534099042416,
0.4106675982475281,
0.7744379043579102,
0.34496989846229553,
-0.5753206014633179,
1.1686229705810547,
0.5502257347106934,
0.913467526435852,
-0.8571143746376038,
0.6157612204551697,
0.591006338596344,
0.0520520955324173,
1.100887417793274,
0.4... |
func (*DeleteAccountReply) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{5}
} | [
-0.5873900055885315,
-0.36485081911087036,
-0.07425418496131897,
-0.20165365934371948,
0.45981746912002563,
-0.9736445546150208,
0.28384068608283997,
0.006264956202358007,
1.3553000688552856,
-0.31529805064201355,
0.22359375655651093,
0.6240008473396301,
-1.323358416557312,
0.3929052948951... |
func (*GetAccountRequest) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{6}
} | [
-0.764488935470581,
0.47390079498291016,
0.8634455800056458,
0.33812829852104187,
0.6376490592956543,
-0.7051567435264587,
1.2891746759414673,
0.43845874071121216,
-0.12142013013362885,
-0.01240365020930767,
0.08519788831472397,
1.0597248077392578,
0.4959165155887604,
0.6583846807479858,
... |
func (*GetAccountReply) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{7}
} | [
-0.9237982034683228,
-0.0026558106765151024,
0.28761714696884155,
-0.30749741196632385,
0.7513792514801025,
-0.4136027693748474,
0.5385048389434814,
0.1620681881904602,
0.2643870711326599,
-0.16652022302150726,
0.08167194575071335,
1.1176273822784424,
-0.8033424615859985,
0.220889776945114... |
func (*ListAccountRequest) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{8}
} | [
-1.0419236421585083,
-0.0684686005115509,
0.47520333528518677,
0.21908465027809143,
0.0772123858332634,
-0.8402717113494873,
0.590736985206604,
0.32044506072998047,
0.7032743692398071,
-0.4184077978134155,
-0.5173508524894714,
0.42219582200050354,
0.4543777406215668,
1.0720282793045044,
... |
func (*ListAccountReply) Descriptor() ([]byte, []int) {
return file_api_account_v1_account_proto_rawDescGZIP(), []int{9}
} | [
-0.7752196788787842,
-0.4311462342739105,
0.0680178627371788,
-0.41316545009613037,
0.10471528023481369,
-0.7882870435714722,
0.27922898530960083,
-0.08668190985918045,
0.7399408221244812,
-0.11921505630016327,
-0.5396113395690918,
0.5877081155776978,
-0.6222066879272461,
0.413041323423385... |
func init() {
RootCmd.AddCommand(AdminCmd)
AdminCmd.AddCommand(UnsubscribeCmd, HealthCheckDb, HealthCheckStore, HealthCheckStats, SetVasCmd, SetConfig, DeleteConfig)
SetVasCmd.Flags().String(FlagUserID, "", "")
SetVasCmd.Flags().Bool(FlagEnabled, false, "")
SetConfig.Flags().String(FlagKey, "", "")
SetConfig.Flag... | [
0.8436647057533264,
-0.06430130451917648,
0.5313294529914856,
0.3104810416698456,
0.594157874584198,
0.7179316282272339,
-0.05327298492193222,
-0.06569626182317734,
-0.011734428815543652,
-0.42165496945381165,
0.29317641258239746,
1.2764922380447388,
0.04051656648516655,
1.6560218334197998... |
func NewExchange(n types.ExchangeName) (types.Exchange, error) {
return NewExchangeWithEnvVarPrefix(n, "")
} | [
-0.49429377913475037,
0.09768661111593246,
0.12930727005004883,
0.9338731169700623,
-0.26771390438079834,
0.09211891144514084,
-0.9060611128807068,
-0.9725012183189392,
0.22417321801185608,
0.3728652000427246,
-0.24308562278747559,
0.01300261914730072,
-0.3470916450023651,
1.70230293273925... |
func (m *CNIConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-0.7848884463310242,
0.7889325022697449,
0.5964862108230591,
0.8908233642578125,
0.07823308557271957,
0.11541420221328735,
0.312749445438385,
-0.5871167182922363,
-0.008051818236708641,
-0.5264567136764526,
-1.307379126548767,
-0.2488866150379181,
-1.0996644496917725,
0.032221220433712006,... |
func (m *CertManagerConfig) GetReplicaCount() uint32 {
if m != nil {
return m.ReplicaCount
}
return 0
} | [
0.2787574231624603,
0.5306184887886047,
0.625591516494751,
0.3804546296596527,
-0.10878454148769379,
-0.1487433761358261,
0.6694042086601257,
1.216373324394226,
0.2250823974609375,
-0.28233563899993896,
-0.567155122756958,
0.695003867149353,
-0.19713279604911804,
0.7580218315124512,
1.00... |
func (m *CertManagerConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.0676562786102295,
-0.08891566097736359,
0.3125495910644531,
-0.4221387207508087,
0.3950357139110565,
-0.4289209544658661,
0.26957592368125916,
-0.35643261671066284,
0.014716886915266514,
-0.7949499487876892,
-0.4212776720523834,
0.34193700551986694,
-0.8478534817695618,
0.76050752401351... |
func (m *CertManagerConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
0.8717692494392395,
0.3627176880836487,
0.2547454237937927,
0.2348654419183731,
1.073202133178711,
0.2166411578655243,
0.3679334819316864,
0.0895206406712532,
0.43781575560569763,
-0.45657584071159363,
-0.28179922699928284,
-1.0859565734863281,
-0.8786008954048157,
0.5529975891113281,
0.... |
func (m *CertManagerConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-0.9511610269546509,
-0.8010634183883667,
0.19126641750335693,
-0.07024843990802765,
1.7800453901290894,
0.314431756734848,
0.06423947215080261,
-0.10505355894565582,
-0.43227314949035645,
-0.7567967176437378,
0.5382676720619202,
-0.3265658915042877,
-0.8211786150932312,
0.3153287172317505... |
func (m *CertManagerConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.6670942902565002,
-1.106923222541809,
0.1960119605064392,
-0.26795804500579834,
1.5364998579025269,
0.45280519127845764,
-0.11719492822885513,
-0.8203637599945068,
-0.5058138370513916,
-0.3193439543247223,
0.549688458442688,
-0.12832245230674744,
-0.6150302290916443,
-0.1481727808713913... |
func (m *CertManagerConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.6447510719299316,
1.1592000722885132,
0.624322772026062,
0.10448305308818817,
0.362237811088562,
-0.1887783259153366,
-0.007184381131082773,
-0.4394061267375946,
0.13067014515399933,
0.1144469678401947,
-0.7165298461914062,
-1.1505625247955322,
-0.874254047870636,
0.7017513513565063,
0... |
func (m *CertManagerConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-0.7235660552978516,
0.5242448449134827,
0.6283139586448669,
0.9043568968772888,
-0.028882266953587532,
0.3026227653026581,
0.08302545547485352,
-0.6703969836235046,
0.01932539790868759,
-0.37867680191993713,
-1.2335878610610962,
-0.08278226852416992,
-1.2012301683425903,
0.263977497816085... |
func (m *CertManagerConfig) GetPodLabels() map[string]interface{} {
if m != nil {
return m.PodLabels
}
return nil
} | [
-0.8738645911216736,
0.4992091953754425,
0.5939963459968567,
0.5697765350341797,
0.15954965353012085,
0.6845982670783997,
-0.734666645526886,
-0.5559092164039612,
0.10515764355659485,
0.019841870293021202,
-0.7498297691345215,
-0.3567322790622711,
-1.5135180950164795,
0.46448877453804016,
... |
func (m *CoreDNSConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.434382677078247,
0.4111596941947937,
0.21114438772201538,
-0.8512744903564453,
0.2859025299549103,
-0.6951011419296265,
0.13405440747737885,
-0.4067367613315582,
0.3867175579071045,
-1.0162980556488037,
-0.6543819904327393,
0.27026402950286865,
-0.9027647376060486,
0.5248885154724121,
... |
func (m *CoreDNSConfig) GetReplicaCount() uint32 {
if m != nil {
return m.ReplicaCount
}
return 0
} | [
0.02958621270954609,
1.2125009298324585,
0.5478464961051941,
-0.055663369596004486,
-0.16802021861076355,
-0.2050943523645401,
0.3808805048465729,
1.19387948513031,
0.7237204313278198,
-0.5584847927093506,
-0.6832622289657593,
0.6089247465133667,
-0.13499879837036133,
0.34770193696022034,
... |
func (m *CoreDNSConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-0.9390345215797424,
0.8879270553588867,
0.6029946804046631,
0.5664783120155334,
-0.0017681848257780075,
0.061505939811468124,
0.12190833687782288,
-0.7145971059799194,
0.3602687120437622,
-0.5764060616493225,
-1.3450016975402832,
-0.05052533373236656,
-1.1846742630004883,
-0.0699414908885... |
func (m *CoreDNSConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
0.24573805928230286,
1.357796311378479,
0.05760877951979637,
-0.40027883648872375,
0.9847177267074585,
-0.15775936841964722,
0.08156143873929977,
-0.14276234805583954,
1.179129958152771,
-0.8456284999847412,
-0.8120952248573303,
-1.106311559677124,
-0.7344322800636292,
-0.01252743881195783... |
func (m *CoreDNSConfig) GetRollingMaxSurge() *IntOrStringForPB {
if m != nil {
return m.RollingMaxSurge
}
return nil
} | [
-0.44394001364707947,
1.248409390449524,
0.1989227533340454,
0.39131325483322144,
-0.699140191078186,
0.0821341946721077,
-1.385151743888855,
0.6585412621498108,
0.8612386584281921,
-0.4581865966320038,
-0.5080024003982544,
-0.3787717819213867,
-1.1660947799682617,
0.04627188667654991,
0... |
func (m *CoreDNSConfig) GetRollingMaxUnavailable() *IntOrStringForPB {
if m != nil {
return m.RollingMaxUnavailable
}
return nil
} | [
-1.174649715423584,
0.6098263263702393,
0.1443483829498291,
0.17027539014816284,
-0.39553844928741455,
0.828037679195404,
-0.9583247900009155,
1.677150011062622,
0.6966961622238159,
-0.11883089691400528,
-1.1043187379837036,
0.5119199752807617,
-0.6754724383354187,
-0.1333305984735489,
0... |
func (m *CoreDNSConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-1.1238272190093994,
-0.43613606691360474,
0.169066920876503,
-0.4290758967399597,
1.8440924882888794,
0.15026871860027313,
-0.044126953929662704,
-0.1883290857076645,
-0.03168349340558052,
-0.7856795787811279,
0.42977070808410645,
-0.2275252491235733,
-0.6812542676925659,
-0.0442067719995... |
func (m *CoreDNSConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.757725715637207,
-0.8091447353363037,
0.1777995228767395,
-0.5647063255310059,
1.5442256927490234,
0.31266459822654724,
-0.25613924860954285,
-0.8619911670684814,
-0.19548818469047546,
-0.37169113755226135,
0.471620112657547,
-0.05022941157221794,
-0.5095497369766235,
-0.396393090486526... |
func (m *CoreDNSConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.3986423909664154,
1.7669651508331299,
0.49581483006477356,
-0.3140422999858856,
0.23970180749893188,
-0.36265987157821655,
-0.08421824127435684,
-0.5140897631645203,
0.6266904473304749,
-0.03917061910033226,
-0.9414765238761902,
-1.0684393644332886,
-0.9001328945159912,
0.493134558200836... |
func (m *EgressGatewayConfig) GetCpu() *CPUTargetUtilizationConfig {
if m != nil {
return m.Cpu
}
return nil
} | [
0.5692104697227478,
0.7926082611083984,
0.28728121519088745,
0.11808586120605469,
1.0895850658416748,
-0.0369686633348465,
1.1094211339950562,
0.5853821635246277,
0.25362828373908997,
-0.6819424033164978,
0.6769436597824097,
0.5804701447486877,
-0.399061381816864,
0.3023957908153534,
0.8... |
func (m *EgressGatewayConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.3024508953094482,
0.41386768221855164,
0.2613646984100342,
-0.8471379280090332,
0.549682080745697,
-0.5461720824241638,
0.5183947682380676,
-0.3303971588611603,
0.0027316680643707514,
-0.7217337489128113,
-0.31556400656700134,
0.10357336699962616,
-0.6691861152648926,
0.9686190485954285... |
func (m *EgressGatewayConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-1.0051662921905518,
0.7632685899734497,
0.564318060874939,
0.40145811438560486,
0.2882838845252991,
-0.005597556941211224,
0.22095933556556702,
-0.624019205570221,
0.04612475261092186,
-0.42312151193618774,
-1.0350950956344604,
-0.13747747242450714,
-1.0721845626831055,
0.3823862969875335... |
func (m *EgressGatewayConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-1.083975076675415,
-0.5356956720352173,
0.2535720765590668,
-0.4959574043750763,
2.095623731613159,
0.20980362594127655,
0.15394417941570282,
-0.09202009439468384,
-0.4082745313644409,
-0.5165876150131226,
0.6913538575172424,
-0.36415836215019226,
-0.657907247543335,
0.4351952373981476,
... |
func (m *EgressGatewayConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.7839622497558594,
-0.8576163053512573,
0.2561537027359009,
-0.6064368486404419,
1.7823097705841064,
0.4157354533672333,
-0.02641410008072853,
-0.7603455781936646,
-0.5778283476829529,
-0.16417336463928223,
0.7188178896903992,
-0.16527456045150757,
-0.485115647315979,
-0.0078761763870716... |
func (m *EgressGatewayConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
0.47143545746803284,
1.0190547704696655,
0.13429903984069824,
-0.42971402406692505,
1.3562341928482056,
-0.003997616469860077,
0.7242063879966736,
-0.023974645882844925,
0.544724702835083,
-0.16499948501586914,
-0.15845371782779694,
-1.2897015810012817,
-0.4890194833278656,
0.7737492918968... |
func (m *EgressGatewayConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.5528093576431274,
1.5048936605453491,
0.5160747766494751,
-0.2996605336666107,
0.5579166412353516,
-0.3235096335411072,
0.183794304728508,
-0.464799165725708,
0.2326970100402832,
0.31961745023727417,
-0.5957841873168945,
-1.1419538259506226,
-0.6808373928070068,
0.8840475082397461,
0.4... |
func (m *EgressGatewayConfig) GetRollingMaxSurge() *IntOrStringForPB {
if m != nil {
return m.RollingMaxSurge
}
return nil
} | [
-0.310233473777771,
0.9346473813056946,
0.2217218577861786,
0.4183013141155243,
-0.5357041954994202,
0.3573283553123474,
-1.1122266054153442,
0.9335026741027832,
0.4797879457473755,
-0.15347492694854736,
-0.23584070801734924,
-0.4284428060054779,
-1.0713461637496948,
0.4519943296909332,
... |
func (m *EgressGatewayConfig) GetRollingMaxUnavailable() *IntOrStringForPB {
if m != nil {
return m.RollingMaxUnavailable
}
return nil
} | [
-0.9648656249046326,
0.360256165266037,
0.20026108622550964,
0.1340051144361496,
-0.22365038096904755,
0.8675485253334045,
-0.7052792310714722,
1.8433185815811157,
0.33666229248046875,
0.3489164113998413,
-0.7145869731903076,
0.3303212523460388,
-0.5016835927963257,
0.435977578163147,
0.... |
func (m *GalleyConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-1.3597983121871948,
-0.6258060336112976,
0.2487127184867859,
-0.22537416219711304,
1.9369865655899048,
-0.009951448999345303,
0.06210130453109741,
0.008904284797608852,
-0.24723295867443085,
-0.8356143832206726,
0.35559818148612976,
-0.23635233938694,
-0.6656509637832642,
0.24312517046928... |
func (m *GalleyConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-1.0082439184188843,
-0.9881831407546997,
0.24091966450214386,
-0.3952045142650604,
1.6208176612854004,
0.17218823730945587,
-0.20920735597610474,
-0.7180212140083313,
-0.3920453190803528,
-0.4313727915287018,
0.406296044588089,
-0.03296291455626488,
-0.5265830755233765,
-0.117622360587120... |
func (m *GalleyConfig) GetReplicaCount() uint32 {
if m != nil {
return m.ReplicaCount
}
return 0
} | [
-0.11189062148332596,
1.0024441480636597,
0.6231672167778015,
0.09925315529108047,
0.01976890116930008,
-0.4109894335269928,
0.5951082110404968,
1.3552104234695435,
0.21616148948669434,
-0.5956602096557617,
-0.7070004343986511,
0.8782978653907776,
-0.026396960020065308,
0.8877695798873901,... |
func (m *GalleyConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
-0.13441891968250275,
0.9525981545448303,
0.25823646783828735,
-0.24271777272224426,
1.289068341255188,
-0.4224386513233185,
0.5336233377456665,
0.1060742512345314,
0.7019796371459961,
-1.033322811126709,
-0.5739046335220337,
-1.0151314735412598,
-0.6446759104728699,
0.6314688324928284,
... |
func (m *GalleyConfig) GetRollingMaxSurge() *IntOrStringForPB {
if m != nil {
return m.RollingMaxSurge
}
return nil
} | [
-0.6550500988960266,
0.9916098117828369,
0.3334341049194336,
0.5213243961334229,
-0.7154229283332825,
-0.0271830465644598,
-1.2667617797851562,
0.9395789504051208,
0.5114031434059143,
-0.4563603103160858,
-0.4861621856689453,
-0.32623374462127686,
-1.1546473503112793,
0.4653826653957367,
... |
func (m *GalleyConfig) GetRollingMaxUnavailable() *IntOrStringForPB {
if m != nil {
return m.RollingMaxUnavailable
}
return nil
} | [
-1.3313583135604858,
0.3488336205482483,
0.218796506524086,
0.40253564715385437,
-0.4148027002811432,
0.7523752450942993,
-0.7680906653404236,
1.894471287727356,
0.41442862153053284,
-0.12566590309143066,
-0.993349015712738,
0.5729454755783081,
-0.6117845773696899,
0.3212573230266571,
0.... |
func (m *GalleyConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.16248919069766998,
1.5117498636245728,
0.6162899732589722,
-0.14002089202404022,
0.3483133614063263,
-0.5192859172821045,
0.07853414118289948,
-0.3443584442138672,
0.206404447555542,
-0.13140125572681427,
-0.8611606359481812,
-0.9472575783729553,
-0.6655570268630981,
0.7606343626976013,
... |
func (m *GalleyConfig) GetEnableServiceDiscovery() *protobuf.BoolValue {
if m != nil {
return m.EnableServiceDiscovery
}
return nil
} | [
-0.21827125549316406,
0.9706539511680603,
0.4448632299900055,
0.5611820220947266,
-0.16962650418281555,
0.5965452194213867,
0.6390979886054993,
1.163130760192871,
-0.02695184014737606,
-0.702688992023468,
-0.5585454106330872,
-0.5788969993591309,
-0.5903711318969727,
0.6410616040229797,
... |
func (m *GalleyConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.747214436531067,
0.17106053233146667,
0.4237685203552246,
-0.6654151678085327,
0.42848077416419983,
-0.9123201370239258,
0.3748110830783844,
-0.28472891449928284,
-0.04710332676768303,
-1.1417818069458008,
-0.6196746230125427,
0.360272616147995,
-0.6803903579711914,
0.9298934936523438,
... |
func (m *GalleyConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-1.22328519821167,
0.722105085849762,
0.6627744436264038,
0.6990014910697937,
0.010272550396621227,
-0.26076740026474,
0.13034683465957642,
-0.5433009266853333,
0.033468808978796005,
-0.6225982308387756,
-1.3183931112289429,
-0.008433331735432148,
-0.9584255218505859,
0.26893144845962524,
... |
func (m *GlobalConfig) GetDefaultNodeSelector() map[string]interface{} {
if m != nil {
return m.DefaultNodeSelector
}
return nil
} | [
-1.0783088207244873,
0.29734885692596436,
0.19462233781814575,
-0.09504728019237518,
1.2188856601715088,
0.1487310528755188,
0.20263664424419403,
-0.12163758277893066,
-0.33957523107528687,
-0.5317467451095581,
-0.37197574973106384,
0.34691762924194336,
-1.2046096324920654,
0.5983818769454... |
func (m *GlobalConfig) GetDefaultPodDisruptionBudget() *DefaultPodDisruptionBudgetConfig {
if m != nil {
return m.DefaultPodDisruptionBudget
}
return nil
} | [
0.4459902346134186,
0.6653591394424438,
0.21658094227313995,
1.002906084060669,
1.4156023263931274,
0.9546952843666077,
0.24204213917255402,
0.5214628577232361,
-0.050305284559726715,
-1.134879231452942,
-0.9020267128944397,
-0.44078031182289124,
-1.567177176475525,
0.05467119812965393,
... |
func (m *GlobalConfig) GetDefaultResources() *DefaultResourcesConfig {
if m != nil {
return m.DefaultResources
}
return nil
} | [
0.5793996453285217,
0.7713980078697205,
0.18122455477714539,
0.9119359850883484,
0.8941460251808167,
0.49140241742134094,
0.2692842185497284,
0.6762331128120422,
0.5575366020202637,
-0.1488710343837738,
-0.6563272476196289,
-1.0655571222305298,
-1.6725791692733765,
0.6404770016670227,
0.... |
func (m *GlobalConfig) GetDefaultTolerations() []map[string]interface{} {
if m != nil {
return m.DefaultTolerations
}
return nil
} | [
0.3089767396450043,
1.7658562660217285,
0.609889566898346,
0.5960829257965088,
0.8357126116752625,
0.6143302917480469,
0.010274544358253479,
-0.5638523101806641,
0.07174862176179886,
-0.21228867769241333,
-1.223078727722168,
-1.2268060445785522,
-1.404685378074646,
0.8633110523223877,
-0... |
func (m *GlobalConfig) GetPriorityClassName() string {
if m != nil {
return m.PriorityClassName
}
return ""
} | [
-0.06803438812494278,
0.07068981975317001,
0.39411523938179016,
1.0539292097091675,
0.3860274851322174,
0.10925950855016708,
-0.08883888274431229,
0.8468407392501831,
0.2324543297290802,
-0.6769717335700989,
0.11966843158006668,
-0.7730065584182739,
-0.19673800468444824,
1.0866531133651733... |
func (m *IngressGatewayConfig) GetCpu() *CPUTargetUtilizationConfig {
if m != nil {
return m.Cpu
}
return nil
} | [
0.5348937511444092,
0.2969861328601837,
0.2962440550327301,
0.34944963455200195,
0.9176127910614014,
-0.10780453681945801,
0.7097846865653992,
0.4635206162929535,
0.20393528044223785,
-0.7893853187561035,
0.677403450012207,
0.7450883984565735,
-0.8715373873710632,
-0.15334133803844452,
1... |
func (m *IngressGatewayConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.4725756645202637,
-0.20506104826927185,
0.12638737261295319,
-0.6355416178703308,
0.4160386323928833,
-0.599452555179596,
0.17102570831775665,
-0.41344884037971497,
-0.12378106266260147,
-0.8055377006530762,
-0.24203521013259888,
0.2798258662223816,
-1.1000052690505981,
0.61527097225189... |
func (m *IngressGatewayConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-1.0233174562454224,
0.4347530007362366,
0.5533942580223083,
0.6566263437271118,
0.07703452557325363,
0.010526809841394424,
0.012313327752053738,
-0.620059609413147,
-0.061694372445344925,
-0.483300119638443,
-0.9506852030754089,
-0.024954628199338913,
-1.3705378770828247,
0.08610741049051... |
func (m *IngressGatewayConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-1.148977279663086,
-0.9753400683403015,
0.13742180168628693,
-0.2820316553115845,
1.7641254663467407,
0.19194409251213074,
-0.08959981799125671,
-0.10160036385059357,
-0.4331117272377014,
-0.5912577509880066,
0.7850367426872253,
-0.1761377602815628,
-1.0404833555221558,
0.1062560677528381... |
func (m *IngressGatewayConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.8471436500549316,
-1.2614083290100098,
0.1694231927394867,
-0.42282846570014954,
1.4894840717315674,
0.36077243089675903,
-0.27243831753730774,
-0.8028340935707092,
-0.5667843222618103,
-0.18820911645889282,
0.7573112845420837,
-0.03657762333750725,
-0.7938556671142578,
-0.2573473751544... |
func (m *IngressGatewayConfig) GetReplicaCount() uint32 {
if m != nil {
return m.ReplicaCount
}
return 0
} | [
0.12004119157791138,
0.5365076661109924,
0.4335850477218628,
0.10117749124765396,
-0.14080415666103363,
-0.1697831004858017,
0.4355841279029846,
1.1012718677520752,
0.22866591811180115,
-0.2573612928390503,
-0.27644962072372437,
0.8378021717071533,
-0.3943864405155182,
0.4901650846004486,
... |
func (m *IngressGatewayConfig) GetResources() map[string]interface{} {
if m != nil {
return m.Resources
}
return nil
} | [
0.21554723381996155,
0.050212737172842026,
0.22246502339839935,
-0.3452867865562439,
0.8170767426490784,
-0.4957467019557953,
0.06510215252637863,
-0.10811793804168701,
0.640401303768158,
-0.18994899094104767,
-0.24691644310951233,
-1.0122390985488892,
-1.0223575830459595,
0.60836660861968... |
func (m *IngressGatewayConfig) GetRollingMaxSurge() *IntOrStringForPB {
if m != nil {
return m.RollingMaxSurge
}
return nil
} | [
-0.32494229078292847,
0.688752293586731,
0.21740035712718964,
0.5740213394165039,
-0.6711568236351013,
0.4071490168571472,
-1.3672547340393066,
0.7852902412414551,
0.5108374953269958,
-0.3848786950111389,
-0.22036616504192352,
-0.32201260328292847,
-1.3567516803741455,
0.14002849161624908,... |
func (m *IngressGatewayConfig) GetRollingMaxUnavailable() *IntOrStringForPB {
if m != nil {
return m.RollingMaxUnavailable
}
return nil
} | [
-0.9812740087509155,
0.049120016396045685,
0.10335685312747955,
0.353763222694397,
-0.4161882698535919,
0.9510837197303772,
-0.9514482021331787,
1.765334963798523,
0.3897863030433655,
0.13516828417778015,
-0.7321269512176514,
0.4944187104701996,
-0.9413037300109863,
-0.031528688967227936,
... |
func (m *IngressGatewayConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.5644374489784241,
1.1179252862930298,
0.47246062755584717,
-0.08035343885421753,
0.3661136031150818,
-0.33958086371421814,
-0.12394115328788757,
-0.5167472958564758,
0.19051596522331238,
0.19435983896255493,
-0.5339496731758118,
-1.0017063617706299,
-1.098428726196289,
0.5648263692855835... |
func (m *IngressGatewaySdsConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
0.3739445209503174,
0.8504191637039185,
0.10401909053325653,
-0.08035722374916077,
0.8959913849830627,
-0.35474860668182373,
0.19746240973472595,
-0.004551663063466549,
0.6995205879211426,
-0.5902740955352783,
-0.1360904723405838,
-0.7527984380722046,
-0.6509665846824646,
0.190089747309684... |
func (m *MixerPolicyConfig) GetCpu() *CPUTargetUtilizationConfig {
if m != nil {
return m.Cpu
}
return nil
} | [
0.8445197343826294,
0.29236236214637756,
0.31729015707969666,
0.4246571362018585,
0.871728241443634,
-0.09494652599096298,
0.9238163828849792,
0.6635854244232178,
0.3133423924446106,
-0.903721034526825,
0.5717288255691528,
0.8152804374694824,
-0.6475641131401062,
-0.07311409711837769,
1.... |
func (m *MixerPolicyConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-0.8218467831611633,
0.45096492767333984,
0.6314525604248047,
0.7146241068840027,
0.023617461323738098,
0.18455451726913452,
0.06692725419998169,
-0.6983597874641418,
0.1766343116760254,
-0.4494830071926117,
-1.179774522781372,
-0.029435936361551285,
-1.1970456838607788,
0.0208870004862546... |
func (m *MixerPolicyConfig) GetReplicaCount() uint32 {
if m != nil {
return m.ReplicaCount
}
return 0
} | [
0.444612056016922,
0.6225131154060364,
0.5414295196533203,
0.11388163268566132,
-0.06308417022228241,
-0.15616387128829956,
0.538314163684845,
1.201987862586975,
0.38156723976135254,
-0.40256544947624207,
-0.5523442029953003,
0.780570924282074,
-0.2606445252895355,
0.5020738840103149,
1.... |
func (m *MixerPolicyConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
0.8328549265861511,
0.2645891606807709,
0.10071094334125519,
-0.10631157457828522,
1.2108430862426758,
0.03843790665268898,
0.4202202260494232,
0.010385675355792046,
0.7344048023223877,
-0.5266111493110657,
-0.29987823963165283,
-1.0173981189727783,
-0.9746324419975281,
0.25229382514953613... |
func (m *MixerPolicyConfig) GetRollingMaxSurge() *IntOrStringForPB {
if m != nil {
return m.RollingMaxSurge
}
return nil
} | [
-0.21680819988250732,
0.7499396800994873,
0.24934911727905273,
0.7470245361328125,
-0.6885978579521179,
0.37157535552978516,
-1.3118717670440674,
0.9212313890457153,
0.4788643717765808,
-0.32857781648635864,
-0.26225435733795166,
-0.3097890317440033,
-1.3835829496383667,
0.2336186617612838... |
func (m *MixerPolicyConfig) GetRollingMaxUnavailable() *IntOrStringForPB {
if m != nil {
return m.RollingMaxUnavailable
}
return nil
} | [
-0.9005091786384583,
0.03396094962954521,
0.1664733588695526,
0.49024444818496704,
-0.410007119178772,
0.9377086758613586,
-0.8514829277992249,
1.9321633577346802,
0.22978079319000244,
0.028062399476766586,
-0.7790682315826416,
0.5416284203529358,
-0.9486685395240784,
0.057246752083301544,... |
func (m *MixerPolicyConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-0.9616090655326843,
-0.8409374356269836,
0.19519966840744019,
-0.18769994378089905,
1.9096146821975708,
0.2929423749446869,
0.04197384789586067,
-0.10217773169279099,
-0.32771098613739014,
-0.68761146068573,
0.5528410077095032,
-0.20227542519569397,
-0.9284090995788574,
0.1307085305452346... |
func (m *MixerPolicyConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.6903724074363708,
-1.151687502861023,
0.21760627627372742,
-0.3832348883152008,
1.593104600906372,
0.42306551337242126,
-0.17445774376392365,
-0.8072832822799683,
-0.4716567397117615,
-0.263002872467041,
0.5451690554618835,
-0.05440492182970047,
-0.7292858362197876,
-0.21762961149215698... |
func (m *MixerPolicyConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.2074360847473145,
-0.1253976672887802,
0.2604014277458191,
-0.5815072059631348,
0.46127796173095703,
-0.4998055398464203,
0.22146521508693695,
-0.3849555253982544,
0.10366535186767578,
-0.8508743643760681,
-0.4163324236869812,
0.29868558049201965,
-0.9435079097747803,
0.6484562754631042... |
func (m *MixerPolicyConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.6841042637825012,
1.0851370096206665,
0.5683503746986389,
-0.04083118215203285,
0.4082871079444885,
-0.18170031905174255,
0.039535269141197205,
-0.42231765389442444,
0.2843773663043976,
0.09408702701330185,
-0.6686083078384399,
-1.0846987962722778,
-0.9981171488761902,
0.4983454644680023... |
func (m *MixerTelemetryConfig) GetCpu() *CPUTargetUtilizationConfig {
if m != nil {
return m.Cpu
}
return nil
} | [
1.0005853176116943,
0.6524322032928467,
0.370098352432251,
0.40706920623779297,
0.9855074882507324,
-0.15443268418312073,
1.0460772514343262,
0.3695929944515228,
0.16564679145812988,
-0.9391525983810425,
0.5483851432800293,
0.7346305847167969,
-0.44053247570991516,
0.1811179667711258,
0.... |
func (m *MixerTelemetryConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-0.9485702514648438,
0.2164575159549713,
0.31464052200317383,
-0.5740286111831665,
0.5657343864440918,
-0.6294107437133789,
0.3594079315662384,
-0.6109793186187744,
-0.012118793092668056,
-0.9215965270996094,
-0.4048190116882324,
0.2373027801513672,
-0.7793099880218506,
0.8614072799682617,... |
func (m *MixerTelemetryConfig) GetPodAnnotations() map[string]interface{} {
if m != nil {
return m.PodAnnotations
}
return nil
} | [
-0.6752768158912659,
0.6753168702125549,
0.6468673944473267,
0.7860984802246094,
0.16890949010849,
0.15237286686897278,
0.1580478399991989,
-0.8529107570648193,
0.061560001224279404,
-0.4469378590583801,
-1.1435246467590332,
-0.16730663180351257,
-1.1231294870376587,
0.17304936051368713,
... |
func (m *MixerTelemetryConfig) GetReplicaCount() uint32 {
if m != nil {
return m.ReplicaCount
}
return 0
} | [
0.5618053078651428,
0.8817145228385925,
0.5756179690361023,
0.13014791905879974,
-0.04320976510643959,
-0.16162727773189545,
0.6383453607559204,
1.0574781894683838,
0.29225584864616394,
-0.47405385971069336,
-0.564985990524292,
0.5691400170326233,
-0.11008577048778534,
0.7263163924217224,
... |
func (m *MixerTelemetryConfig) GetRollingMaxSurge() *IntOrStringForPB {
if m != nil {
return m.RollingMaxSurge
}
return nil
} | [
-0.0814235731959343,
0.8807089328765869,
0.23925915360450745,
0.758335292339325,
-0.6611652374267578,
0.3697281777858734,
-1.3045763969421387,
0.726130485534668,
0.47220954298973083,
-0.36144542694091797,
-0.23789195716381073,
-0.335284560918808,
-1.2305867671966553,
0.32140839099884033,
... |
func (m *MixerTelemetryConfig) GetRollingMaxUnavailable() *IntOrStringForPB {
if m != nil {
return m.RollingMaxUnavailable
}
return nil
} | [
-0.7309708595275879,
0.21967025101184845,
0.16785380244255066,
0.5854078531265259,
-0.4156389534473419,
0.9729847311973572,
-0.8288016319274902,
1.741593599319458,
0.18954868614673615,
-0.01843550242483616,
-0.7496858835220337,
0.48853185772895813,
-0.742927074432373,
0.17796261608600616,
... |
func (m *MixerTelemetryConfig) GetResources() *Resources {
if m != nil {
return m.Resources
}
return nil
} | [
1.106481909751892,
0.7265176177024841,
0.18018576502799988,
-0.014538859017193317,
1.2967654466629028,
-0.00588004058226943,
0.5725991725921631,
-0.36819690465927124,
0.5214383602142334,
-0.476357102394104,
-0.3875729441642761,
-1.1798902750015259,
-0.6384090185165405,
0.6256874799728394,
... |
func (m *MixerTelemetryConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-0.8774008750915527,
-0.6144883632659912,
0.23916642367839813,
-0.11051598936319351,
1.9102650880813599,
0.28925472497940063,
0.042102497071027756,
-0.1956130862236023,
-0.39964109659194946,
-0.726013720035553,
0.6048176884651184,
-0.2741336524486542,
-0.7251810431480408,
0.247851058840751... |
func (m *MixerTelemetryConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.5835024118423462,
-0.9637852907180786,
0.24793042242527008,
-0.31636732816696167,
1.5872992277145386,
0.4437516927719116,
-0.17499597370624542,
-0.8687344789505005,
-0.5105434656143188,
-0.2945636808872223,
0.6068185567855835,
-0.09970176964998245,
-0.6026520729064941,
-0.15249809622764... |
func (m *MixerTelemetryConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.7507848143577576,
1.3004343509674072,
0.5442095398902893,
-0.03341629356145859,
0.4526631534099579,
-0.2873983085155487,
0.08340031653642654,
-0.6244655251502991,
0.22870869934558868,
0.09114035964012146,
-0.6704988479614258,
-1.1393182277679443,
-0.8304455876350403,
0.7011644840240479,
... |
func (m *NodeAgentConfig) GetNodeSelector() map[string]interface{} {
if m != nil {
return m.NodeSelector
}
return nil
} | [
-1.3161348104476929,
-0.03421204537153244,
0.24637457728385925,
-0.7260687947273254,
0.23498468101024628,
-0.5913606286048889,
0.16411720216274261,
-0.5368968844413757,
0.17353181540966034,
-0.8060747385025024,
-0.26166635751724243,
0.029064245522022247,
-0.8111295104026794,
0.913150906562... |
func (m *NodeAgentConfig) GetTolerations() []map[string]interface{} {
if m != nil {
return m.Tolerations
}
return nil
} | [
0.5070093274116516,
1.3352627754211426,
0.5329290628433228,
-0.33558934926986694,
0.30018389225006104,
-0.3803841471672058,
0.0387771911919117,
-0.7279671430587769,
0.3202914297580719,
0.2374923825263977,
-0.3573410212993622,
-1.2634485960006714,
-0.8224472403526306,
0.8000809550285339,
... |
func (m *NodeAgentConfig) GetPodAntiAffinityLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityLabelSelector
}
return nil
} | [
-1.1141610145568848,
-0.7215014100074768,
0.18421341478824615,
-0.5035233497619629,
1.829995036125183,
0.2232593595981598,
0.04488636553287506,
-0.2746967375278473,
-0.3654082715511322,
-0.6356601715087891,
0.7782328724861145,
-0.415518194437027,
-0.738372266292572,
0.3439083695411682,
0... |
func (m *NodeAgentConfig) GetPodAntiAffinityTermLabelSelector() []map[string]interface{} {
if m != nil {
return m.PodAntiAffinityTermLabelSelector
}
return nil
} | [
-0.8274321556091309,
-1.0322076082229614,
0.19234877824783325,
-0.637143075466156,
1.534580111503601,
0.36387601494789124,
-0.21962271630764008,
-0.9637335538864136,
-0.47008806467056274,
-0.2584909498691559,
0.761698842048645,
-0.243551105260849,
-0.5396292209625244,
-0.038669154047966,
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.