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=point.azurerm.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: point.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 ToSiteVPNGateway

type ToSiteVPNGateway struct {
	metav1.TypeMeta   `json:",inline,omitempty"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              ToSiteVPNGatewaySpec   `json:"spec,omitempty"`
	Status            ToSiteVPNGatewayStatus `json:"status,omitempty"`
}

func (*ToSiteVPNGateway) DeepCopy

func (in *ToSiteVPNGateway) DeepCopy() *ToSiteVPNGateway

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

func (*ToSiteVPNGateway) DeepCopyInto

func (in *ToSiteVPNGateway) DeepCopyInto(out *ToSiteVPNGateway)

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

func (*ToSiteVPNGateway) DeepCopyObject

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

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

func (*ToSiteVPNGateway) SetupWebhookWithManager

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

func (*ToSiteVPNGateway) ValidateCreate

func (r *ToSiteVPNGateway) ValidateCreate() error

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

func (*ToSiteVPNGateway) ValidateDelete

func (r *ToSiteVPNGateway) ValidateDelete() error

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

func (*ToSiteVPNGateway) ValidateUpdate

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

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

type ToSiteVPNGatewayList

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

ToSiteVPNGatewayList is a list of ToSiteVPNGateways

func (*ToSiteVPNGatewayList) DeepCopy

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

func (*ToSiteVPNGatewayList) DeepCopyInto

func (in *ToSiteVPNGatewayList) DeepCopyInto(out *ToSiteVPNGatewayList)

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

func (*ToSiteVPNGatewayList) DeepCopyObject

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

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

type ToSiteVPNGatewaySpec

type ToSiteVPNGatewaySpec struct {
	State *ToSiteVPNGatewaySpecResource `json:"state,omitempty" tf:"-"`

	Resource ToSiteVPNGatewaySpecResource `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 (*ToSiteVPNGatewaySpec) DeepCopy

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

func (*ToSiteVPNGatewaySpec) DeepCopyInto

func (in *ToSiteVPNGatewaySpec) DeepCopyInto(out *ToSiteVPNGatewaySpec)

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

type ToSiteVPNGatewaySpecConnectionConfiguration

type ToSiteVPNGatewaySpecConnectionConfiguration struct {
	// +optional
	InternetSecurityEnabled *bool   `json:"internetSecurityEnabled,omitempty" tf:"internet_security_enabled"`
	Name                    *string `json:"name" tf:"name"`
	// +optional
	Route                *ToSiteVPNGatewaySpecConnectionConfigurationRoute                `json:"route,omitempty" tf:"route"`
	VpnClientAddressPool *ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPool `json:"vpnClientAddressPool" tf:"vpn_client_address_pool"`
}

func (*ToSiteVPNGatewaySpecConnectionConfiguration) DeepCopy

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

func (*ToSiteVPNGatewaySpecConnectionConfiguration) DeepCopyInto

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

type ToSiteVPNGatewaySpecConnectionConfigurationCodec

type ToSiteVPNGatewaySpecConnectionConfigurationCodec struct {
}

+k8s:deepcopy-gen=false

func (ToSiteVPNGatewaySpecConnectionConfigurationCodec) Decode

func (ToSiteVPNGatewaySpecConnectionConfigurationCodec) Encode

func (ToSiteVPNGatewaySpecConnectionConfigurationCodec) IsEmpty

type ToSiteVPNGatewaySpecConnectionConfigurationRoute

type ToSiteVPNGatewaySpecConnectionConfigurationRoute struct {
	AssociatedRouteTableID *string `json:"associatedRouteTableID" tf:"associated_route_table_id"`
	// +optional
	PropagatedRouteTable *ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTable `json:"propagatedRouteTable,omitempty" tf:"propagated_route_table"`
}

func (*ToSiteVPNGatewaySpecConnectionConfigurationRoute) DeepCopy

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

func (*ToSiteVPNGatewaySpecConnectionConfigurationRoute) DeepCopyInto

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

type ToSiteVPNGatewaySpecConnectionConfigurationRouteCodec

type ToSiteVPNGatewaySpecConnectionConfigurationRouteCodec struct {
}

+k8s:deepcopy-gen=false

func (ToSiteVPNGatewaySpecConnectionConfigurationRouteCodec) Decode

func (ToSiteVPNGatewaySpecConnectionConfigurationRouteCodec) Encode

func (ToSiteVPNGatewaySpecConnectionConfigurationRouteCodec) IsEmpty

type ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTable

type ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTable struct {
	Ids []string `json:"ids" tf:"ids"`
	// +optional
	Labels []string `json:"labels,omitempty" tf:"labels"`
}

func (*ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTable) DeepCopy

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

func (*ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTable) DeepCopyInto

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

type ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTableCodec

type ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTableCodec struct {
}

+k8s:deepcopy-gen=false

func (ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTableCodec) Decode

func (ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTableCodec) Encode

func (ToSiteVPNGatewaySpecConnectionConfigurationRoutePropagatedRouteTableCodec) IsEmpty

type ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPool

type ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPool struct {
	AddressPrefixes []string `json:"addressPrefixes" tf:"address_prefixes"`
}

func (*ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPool) DeepCopy

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

func (*ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPool) DeepCopyInto

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

type ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPoolCodec

type ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPoolCodec struct {
}

+k8s:deepcopy-gen=false

func (ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPoolCodec) Decode

func (ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPoolCodec) Encode

func (ToSiteVPNGatewaySpecConnectionConfigurationVpnClientAddressPoolCodec) IsEmpty

type ToSiteVPNGatewaySpecResource

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

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

	ConnectionConfiguration *ToSiteVPNGatewaySpecConnectionConfiguration `json:"connectionConfiguration" tf:"connection_configuration"`
	// +optional
	DnsServers        []string `json:"dnsServers,omitempty" tf:"dns_servers"`
	Location          *string  `json:"location" tf:"location"`
	Name              *string  `json:"name" tf:"name"`
	ResourceGroupName *string  `json:"resourceGroupName" tf:"resource_group_name"`
	ScaleUnit         *int64   `json:"scaleUnit" tf:"scale_unit"`
	// +optional
	Tags                     *map[string]string `json:"tags,omitempty" tf:"tags"`
	VirtualHubID             *string            `json:"virtualHubID" tf:"virtual_hub_id"`
	VpnServerConfigurationID *string            `json:"vpnServerConfigurationID" tf:"vpn_server_configuration_id"`
}

func (*ToSiteVPNGatewaySpecResource) DeepCopy

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

func (*ToSiteVPNGatewaySpecResource) DeepCopyInto

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

type ToSiteVPNGatewayStatus

type ToSiteVPNGatewayStatus 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 (*ToSiteVPNGatewayStatus) DeepCopy

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

func (*ToSiteVPNGatewayStatus) DeepCopyInto

func (in *ToSiteVPNGatewayStatus) DeepCopyInto(out *ToSiteVPNGatewayStatus)

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