v1alpha1

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 13 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=volume.upjet-provider-outscale.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "volume.upjet-provider-outscale.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	Volume_Kind             = "Volume"
	Volume_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Volume_Kind}.String()
	Volume_KindAPIVersion   = Volume_Kind + "." + CRDGroupVersion.String()
	Volume_GroupVersionKind = CRDGroupVersion.WithKind(Volume_Kind)
)

Repository type metadata.

View Source
var (
	VolumesLink_Kind             = "VolumesLink"
	VolumesLink_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: VolumesLink_Kind}.String()
	VolumesLink_KindAPIVersion   = VolumesLink_Kind + "." + CRDGroupVersion.String()
	VolumesLink_GroupVersionKind = CRDGroupVersion.WithKind(VolumesLink_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type LinkedVolumesObservation

type LinkedVolumesObservation struct {
	DeleteOnVMDeletion *bool `json:"deleteOnVmDeletion,omitempty" tf:"delete_on_vm_deletion,omitempty"`

	DeviceName *string `json:"deviceName,omitempty" tf:"device_name,omitempty"`

	State *string `json:"state,omitempty" tf:"state,omitempty"`

	VMID *string `json:"vmId,omitempty" tf:"vm_id,omitempty"`

	VolumeID *string `json:"volumeId,omitempty" tf:"volume_id,omitempty"`
}

func (*LinkedVolumesObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LinkedVolumesObservation.

func (*LinkedVolumesObservation) DeepCopyInto

func (in *LinkedVolumesObservation) DeepCopyInto(out *LinkedVolumesObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LinkedVolumesParameters

type LinkedVolumesParameters struct {
}

func (*LinkedVolumesParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LinkedVolumesParameters.

func (*LinkedVolumesParameters) DeepCopyInto

func (in *LinkedVolumesParameters) DeepCopyInto(out *LinkedVolumesParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TagsObservation

type TagsObservation struct {
}

func (*TagsObservation) DeepCopy

func (in *TagsObservation) DeepCopy() *TagsObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsObservation.

func (*TagsObservation) DeepCopyInto

func (in *TagsObservation) DeepCopyInto(out *TagsObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TagsParameters

type TagsParameters struct {

	// +kubebuilder:validation:Optional
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TagsParameters) DeepCopy

func (in *TagsParameters) DeepCopy() *TagsParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsParameters.

func (*TagsParameters) DeepCopyInto

func (in *TagsParameters) DeepCopyInto(out *TagsParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Volume

type Volume struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumeSpec   `json:"spec"`
	Status            VolumeStatus `json:"status,omitempty"`
}

Volume is the Schema for the Volumes API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}

func (*Volume) DeepCopy

func (in *Volume) DeepCopy() *Volume

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Volume.

func (*Volume) DeepCopyInto

func (in *Volume) DeepCopyInto(out *Volume)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Volume) DeepCopyObject

func (in *Volume) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Volume) GetCondition

func (mg *Volume) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Volume.

func (*Volume) GetConnectionDetailsMapping

func (tr *Volume) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Volume

func (*Volume) GetDeletionPolicy

func (mg *Volume) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Volume.

func (*Volume) GetID

func (tr *Volume) GetID() string

GetID returns ID of underlying Terraform resource of this Volume

func (*Volume) GetObservation

func (tr *Volume) GetObservation() (map[string]any, error)

GetObservation of this Volume

func (*Volume) GetParameters

func (tr *Volume) GetParameters() (map[string]any, error)

GetParameters of this Volume

func (*Volume) GetProviderConfigReference

func (mg *Volume) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Volume.

func (*Volume) GetProviderReference

func (mg *Volume) GetProviderReference() *xpv1.Reference

GetProviderReference of this Volume. Deprecated: Use GetProviderConfigReference.

func (*Volume) GetPublishConnectionDetailsTo

func (mg *Volume) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Volume.

func (*Volume) GetTerraformResourceType

func (mg *Volume) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Volume

func (*Volume) GetTerraformSchemaVersion

func (tr *Volume) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Volume) GetWriteConnectionSecretToReference

func (mg *Volume) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Volume.

func (*Volume) LateInitialize

func (tr *Volume) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Volume using its observed tfState. returns True if there are any spec changes for the resource.

func (*Volume) SetConditions

func (mg *Volume) SetConditions(c ...xpv1.Condition)

SetConditions of this Volume.

func (*Volume) SetDeletionPolicy

func (mg *Volume) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Volume.

func (*Volume) SetObservation

func (tr *Volume) SetObservation(obs map[string]any) error

SetObservation for this Volume

func (*Volume) SetParameters

func (tr *Volume) SetParameters(params map[string]any) error

SetParameters for this Volume

func (*Volume) SetProviderConfigReference

func (mg *Volume) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Volume.

func (*Volume) SetProviderReference

func (mg *Volume) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Volume. Deprecated: Use SetProviderConfigReference.

func (*Volume) SetPublishConnectionDetailsTo

func (mg *Volume) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Volume.

func (*Volume) SetWriteConnectionSecretToReference

func (mg *Volume) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Volume.

type VolumeList

type VolumeList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Volume `json:"items"`
}

VolumeList contains a list of Volumes

func (*VolumeList) DeepCopy

func (in *VolumeList) DeepCopy() *VolumeList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeList.

func (*VolumeList) DeepCopyInto

func (in *VolumeList) DeepCopyInto(out *VolumeList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VolumeList) DeepCopyObject

func (in *VolumeList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VolumeList) GetItems

func (l *VolumeList) GetItems() []resource.Managed

GetItems of this VolumeList.

type VolumeObservation

type VolumeObservation struct {
	CreationDate *string `json:"creationDate,omitempty" tf:"creation_date,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	LinkedVolumes []LinkedVolumesObservation `json:"linkedVolumes,omitempty" tf:"linked_volumes,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`

	State *string `json:"state,omitempty" tf:"state,omitempty"`

	VolumeID *string `json:"volumeId,omitempty" tf:"volume_id,omitempty"`
}

func (*VolumeObservation) DeepCopy

func (in *VolumeObservation) DeepCopy() *VolumeObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeObservation.

func (*VolumeObservation) DeepCopyInto

func (in *VolumeObservation) DeepCopyInto(out *VolumeObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeParameters

type VolumeParameters struct {

	// +kubebuilder:validation:Optional
	Iops *float64 `json:"iops,omitempty" tf:"iops,omitempty"`

	// +kubebuilder:validation:Optional
	Size *float64 `json:"size,omitempty" tf:"size,omitempty"`

	// +kubebuilder:validation:Optional
	SnapshotID *string `json:"snapshotId,omitempty" tf:"snapshot_id,omitempty"`

	// +kubebuilder:validation:Required
	SubregionName *string `json:"subregionName" tf:"subregion_name,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*VolumeParameters) DeepCopy

func (in *VolumeParameters) DeepCopy() *VolumeParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeParameters.

func (*VolumeParameters) DeepCopyInto

func (in *VolumeParameters) DeepCopyInto(out *VolumeParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeSpec

type VolumeSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumeParameters `json:"forProvider"`
}

VolumeSpec defines the desired state of Volume

func (*VolumeSpec) DeepCopy

func (in *VolumeSpec) DeepCopy() *VolumeSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeSpec.

func (*VolumeSpec) DeepCopyInto

func (in *VolumeSpec) DeepCopyInto(out *VolumeSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumeStatus

type VolumeStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        VolumeObservation `json:"atProvider,omitempty"`
}

VolumeStatus defines the observed state of Volume.

func (*VolumeStatus) DeepCopy

func (in *VolumeStatus) DeepCopy() *VolumeStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeStatus.

func (*VolumeStatus) DeepCopyInto

func (in *VolumeStatus) DeepCopyInto(out *VolumeStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumesLink struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              VolumesLinkSpec   `json:"spec"`
	Status            VolumesLinkStatus `json:"status,omitempty"`
}

VolumesLink is the Schema for the VolumesLinks API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}

func (*VolumesLink) DeepCopy

func (in *VolumesLink) DeepCopy() *VolumesLink

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumesLink.

func (*VolumesLink) DeepCopyInto

func (in *VolumesLink) DeepCopyInto(out *VolumesLink)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VolumesLink) DeepCopyObject

func (in *VolumesLink) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VolumesLink) GetCondition

func (mg *VolumesLink) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this VolumesLink.

func (*VolumesLink) GetConnectionDetailsMapping

func (tr *VolumesLink) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this VolumesLink

func (*VolumesLink) GetDeletionPolicy

func (mg *VolumesLink) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this VolumesLink.

func (*VolumesLink) GetID

func (tr *VolumesLink) GetID() string

GetID returns ID of underlying Terraform resource of this VolumesLink

func (*VolumesLink) GetObservation

func (tr *VolumesLink) GetObservation() (map[string]any, error)

GetObservation of this VolumesLink

func (*VolumesLink) GetParameters

func (tr *VolumesLink) GetParameters() (map[string]any, error)

GetParameters of this VolumesLink

func (*VolumesLink) GetProviderConfigReference

func (mg *VolumesLink) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this VolumesLink.

func (*VolumesLink) GetProviderReference

func (mg *VolumesLink) GetProviderReference() *xpv1.Reference

GetProviderReference of this VolumesLink. Deprecated: Use GetProviderConfigReference.

func (*VolumesLink) GetPublishConnectionDetailsTo

func (mg *VolumesLink) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this VolumesLink.

func (*VolumesLink) GetTerraformResourceType

func (mg *VolumesLink) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this VolumesLink

func (*VolumesLink) GetTerraformSchemaVersion

func (tr *VolumesLink) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*VolumesLink) GetWriteConnectionSecretToReference

func (mg *VolumesLink) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this VolumesLink.

func (*VolumesLink) LateInitialize

func (tr *VolumesLink) LateInitialize(attrs []byte) (bool, error)

LateInitialize this VolumesLink using its observed tfState. returns True if there are any spec changes for the resource.

func (*VolumesLink) ResolveReferences

func (mg *VolumesLink) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this VolumesLink.

func (*VolumesLink) SetConditions

func (mg *VolumesLink) SetConditions(c ...xpv1.Condition)

SetConditions of this VolumesLink.

func (*VolumesLink) SetDeletionPolicy

func (mg *VolumesLink) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this VolumesLink.

func (*VolumesLink) SetObservation

func (tr *VolumesLink) SetObservation(obs map[string]any) error

SetObservation for this VolumesLink

func (*VolumesLink) SetParameters

func (tr *VolumesLink) SetParameters(params map[string]any) error

SetParameters for this VolumesLink

func (*VolumesLink) SetProviderConfigReference

func (mg *VolumesLink) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this VolumesLink.

func (*VolumesLink) SetProviderReference

func (mg *VolumesLink) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this VolumesLink. Deprecated: Use SetProviderConfigReference.

func (*VolumesLink) SetPublishConnectionDetailsTo

func (mg *VolumesLink) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this VolumesLink.

func (*VolumesLink) SetWriteConnectionSecretToReference

func (mg *VolumesLink) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this VolumesLink.

type VolumesLinkList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []VolumesLink `json:"items"`
}

VolumesLinkList contains a list of VolumesLinks

func (*VolumesLinkList) DeepCopy

func (in *VolumesLinkList) DeepCopy() *VolumesLinkList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumesLinkList.

func (*VolumesLinkList) DeepCopyInto

func (in *VolumesLinkList) DeepCopyInto(out *VolumesLinkList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*VolumesLinkList) DeepCopyObject

func (in *VolumesLinkList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*VolumesLinkList) GetItems

func (l *VolumesLinkList) GetItems() []resource.Managed

GetItems of this VolumesLinkList.

type VolumesLinkObservation

type VolumesLinkObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`

	State *string `json:"state,omitempty" tf:"state,omitempty"`
}

func (*VolumesLinkObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumesLinkObservation.

func (*VolumesLinkObservation) DeepCopyInto

func (in *VolumesLinkObservation) DeepCopyInto(out *VolumesLinkObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumesLinkParameters

type VolumesLinkParameters struct {

	// +kubebuilder:validation:Optional
	DeleteOnVMTermination *bool `json:"deleteOnVmTermination,omitempty" tf:"delete_on_vm_termination,omitempty"`

	// +kubebuilder:validation:Required
	DeviceName *string `json:"deviceName" tf:"device_name,omitempty"`

	// +kubebuilder:validation:Optional
	ForceUnlink *bool `json:"forceUnlink,omitempty" tf:"force_unlink,omitempty"`

	// +crossplane:generate:reference:type=github.com/outscale/upjet-provider-outscale/apis/vm/v1alpha1.Vm
	// +kubebuilder:validation:Optional
	VMID *string `json:"vmId,omitempty" tf:"vm_id,omitempty"`

	// Reference to a Vm in vm to populate vmId.
	// +kubebuilder:validation:Optional
	VMIDRef *v1.Reference `json:"vmIdRef,omitempty" tf:"-"`

	// Selector for a Vm in vm to populate vmId.
	// +kubebuilder:validation:Optional
	VMIDSelector *v1.Selector `json:"vmIdSelector,omitempty" tf:"-"`

	// +crossplane:generate:reference:type=Volume
	// +kubebuilder:validation:Optional
	VolumeID *string `json:"volumeId,omitempty" tf:"volume_id,omitempty"`

	// Reference to a Volume to populate volumeId.
	// +kubebuilder:validation:Optional
	VolumeIDRef *v1.Reference `json:"volumeIdRef,omitempty" tf:"-"`

	// Selector for a Volume to populate volumeId.
	// +kubebuilder:validation:Optional
	VolumeIDSelector *v1.Selector `json:"volumeIdSelector,omitempty" tf:"-"`
}

func (*VolumesLinkParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumesLinkParameters.

func (*VolumesLinkParameters) DeepCopyInto

func (in *VolumesLinkParameters) DeepCopyInto(out *VolumesLinkParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumesLinkSpec

type VolumesLinkSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     VolumesLinkParameters `json:"forProvider"`
}

VolumesLinkSpec defines the desired state of VolumesLink

func (*VolumesLinkSpec) DeepCopy

func (in *VolumesLinkSpec) DeepCopy() *VolumesLinkSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumesLinkSpec.

func (*VolumesLinkSpec) DeepCopyInto

func (in *VolumesLinkSpec) DeepCopyInto(out *VolumesLinkSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type VolumesLinkStatus

type VolumesLinkStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        VolumesLinkObservation `json:"atProvider,omitempty"`
}

VolumesLinkStatus defines the observed state of VolumesLink.

func (*VolumesLinkStatus) DeepCopy

func (in *VolumesLinkStatus) DeepCopy() *VolumesLinkStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumesLinkStatus.

func (*VolumesLinkStatus) DeepCopyInto

func (in *VolumesLinkStatus) DeepCopyInto(out *VolumesLinkStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL