Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LegacyParameterPassKey is the Aux props key in linstor where serialized CSI parameters // are stored. LegacyParameterPassKey = lc.NamespcAuxiliary + "/csi-volume-annotations" // PropertyProvisioningCompletedBy is the Aux props key in LINSTOR intentifying this resource as // fully provisioned by this plugin. PropertyProvisioningCompletedBy = lc.NamespcAuxiliary + "/csi-provisioning-completed-by" // PropertyCreatedFor is the Aux props key in linstor used to identify why a specific object (for example, a // resource) exists. PropertyCreatedFor = lc.NamespcAuxiliary + "/csi-created-for" // CreatedForTemporaryDisklessAttach marks a resource as temporary, i.e. it should be removed after it is no longer // needed. CreatedForTemporaryDisklessAttach = "temporary-diskless-attach" PublishedReadOnlyKey = lc.NamespcAuxiliary + "/csi-publish-readonly" // ParameterNamespace is the preferred namespace when setting parameters in ParameterNamespace = "linstor.csi.linbit.com" // PropertyNamespace is the namespace for LINSTOR properties in kubernetes storage class parameters. PropertyNamespace = "property.linstor.csi.linbit.com" // ResourceGroupNamespace is the UUID namespace for generated resource groups ResourceGroupNamespace = "resourcegroup.linstor.csi.linbit.com" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.