Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EnvAPI is the name of the API to use with vSphere EnvAPI = "X_CSI_VSPHERE_APINAME" // EnvCloudConfig contains the path to the vSphere Cloud Config EnvCloudConfig = "X_CSI_VSPHERE_CLOUD_CONFIG" )
View Source
const ( // Name is the name of this CSI SP. Name = "io.k8s.cloud-provider-vsphere.vsphere" // APIFCD is the FCD API APIFCD = "FCD" )
View Source
const (
// DefaultCloudConfigPath is /etc/cloud/vsphere.conf
DefaultCloudConfigPath = "/etc/cloud/vsphere.conf"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { csi.IdentityServer csi.NodeServer GetController() csi.ControllerServer BeforeServe(context.Context, *gocsi.StoragePlugin, net.Listener) error }
Service is a CSI SP and idempotency.Provider.
Click to show internal directories.
Click to hide internal directories.