Documentation ¶
Overview ¶
Package internalapis contains API Schema definitions for internal apis +k8s:deepcopy-gen=package,register +groupName=cns.vmware.com
Index ¶
Constants ¶
View Source
const GroupName = "cns.vmware.com"
GroupName represents the group for cns operator apis
View Source
const Version = "v1alpha1"
Version represents the version for cns operator apis
Variables ¶
View Source
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: Version} // CnsFileVolumeClientPlural is plural of CnsFileVolumeClient CnsFileVolumeClientPlural = "cnsfilevolumeclients" // TriggerCsiFullSyncPlural is plural of TriggerCsiFullSyncPlural TriggerCsiFullSyncPlural = "triggercsifullsyncs" )
View Source
var AddToSchemes runtime.SchemeBuilder
AddToSchemes may be used to add all resources defined in the project to a Scheme
View Source
var ( // SchemeBuilder is the builder used to register these objects SchemeBuilder runtime.SchemeBuilder )
Functions ¶
func AddToScheme ¶
AddToScheme adds all Resources to the Scheme
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.