dev.galasa.kubernetes.IReplicaSet Maven / Gradle / Ivy
/*
* Licensed Materials - Property of IBM
*
* (c) Copyright IBM Corp. 2020.
*/
package dev.galasa.kubernetes;
import java.util.List;
/**
* Represents a resource that utilises ReplicatSets, ie Deployment and StatefulSet
*
* @author mikebyls
*
*/
public interface IReplicaSet extends IResource {
public List getPodLogs(String container) throws KubernetesManagerException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy