v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

+groupName=analytics.oci.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
	// localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes.
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: analytics.GroupName, Version: "v1alpha1"}

Functions

func GetDecoder

func GetDecoder() map[string]jsoniter.ValDecoder

func GetEncoder

func GetEncoder() map[string]jsoniter.ValEncoder

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type AnalyticsInstance

type AnalyticsInstance struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AnalyticsInstanceSpec   `json:"spec,omitempty"`
	Status            AnalyticsInstanceStatus `json:"status,omitempty"`
}

func (*AnalyticsInstance) DeepCopy

func (in *AnalyticsInstance) DeepCopy() *AnalyticsInstance

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

func (*AnalyticsInstance) DeepCopyInto

func (in *AnalyticsInstance) DeepCopyInto(out *AnalyticsInstance)

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

func (*AnalyticsInstance) DeepCopyObject

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

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

func (*AnalyticsInstance) SetupWebhookWithManager

func (r *AnalyticsInstance) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*AnalyticsInstance) ValidateCreate

func (r *AnalyticsInstance) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AnalyticsInstance) ValidateDelete

func (r *AnalyticsInstance) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AnalyticsInstance) ValidateUpdate

func (r *AnalyticsInstance) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AnalyticsInstanceList

type AnalyticsInstanceList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AnalyticsInstance CRD objects
	Items []AnalyticsInstance `json:"items,omitempty"`
}

AnalyticsInstanceList is a list of AnalyticsInstances

func (*AnalyticsInstanceList) DeepCopy

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

func (*AnalyticsInstanceList) DeepCopyInto

func (in *AnalyticsInstanceList) DeepCopyInto(out *AnalyticsInstanceList)

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

func (*AnalyticsInstanceList) DeepCopyObject

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

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

type AnalyticsInstancePrivateAccessChannel

type AnalyticsInstancePrivateAccessChannel struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AnalyticsInstancePrivateAccessChannelSpec   `json:"spec,omitempty"`
	Status            AnalyticsInstancePrivateAccessChannelStatus `json:"status,omitempty"`
}

func (*AnalyticsInstancePrivateAccessChannel) DeepCopy

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

func (*AnalyticsInstancePrivateAccessChannel) DeepCopyInto

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

func (*AnalyticsInstancePrivateAccessChannel) DeepCopyObject

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

func (*AnalyticsInstancePrivateAccessChannel) SetupWebhookWithManager

func (r *AnalyticsInstancePrivateAccessChannel) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*AnalyticsInstancePrivateAccessChannel) ValidateCreate

func (r *AnalyticsInstancePrivateAccessChannel) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AnalyticsInstancePrivateAccessChannel) ValidateDelete

func (r *AnalyticsInstancePrivateAccessChannel) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AnalyticsInstancePrivateAccessChannel) ValidateUpdate

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AnalyticsInstancePrivateAccessChannelList

type AnalyticsInstancePrivateAccessChannelList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AnalyticsInstancePrivateAccessChannel CRD objects
	Items []AnalyticsInstancePrivateAccessChannel `json:"items,omitempty"`
}

AnalyticsInstancePrivateAccessChannelList is a list of AnalyticsInstancePrivateAccessChannels

func (*AnalyticsInstancePrivateAccessChannelList) DeepCopy

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

func (*AnalyticsInstancePrivateAccessChannelList) DeepCopyInto

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

func (*AnalyticsInstancePrivateAccessChannelList) DeepCopyObject

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

type AnalyticsInstancePrivateAccessChannelSpec

type AnalyticsInstancePrivateAccessChannelSpec struct {
	State *AnalyticsInstancePrivateAccessChannelSpecResource `json:"state,omitempty" tf:"-"`

	Resource AnalyticsInstancePrivateAccessChannelSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*AnalyticsInstancePrivateAccessChannelSpec) DeepCopy

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

func (*AnalyticsInstancePrivateAccessChannelSpec) DeepCopyInto

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

type AnalyticsInstancePrivateAccessChannelSpecPrivateSourceDNSZones

type AnalyticsInstancePrivateAccessChannelSpecPrivateSourceDNSZones struct {
	// +optional
	Description *string `json:"description,omitempty" tf:"description"`
	DnsZone     *string `json:"dnsZone" tf:"dns_zone"`
}

func (*AnalyticsInstancePrivateAccessChannelSpecPrivateSourceDNSZones) DeepCopy

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

func (*AnalyticsInstancePrivateAccessChannelSpecPrivateSourceDNSZones) DeepCopyInto

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

type AnalyticsInstancePrivateAccessChannelSpecResource

type AnalyticsInstancePrivateAccessChannelSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

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

	AnalyticsInstanceID *string `json:"analyticsInstanceID" tf:"analytics_instance_id"`
	DisplayName         *string `json:"displayName" tf:"display_name"`
	// +optional
	EgressSourceIPAddresses []string `json:"egressSourceIPAddresses,omitempty" tf:"egress_source_ip_addresses"`
	// +optional
	IpAddress *string `json:"ipAddress,omitempty" tf:"ip_address"`
	// +optional
	Key                   *string                                                          `json:"key,omitempty" tf:"key"`
	PrivateSourceDNSZones []AnalyticsInstancePrivateAccessChannelSpecPrivateSourceDNSZones `json:"privateSourceDNSZones" tf:"private_source_dns_zones"`
	SubnetID              *string                                                          `json:"subnetID" tf:"subnet_id"`
	VcnID                 *string                                                          `json:"vcnID" tf:"vcn_id"`
}

func (*AnalyticsInstancePrivateAccessChannelSpecResource) DeepCopy

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

func (*AnalyticsInstancePrivateAccessChannelSpecResource) DeepCopyInto

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

type AnalyticsInstancePrivateAccessChannelStatus

type AnalyticsInstancePrivateAccessChannelStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AnalyticsInstancePrivateAccessChannelStatus) DeepCopy

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

func (*AnalyticsInstancePrivateAccessChannelStatus) DeepCopyInto

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

type AnalyticsInstanceSpec

type AnalyticsInstanceSpec struct {
	State *AnalyticsInstanceSpecResource `json:"state,omitempty" tf:"-"`

	Resource AnalyticsInstanceSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*AnalyticsInstanceSpec) DeepCopy

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

func (*AnalyticsInstanceSpec) DeepCopyInto

func (in *AnalyticsInstanceSpec) DeepCopyInto(out *AnalyticsInstanceSpec)

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

type AnalyticsInstanceSpecCapacity

type AnalyticsInstanceSpecCapacity struct {
	CapacityType  *string `json:"capacityType" tf:"capacity_type"`
	CapacityValue *int64  `json:"capacityValue" tf:"capacity_value"`
}

func (*AnalyticsInstanceSpecCapacity) DeepCopy

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

func (*AnalyticsInstanceSpecCapacity) DeepCopyInto

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

type AnalyticsInstanceSpecCapacityCodec

type AnalyticsInstanceSpecCapacityCodec struct {
}

+k8s:deepcopy-gen=false

func (AnalyticsInstanceSpecCapacityCodec) Decode

func (AnalyticsInstanceSpecCapacityCodec) Encode

func (AnalyticsInstanceSpecCapacityCodec) IsEmpty

type AnalyticsInstanceSpecNetworkEndpointDetails

type AnalyticsInstanceSpecNetworkEndpointDetails struct {
	NetworkEndpointType *string `json:"networkEndpointType" tf:"network_endpoint_type"`
	// +optional
	SubnetID *string `json:"subnetID,omitempty" tf:"subnet_id"`
	// +optional
	VcnID *string `json:"vcnID,omitempty" tf:"vcn_id"`
	// +optional
	WhitelistedIPS []string `json:"whitelistedIPS,omitempty" tf:"whitelisted_ips"`
	// +optional
	WhitelistedVcns []AnalyticsInstanceSpecNetworkEndpointDetailsWhitelistedVcns `json:"whitelistedVcns,omitempty" tf:"whitelisted_vcns"`
}

func (*AnalyticsInstanceSpecNetworkEndpointDetails) DeepCopy

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

func (*AnalyticsInstanceSpecNetworkEndpointDetails) DeepCopyInto

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

type AnalyticsInstanceSpecNetworkEndpointDetailsCodec

type AnalyticsInstanceSpecNetworkEndpointDetailsCodec struct {
}

+k8s:deepcopy-gen=false

func (AnalyticsInstanceSpecNetworkEndpointDetailsCodec) Decode

func (AnalyticsInstanceSpecNetworkEndpointDetailsCodec) Encode

func (AnalyticsInstanceSpecNetworkEndpointDetailsCodec) IsEmpty

type AnalyticsInstanceSpecNetworkEndpointDetailsWhitelistedVcns

type AnalyticsInstanceSpecNetworkEndpointDetailsWhitelistedVcns struct {
	// +optional
	ID *string `json:"ID,omitempty" tf:"id"`
	// +optional
	WhitelistedIPS []string `json:"whitelistedIPS,omitempty" tf:"whitelisted_ips"`
}

func (*AnalyticsInstanceSpecNetworkEndpointDetailsWhitelistedVcns) DeepCopy

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

func (*AnalyticsInstanceSpecNetworkEndpointDetailsWhitelistedVcns) DeepCopyInto

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

type AnalyticsInstanceSpecResource

type AnalyticsInstanceSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

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

	Capacity      *AnalyticsInstanceSpecCapacity `json:"capacity" tf:"capacity"`
	CompartmentID *string                        `json:"compartmentID" tf:"compartment_id"`
	// +optional
	DefinedTags map[string]string `json:"definedTags,omitempty" tf:"defined_tags"`
	// +optional
	Description *string `json:"description,omitempty" tf:"description"`
	// +optional
	EmailNotification *string `json:"emailNotification,omitempty" tf:"email_notification"`
	FeatureSet        *string `json:"featureSet" tf:"feature_set"`
	// +optional
	FreeformTags    map[string]string `json:"freeformTags,omitempty" tf:"freeform_tags"`
	IdcsAccessToken *string           `json:"-" sensitive:"true" tf:"idcs_access_token"`
	LicenseType     *string           `json:"licenseType" tf:"license_type"`
	Name            *string           `json:"name" tf:"name"`
	// +optional
	NetworkEndpointDetails *AnalyticsInstanceSpecNetworkEndpointDetails `json:"networkEndpointDetails,omitempty" tf:"network_endpoint_details"`
	// +optional
	PrivateAccessChannels map[string]string `json:"privateAccessChannels,omitempty" tf:"private_access_channels"`
	// +optional
	ServiceURL *string `json:"serviceURL,omitempty" tf:"service_url"`
	// +optional
	State *string `json:"state,omitempty" tf:"state"`
	// +optional
	TimeCreated *string `json:"timeCreated,omitempty" tf:"time_created"`
	// +optional
	TimeUpdated *string `json:"timeUpdated,omitempty" tf:"time_updated"`
	// +optional
	VanityURLDetails map[string]string `json:"vanityURLDetails,omitempty" tf:"vanity_url_details"`
}

func (*AnalyticsInstanceSpecResource) DeepCopy

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

func (*AnalyticsInstanceSpecResource) DeepCopyInto

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

type AnalyticsInstanceStatus

type AnalyticsInstanceStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AnalyticsInstanceStatus) DeepCopy

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

func (*AnalyticsInstanceStatus) DeepCopyInto

func (in *AnalyticsInstanceStatus) DeepCopyInto(out *AnalyticsInstanceStatus)

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

type AnalyticsInstanceVanityURL

type AnalyticsInstanceVanityURL struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              AnalyticsInstanceVanityURLSpec   `json:"spec,omitempty"`
	Status            AnalyticsInstanceVanityURLStatus `json:"status,omitempty"`
}

func (*AnalyticsInstanceVanityURL) DeepCopy

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

func (*AnalyticsInstanceVanityURL) DeepCopyInto

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

func (*AnalyticsInstanceVanityURL) DeepCopyObject

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

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

func (*AnalyticsInstanceVanityURL) SetupWebhookWithManager

func (r *AnalyticsInstanceVanityURL) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*AnalyticsInstanceVanityURL) ValidateCreate

func (r *AnalyticsInstanceVanityURL) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*AnalyticsInstanceVanityURL) ValidateDelete

func (r *AnalyticsInstanceVanityURL) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*AnalyticsInstanceVanityURL) ValidateUpdate

func (r *AnalyticsInstanceVanityURL) ValidateUpdate(old runtime.Object) error

ValidateUpdate implements webhook.Validator so a webhook will be registered for the type

type AnalyticsInstanceVanityURLList

type AnalyticsInstanceVanityURLList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	// Items is a list of AnalyticsInstanceVanityURL CRD objects
	Items []AnalyticsInstanceVanityURL `json:"items,omitempty"`
}

AnalyticsInstanceVanityURLList is a list of AnalyticsInstanceVanityURLs

func (*AnalyticsInstanceVanityURLList) DeepCopy

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

func (*AnalyticsInstanceVanityURLList) DeepCopyInto

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

func (*AnalyticsInstanceVanityURLList) DeepCopyObject

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

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

type AnalyticsInstanceVanityURLSpec

type AnalyticsInstanceVanityURLSpec struct {
	State *AnalyticsInstanceVanityURLSpecResource `json:"state,omitempty" tf:"-"`

	Resource AnalyticsInstanceVanityURLSpecResource `json:"resource" tf:"resource"`

	UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`

	TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`

	ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`

	SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"`

	BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}

func (*AnalyticsInstanceVanityURLSpec) DeepCopy

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

func (*AnalyticsInstanceVanityURLSpec) DeepCopyInto

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

type AnalyticsInstanceVanityURLSpecResource

type AnalyticsInstanceVanityURLSpecResource struct {
	Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`

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

	AnalyticsInstanceID *string `json:"analyticsInstanceID" tf:"analytics_instance_id"`
	CaCertificate       *string `json:"caCertificate" tf:"ca_certificate"`
	// +optional
	Description *string  `json:"description,omitempty" tf:"description"`
	Hosts       []string `json:"hosts" tf:"hosts"`
	// +optional
	Passphrase        *string `json:"-" sensitive:"true" tf:"passphrase"`
	PrivateKey        *string `json:"-" sensitive:"true" tf:"private_key"`
	PublicCertificate *string `json:"publicCertificate" tf:"public_certificate"`
}

func (*AnalyticsInstanceVanityURLSpecResource) DeepCopy

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

func (*AnalyticsInstanceVanityURLSpecResource) DeepCopyInto

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

type AnalyticsInstanceVanityURLStatus

type AnalyticsInstanceVanityURLStatus struct {
	// Resource generation, which is updated on mutation by the API Server.
	// +optional
	ObservedGeneration int64 `json:"observedGeneration,omitempty"`
	// +optional
	Phase status.Status `json:"phase,omitempty"`
	// +optional
	Conditions []kmapi.Condition `json:"conditions,omitempty"`
}

func (*AnalyticsInstanceVanityURLStatus) DeepCopy

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

func (*AnalyticsInstanceVanityURLStatus) DeepCopyInto

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