package fixtures

import "k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere/vclib/fixtures"

Index

Variables

var (
	// CaCertPath is the filepath to a certificate that can be used as a CA
	// certificate.
	CaCertPath string
	// ServerCertPath is the filepath to a leaf certifiacte signed by the CA at
	// `CaCertPath`.
	ServerCertPath string
	// ServerKeyPath is the filepath to the private key for the ceritifiacte at
	// `ServerCertPath`.
	ServerKeyPath string
	// InvalidCertPath is the filepath to an invalid certificate.
	InvalidCertPath string
)

Source Files

fixtures.go

Version
v1.14.0-beta.2
Published
Mar 12, 2019
Platform
js/wasm
Imports
4 packages
Last checked
4 minutes ago

Tools for package owners.