Skip to content

Commit eeb0e4c

Browse files
committed
delete this
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
1 parent fe4b0f5 commit eeb0e4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

api/v2alpha1/pipeline_spec.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ message PipelineSpec {
8080

8181
// Optional field. The default root output directory of the pipeline.
8282
string default_pipeline_root = 10;
83+
string extra_field = 11;
8384
}
8485

8586
// Definition of a component.

kubernetes_platform/proto/kubernetes_executor_config.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ message KubernetesExecutorConfig {
3939
repeated NodeAffinityTerm node_affinity = 14;
4040
repeated PodAffinityTerm pod_affinity = 15;
4141
EnabledSharedMemory enabled_shared_memory = 16;
42-
repeated EmptyDirMount empty_dir_mounts = 17;
4342
}
4443

4544
message EnabledSharedMemory {

0 commit comments

Comments
 (0)