index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/FieldInvariant.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,000
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/ValidationError.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,001
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/Template.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,002
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/ClassFieldsNotNull.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,003
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/AbstractConstraintValidator.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,004
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/ConstraintValidatorFactoryWrapper.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,005
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/CollectionValidator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,006
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/SpELFieldValidator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,007
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/StdValueSanitizer.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,008
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/DefaultEntitySanitizer.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,009
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/TemplateSanitizer.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,010
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/AnnotationBasedSanitizer.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,011
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/SpELMessageInterpolator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,012
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/JavaBeanReflection.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,013
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/AbstractFieldSanitizer.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,014
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/SpELClassValidator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,015
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/model/sanitizer/internal/NeverNullValidator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,016
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/MyMutableEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,017
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/MyEnvironments.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,018
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/MyEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,019
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/internal/MyCachingEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,020
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/internal/MyEmptyEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,021
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/internal/MyStaticEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,022
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/internal/MyStaticMutableEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,023
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/internal/MySpringEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,024
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/environment/internal/MyArchaiusEnvironment.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,025
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/aws/AwsInstanceDescriptor.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,026
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/aws/AwsInstanceType.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,027
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/kube/Annotations.java
// This file is autogenerated!!! // DO NOT EDIT // // Instead make changes to titus-kube-common // https://github.com/Netflix/titus-kube-common/blob/master/pod/annotations.go // And then run make refresh in this directory // package com.netflix.titus.common.kube; public class Annotations { public static final Strin...
1,028
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/MutableDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,029
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/DataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,030
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/LoopedDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,031
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/ZipDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,032
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/ConcatDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,033
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/MergeDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,034
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/BindBuilderDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,035
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/DataGeneratorOperators.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,036
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/FlatMappedDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,037
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/Combinations.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,038
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/UnionDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,039
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/FilterDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,040
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/ItemDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,041
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/MappedDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,042
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/UnionBuilderDataGeneratorBase.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,043
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/LimitDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,044
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/SeqDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,045
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/MappedWithIndexDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,046
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/LongRangeDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,047
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/BindDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,048
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/RandomDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,049
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/FromContextGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,050
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/BatchDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,051
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/CharRangeDataGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,052
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/data/generator/internal/SeqNumberDataGenerators.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,053
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/JHiccupComponent.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,054
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/HiccupRecorderConfiguration.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,055
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/JHiccupModule.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,056
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/HiccupMeter.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,057
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/sensor/HiccupSensorMetrics.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,058
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/sensor/RxJavaComputationSchedulerSensor.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,059
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/sensor/JvmHiccupSensor.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,060
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/sensor/AbstractHiccupSensor.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,061
0
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup
Create_ds/titus-control-plane/titus-common/src/main/java/com/netflix/titus/common/jhiccup/sensor/HiccupSensor.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,062
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model/PrimitiveValueGeneratorsTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,063
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model/job/JobDescriptorGeneratorTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,064
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model/job/ContainersGeneratorTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,065
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/model/job/JobGeneratorTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,066
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded/EmbeddedTitusCellTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,067
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded/kube/EmbeddedStdKubeApiFacadeTest.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,068
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded/kube/EmbeddedKubeClusterTest.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,069
0
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded
Create_ds/titus-control-plane/titus-testkit/src/test/java/com/netflix/titus/testkit/embedded/kube/NodeAndPodCatalog.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,070
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/util
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/util/cli/CommandLineBuilder.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,071
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/util
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/util/cli/CommandLineFacade.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,072
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/grpc/TestStreamObserver.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,073
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/grpc/TestKitGrpcClientErrorUtils.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,074
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/asserts/ContainerHealthAsserts.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,075
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/master/TitusStackResource.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,076
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/master/TitusMasterResource.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,077
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/resource/CloseableExternalResource.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,078
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/resource/Log4jExternalResource.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,079
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/jaxrs/JaxRsServerResource.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,080
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/junit/spring/SpringMockMvcUtil.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,081
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/PrimitiveValueGenerators.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,082
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/CloudGenerators.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,083
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/relocation/RelocationServiceClientStub.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,084
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/relocation/RelocationComponentStub.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,085
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/relocation/TaskRelocationPlanGenerator.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,086
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/NoOpGrpcObjectsCache.java
package com.netflix.titus.testkit.model.job; import com.netflix.titus.grpc.protogen.Job; import com.netflix.titus.grpc.protogen.Task; import com.netflix.titus.runtime.endpoint.common.EmptyLogStorageInfo; import com.netflix.titus.runtime.endpoint.v3.grpc.GrpcJobManagementModelConverters; import com.netflix.titus.runtim...
1,087
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobComponentStub.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,088
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/StubbedContainerHealthService.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,089
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,090
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobEbsVolumeGenerator.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,091
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/StubbedJobData.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,092
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/ContainersGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,093
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobIpAllocationGenerator.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,094
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/StubbedJobOperations.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,095
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobDescriptorGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,096
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobTestFunctions.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,097
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/job/JobClustersGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,098
0
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model
Create_ds/titus-control-plane/titus-testkit/src/main/java/com/netflix/titus/testkit/model/supervisor/MasterInstanceGenerator.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
1,099