Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sigs.k8s.io/cluster-api/test/framework

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigs.k8s.io/cluster-api/test/framework

  • v0.0.0-20200304170348-97097699f713
  • Go
  • Socket score

Version published
Created
Source

CAPI e2e testing framework

This framework aims to define common end-to-end patterns that can be reused across Cluster API providers.

Usage

Use this framework as you see fit. If there are pieces that don't work for you, do not use them. If there are pieces that almost work for you, customize them. If this does not fit your e2e testing please file an issue and we can discuss your use case and find a nice solution for everyone.

Features

Optionally override the images that get loaded onto the management cluster.

This feature allows you to obtain a CAPI management image locally and use that specific image in your kind cluster. If you do not have one locally then the latest :master image will be used on the management cluster.

Contents

This framework contains

  • A Go interface to a management cluster
    • A struct that implements the management cluster interface using kind as the backend.
  • A series of behavioral tests

Requirements

Code

  • You must use ginkgo for your testing framework.

Examples

To see this framework in use please take a look at the docker provider found in the cluster-api repository.

FAQs

Package last updated on 04 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc