refs #2085. RemoveCacheImage
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
9be2f5fd9b
commit
ee76f7aa11
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Controller\OgAgent;
|
||||||
|
|
||||||
|
class RemoveCacheImageAction
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
|
@ -18,7 +18,7 @@ class ImageImageRepositoryOutput extends AbstractOutput
|
||||||
#[Groups(['image-image-repository:read', 'image:read'])]
|
#[Groups(['image-image-repository:read', 'image:read'])]
|
||||||
public string $status;
|
public string $status;
|
||||||
|
|
||||||
#[Groups(['image-image-repository:read', 'image:read', 'partition:read'])]
|
#[Groups(['image-image-repository:read', 'image:read', 'partition:read', 'client:read'])]
|
||||||
public string $name;
|
public string $name;
|
||||||
|
|
||||||
#[Groups(['image-image-repository:read', 'image:read'])]
|
#[Groups(['image-image-repository:read', 'image:read'])]
|
||||||
|
|
Loading…
Reference in New Issue