You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is being used in this project. VK just release v1.4.0 this week, there're lots of changes including the first major release v1.0 and some more features and bug fixes to catch up.
The text was updated successfully, but these errors were encountered:
Provider interface has not been changed for long time.
type Provider interface {
node.PodLifecycleHandler
// GetContainerLogs retrieves the logs of a container by name from the provider.
GetContainerLogs(ctx context.Context, namespace, podName, containerName string, opts api.ContainerLogOpts) (io.ReadCloser, error)
// RunInContainer executes a command in a container in the pod, copying data
// between in/out/err and the container's stdin/stdout/stderr.
RunInContainer(ctx context.Context, namespace, podName, containerName string, cmd []string, attach api.AttachIO) error
// ConfigureNode enables a provider to configure the node object that
// will be used for Kubernetes.
ConfigureNode(context.Context, *v1.Node)
}
aws-fargate/go.mod
Line 25 in 3508966
is being used in this project. VK just release v1.4.0 this week, there're lots of changes including the first major release v1.0 and some more features and bug fixes to catch up.
The text was updated successfully, but these errors were encountered: