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.12.3
Published
Nov 26, 2018
Platform
linux/amd64
Imports
4 packages
Last checked
19 minutes ago

Tools for package owners.