Loggable resources are resources that expose the /log endpoint and can easily get logs, both statically and in a polling request manner.
Check the for Pods.
use RenokiCo\PhpK8s\Contracts\Loggable;
use RenokiCo\PhpK8s\Kinds\K8sResource;
class GameServerSet extends K8sResource implements InteractsWithK8sCluster, Loggable
{
//
}