Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=servicefabric.azure.jet.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ApplicationPortsObservation
- type ApplicationPortsParameters
- type AzureActiveDirectoryObservation
- type AzureActiveDirectoryParameters
- type CertificateCommonNamesObservation
- type CertificateCommonNamesParameters
- type CertificateObservation
- type CertificateParameters
- type ClientCertificateCommonNameObservation
- type ClientCertificateCommonNameParameters
- type ClientCertificateThumbprintObservation
- type ClientCertificateThumbprintParameters
- type Cluster
- func (in *Cluster) DeepCopy() *Cluster
- func (in *Cluster) DeepCopyInto(out *Cluster)
- func (in *Cluster) DeepCopyObject() runtime.Object
- func (mg *Cluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Cluster) GetConnectionDetailsMapping() map[string]string
- func (mg *Cluster) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Cluster) GetID() string
- func (tr *Cluster) GetObservation() (map[string]interface{}, error)
- func (tr *Cluster) GetParameters() (map[string]interface{}, error)
- func (mg *Cluster) GetProviderConfigReference() *xpv1.Reference
- func (mg *Cluster) GetProviderReference() *xpv1.Reference
- func (mg *Cluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Cluster) GetTerraformResourceType() string
- func (tr *Cluster) GetTerraformSchemaVersion() int
- func (mg *Cluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Cluster) LateInitialize(attrs []byte) (bool, error)
- func (mg *Cluster) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *Cluster) SetConditions(c ...xpv1.Condition)
- func (mg *Cluster) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *Cluster) SetObservation(obs map[string]interface{}) error
- func (tr *Cluster) SetParameters(params map[string]interface{}) error
- func (mg *Cluster) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Cluster) SetProviderReference(r *xpv1.Reference)
- func (mg *Cluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Cluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ClusterList
- type ClusterObservation
- type ClusterParameters
- type ClusterSpec
- type ClusterStatus
- type CommonNamesObservation
- type CommonNamesParameters
- type DeltaHealthPolicyObservation
- type DeltaHealthPolicyParameters
- type DiagnosticsConfigObservation
- type DiagnosticsConfigParameters
- type EphemeralPortsObservation
- type EphemeralPortsParameters
- type FabricSettingsObservation
- type FabricSettingsParameters
- type HealthPolicyObservation
- type HealthPolicyParameters
- type NodeTypeObservation
- type NodeTypeParameters
- type ReverseProxyCertificateCommonNamesCommonNamesObservation
- type ReverseProxyCertificateCommonNamesCommonNamesParameters
- type ReverseProxyCertificateCommonNamesObservation
- type ReverseProxyCertificateCommonNamesParameters
- type ReverseProxyCertificateObservation
- type ReverseProxyCertificateParameters
- type UpgradePolicyObservation
- type UpgradePolicyParameters
Constants ¶
const ( CRDGroup = "servicefabric.azure.jet.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Cluster_Kind = "Cluster" Cluster_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Cluster_Kind}.String() Cluster_KindAPIVersion = Cluster_Kind + "." + CRDGroupVersion.String() Cluster_GroupVersionKind = CRDGroupVersion.WithKind(Cluster_Kind) )
Repository type metadata.
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 )
Functions ¶
This section is empty.
Types ¶
type ApplicationPortsObservation ¶
type ApplicationPortsObservation struct { }
func (*ApplicationPortsObservation) DeepCopy ¶
func (in *ApplicationPortsObservation) DeepCopy() *ApplicationPortsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationPortsObservation.
func (*ApplicationPortsObservation) DeepCopyInto ¶
func (in *ApplicationPortsObservation) DeepCopyInto(out *ApplicationPortsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationPortsParameters ¶
type ApplicationPortsParameters struct { // +kubebuilder:validation:Required EndPort *float64 `json:"endPort" tf:"end_port,omitempty"` // +kubebuilder:validation:Required StartPort *float64 `json:"startPort" tf:"start_port,omitempty"` }
func (*ApplicationPortsParameters) DeepCopy ¶
func (in *ApplicationPortsParameters) DeepCopy() *ApplicationPortsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationPortsParameters.
func (*ApplicationPortsParameters) DeepCopyInto ¶
func (in *ApplicationPortsParameters) DeepCopyInto(out *ApplicationPortsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AzureActiveDirectoryObservation ¶
type AzureActiveDirectoryObservation struct { }
func (*AzureActiveDirectoryObservation) DeepCopy ¶
func (in *AzureActiveDirectoryObservation) DeepCopy() *AzureActiveDirectoryObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureActiveDirectoryObservation.
func (*AzureActiveDirectoryObservation) DeepCopyInto ¶
func (in *AzureActiveDirectoryObservation) DeepCopyInto(out *AzureActiveDirectoryObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AzureActiveDirectoryParameters ¶
type AzureActiveDirectoryParameters struct { // +kubebuilder:validation:Required ClientApplicationID *string `json:"clientApplicationId" tf:"client_application_id,omitempty"` // +kubebuilder:validation:Required ClusterApplicationID *string `json:"clusterApplicationId" tf:"cluster_application_id,omitempty"` // +kubebuilder:validation:Required TenantID *string `json:"tenantId" tf:"tenant_id,omitempty"` }
func (*AzureActiveDirectoryParameters) DeepCopy ¶
func (in *AzureActiveDirectoryParameters) DeepCopy() *AzureActiveDirectoryParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureActiveDirectoryParameters.
func (*AzureActiveDirectoryParameters) DeepCopyInto ¶
func (in *AzureActiveDirectoryParameters) DeepCopyInto(out *AzureActiveDirectoryParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertificateCommonNamesObservation ¶
type CertificateCommonNamesObservation struct { }
func (*CertificateCommonNamesObservation) DeepCopy ¶
func (in *CertificateCommonNamesObservation) DeepCopy() *CertificateCommonNamesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateCommonNamesObservation.
func (*CertificateCommonNamesObservation) DeepCopyInto ¶
func (in *CertificateCommonNamesObservation) DeepCopyInto(out *CertificateCommonNamesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertificateCommonNamesParameters ¶
type CertificateCommonNamesParameters struct { // +kubebuilder:validation:Required CommonNames []CommonNamesParameters `json:"commonNames" tf:"common_names,omitempty"` // +kubebuilder:validation:Required X509StoreName *string `json:"x509StoreName" tf:"x509_store_name,omitempty"` }
func (*CertificateCommonNamesParameters) DeepCopy ¶
func (in *CertificateCommonNamesParameters) DeepCopy() *CertificateCommonNamesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateCommonNamesParameters.
func (*CertificateCommonNamesParameters) DeepCopyInto ¶
func (in *CertificateCommonNamesParameters) DeepCopyInto(out *CertificateCommonNamesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertificateObservation ¶
type CertificateObservation struct { }
func (*CertificateObservation) DeepCopy ¶
func (in *CertificateObservation) DeepCopy() *CertificateObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateObservation.
func (*CertificateObservation) DeepCopyInto ¶
func (in *CertificateObservation) DeepCopyInto(out *CertificateObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertificateParameters ¶
type CertificateParameters struct { // +kubebuilder:validation:Required Thumbprint *string `json:"thumbprint" tf:"thumbprint,omitempty"` // +kubebuilder:validation:Optional ThumbprintSecondary *string `json:"thumbprintSecondary,omitempty" tf:"thumbprint_secondary,omitempty"` // +kubebuilder:validation:Required X509StoreName *string `json:"x509StoreName" tf:"x509_store_name,omitempty"` }
func (*CertificateParameters) DeepCopy ¶
func (in *CertificateParameters) DeepCopy() *CertificateParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertificateParameters.
func (*CertificateParameters) DeepCopyInto ¶
func (in *CertificateParameters) DeepCopyInto(out *CertificateParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientCertificateCommonNameObservation ¶
type ClientCertificateCommonNameObservation struct { }
func (*ClientCertificateCommonNameObservation) DeepCopy ¶
func (in *ClientCertificateCommonNameObservation) DeepCopy() *ClientCertificateCommonNameObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCertificateCommonNameObservation.
func (*ClientCertificateCommonNameObservation) DeepCopyInto ¶
func (in *ClientCertificateCommonNameObservation) DeepCopyInto(out *ClientCertificateCommonNameObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientCertificateCommonNameParameters ¶
type ClientCertificateCommonNameParameters struct { // +kubebuilder:validation:Required CommonName *string `json:"commonName" tf:"common_name,omitempty"` // +kubebuilder:validation:Required IsAdmin *bool `json:"isAdmin" tf:"is_admin,omitempty"` // +kubebuilder:validation:Optional IssuerThumbprint *string `json:"issuerThumbprint,omitempty" tf:"issuer_thumbprint,omitempty"` }
func (*ClientCertificateCommonNameParameters) DeepCopy ¶
func (in *ClientCertificateCommonNameParameters) DeepCopy() *ClientCertificateCommonNameParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCertificateCommonNameParameters.
func (*ClientCertificateCommonNameParameters) DeepCopyInto ¶
func (in *ClientCertificateCommonNameParameters) DeepCopyInto(out *ClientCertificateCommonNameParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientCertificateThumbprintObservation ¶
type ClientCertificateThumbprintObservation struct { }
func (*ClientCertificateThumbprintObservation) DeepCopy ¶
func (in *ClientCertificateThumbprintObservation) DeepCopy() *ClientCertificateThumbprintObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCertificateThumbprintObservation.
func (*ClientCertificateThumbprintObservation) DeepCopyInto ¶
func (in *ClientCertificateThumbprintObservation) DeepCopyInto(out *ClientCertificateThumbprintObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientCertificateThumbprintParameters ¶
type ClientCertificateThumbprintParameters struct { // +kubebuilder:validation:Required IsAdmin *bool `json:"isAdmin" tf:"is_admin,omitempty"` // +kubebuilder:validation:Required Thumbprint *string `json:"thumbprint" tf:"thumbprint,omitempty"` }
func (*ClientCertificateThumbprintParameters) DeepCopy ¶
func (in *ClientCertificateThumbprintParameters) DeepCopy() *ClientCertificateThumbprintParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCertificateThumbprintParameters.
func (*ClientCertificateThumbprintParameters) DeepCopyInto ¶
func (in *ClientCertificateThumbprintParameters) DeepCopyInto(out *ClientCertificateThumbprintParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Cluster ¶
type Cluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterSpec `json:"spec"` Status ClusterStatus `json:"status,omitempty"` }
Cluster is the Schema for the Clusters API +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,azurejet}
func (*Cluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
func (*Cluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cluster) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cluster) GetCondition ¶
func (mg *Cluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Cluster.
func (*Cluster) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Cluster
func (*Cluster) GetDeletionPolicy ¶
func (mg *Cluster) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Cluster.
func (*Cluster) GetObservation ¶
GetObservation of this Cluster
func (*Cluster) GetParameters ¶
GetParameters of this Cluster
func (*Cluster) GetProviderConfigReference ¶
GetProviderConfigReference of this Cluster.
func (*Cluster) GetProviderReference ¶
GetProviderReference of this Cluster. Deprecated: Use GetProviderConfigReference.
func (*Cluster) GetPublishConnectionDetailsTo ¶
func (mg *Cluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Cluster.
func (*Cluster) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Cluster
func (*Cluster) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Cluster) GetWriteConnectionSecretToReference ¶
func (mg *Cluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Cluster.
func (*Cluster) LateInitialize ¶
LateInitialize this Cluster using its observed tfState. returns True if there are any spec changes for the resource.
func (*Cluster) ResolveReferences ¶
ResolveReferences of this Cluster.
func (*Cluster) SetConditions ¶
SetConditions of this Cluster.
func (*Cluster) SetDeletionPolicy ¶
func (mg *Cluster) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Cluster.
func (*Cluster) SetObservation ¶
SetObservation for this Cluster
func (*Cluster) SetParameters ¶
SetParameters for this Cluster
func (*Cluster) SetProviderConfigReference ¶
SetProviderConfigReference of this Cluster.
func (*Cluster) SetProviderReference ¶
SetProviderReference of this Cluster. Deprecated: Use SetProviderConfigReference.
func (*Cluster) SetPublishConnectionDetailsTo ¶
func (mg *Cluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Cluster.
func (*Cluster) SetWriteConnectionSecretToReference ¶
func (mg *Cluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Cluster.
type ClusterList ¶
type ClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Cluster `json:"items"` }
ClusterList contains a list of Clusters
func (*ClusterList) DeepCopy ¶
func (in *ClusterList) DeepCopy() *ClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterList.
func (*ClusterList) DeepCopyInto ¶
func (in *ClusterList) DeepCopyInto(out *ClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterList) DeepCopyObject ¶
func (in *ClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterList) GetItems ¶
func (l *ClusterList) GetItems() []resource.Managed
GetItems of this ClusterList.
type ClusterObservation ¶
type ClusterObservation struct { ClusterEndpoint *string `json:"clusterEndpoint,omitempty" tf:"cluster_endpoint,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` }
func (*ClusterObservation) DeepCopy ¶
func (in *ClusterObservation) DeepCopy() *ClusterObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterObservation.
func (*ClusterObservation) DeepCopyInto ¶
func (in *ClusterObservation) DeepCopyInto(out *ClusterObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterParameters ¶
type ClusterParameters struct { // +kubebuilder:validation:Optional AddOnFeatures []*string `json:"addOnFeatures,omitempty" tf:"add_on_features,omitempty"` // +kubebuilder:validation:Optional AzureActiveDirectory []AzureActiveDirectoryParameters `json:"azureActiveDirectory,omitempty" tf:"azure_active_directory,omitempty"` // +kubebuilder:validation:Optional Certificate []CertificateParameters `json:"certificate,omitempty" tf:"certificate,omitempty"` // +kubebuilder:validation:Optional CertificateCommonNames []CertificateCommonNamesParameters `json:"certificateCommonNames,omitempty" tf:"certificate_common_names,omitempty"` // +kubebuilder:validation:Optional ClientCertificateCommonName []ClientCertificateCommonNameParameters `json:"clientCertificateCommonName,omitempty" tf:"client_certificate_common_name,omitempty"` // +kubebuilder:validation:Optional ClientCertificateThumbprint []ClientCertificateThumbprintParameters `json:"clientCertificateThumbprint,omitempty" tf:"client_certificate_thumbprint,omitempty"` // +kubebuilder:validation:Optional ClusterCodeVersion *string `json:"clusterCodeVersion,omitempty" tf:"cluster_code_version,omitempty"` // +kubebuilder:validation:Optional DiagnosticsConfig []DiagnosticsConfigParameters `json:"diagnosticsConfig,omitempty" tf:"diagnostics_config,omitempty"` // +kubebuilder:validation:Optional FabricSettings []FabricSettingsParameters `json:"fabricSettings,omitempty" tf:"fabric_settings,omitempty"` // +kubebuilder:validation:Required Location *string `json:"location" tf:"location,omitempty"` // +kubebuilder:validation:Required ManagementEndpoint *string `json:"managementEndpoint" tf:"management_endpoint,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Required NodeType []NodeTypeParameters `json:"nodeType" tf:"node_type,omitempty"` // +kubebuilder:validation:Required ReliabilityLevel *string `json:"reliabilityLevel" tf:"reliability_level,omitempty"` // +crossplane:generate:reference:type=github.com/crossplane-contrib/provider-jet-azure/apis/azure/v1alpha2.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // +kubebuilder:validation:Optional ReverseProxyCertificate []ReverseProxyCertificateParameters `json:"reverseProxyCertificate,omitempty" tf:"reverse_proxy_certificate,omitempty"` // +kubebuilder:validation:Optional ReverseProxyCertificateCommonNames []ReverseProxyCertificateCommonNamesParameters `json:"reverseProxyCertificateCommonNames,omitempty" tf:"reverse_proxy_certificate_common_names,omitempty"` // +kubebuilder:validation:Optional Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // +kubebuilder:validation:Required UpgradeMode *string `json:"upgradeMode" tf:"upgrade_mode,omitempty"` // +kubebuilder:validation:Optional UpgradePolicy []UpgradePolicyParameters `json:"upgradePolicy,omitempty" tf:"upgrade_policy,omitempty"` // +kubebuilder:validation:Required VMImage *string `json:"vmImage" tf:"vm_image,omitempty"` }
func (*ClusterParameters) DeepCopy ¶
func (in *ClusterParameters) DeepCopy() *ClusterParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterParameters.
func (*ClusterParameters) DeepCopyInto ¶
func (in *ClusterParameters) DeepCopyInto(out *ClusterParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterSpec ¶
type ClusterSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ClusterParameters `json:"forProvider"` }
ClusterSpec defines the desired state of Cluster
func (*ClusterSpec) DeepCopy ¶
func (in *ClusterSpec) DeepCopy() *ClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpec.
func (*ClusterSpec) DeepCopyInto ¶
func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterStatus ¶
type ClusterStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ClusterObservation `json:"atProvider,omitempty"` }
ClusterStatus defines the observed state of Cluster.
func (*ClusterStatus) DeepCopy ¶
func (in *ClusterStatus) DeepCopy() *ClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStatus.
func (*ClusterStatus) DeepCopyInto ¶
func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CommonNamesObservation ¶
type CommonNamesObservation struct { }
func (*CommonNamesObservation) DeepCopy ¶
func (in *CommonNamesObservation) DeepCopy() *CommonNamesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonNamesObservation.
func (*CommonNamesObservation) DeepCopyInto ¶
func (in *CommonNamesObservation) DeepCopyInto(out *CommonNamesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CommonNamesParameters ¶
type CommonNamesParameters struct { // +kubebuilder:validation:Required CertificateCommonName *string `json:"certificateCommonName" tf:"certificate_common_name,omitempty"` // +kubebuilder:validation:Optional CertificateIssuerThumbprint *string `json:"certificateIssuerThumbprint,omitempty" tf:"certificate_issuer_thumbprint,omitempty"` }
func (*CommonNamesParameters) DeepCopy ¶
func (in *CommonNamesParameters) DeepCopy() *CommonNamesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CommonNamesParameters.
func (*CommonNamesParameters) DeepCopyInto ¶
func (in *CommonNamesParameters) DeepCopyInto(out *CommonNamesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeltaHealthPolicyObservation ¶
type DeltaHealthPolicyObservation struct { }
func (*DeltaHealthPolicyObservation) DeepCopy ¶
func (in *DeltaHealthPolicyObservation) DeepCopy() *DeltaHealthPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeltaHealthPolicyObservation.
func (*DeltaHealthPolicyObservation) DeepCopyInto ¶
func (in *DeltaHealthPolicyObservation) DeepCopyInto(out *DeltaHealthPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DeltaHealthPolicyParameters ¶
type DeltaHealthPolicyParameters struct { // +kubebuilder:validation:Optional MaxDeltaUnhealthyApplicationsPercent *float64 `json:"maxDeltaUnhealthyApplicationsPercent,omitempty" tf:"max_delta_unhealthy_applications_percent,omitempty"` // +kubebuilder:validation:Optional MaxDeltaUnhealthyNodesPercent *float64 `json:"maxDeltaUnhealthyNodesPercent,omitempty" tf:"max_delta_unhealthy_nodes_percent,omitempty"` // +kubebuilder:validation:Optional MaxUpgradeDomainDeltaUnhealthyNodesPercent *float64 `json:"maxUpgradeDomainDeltaUnhealthyNodesPercent,omitempty" tf:"max_upgrade_domain_delta_unhealthy_nodes_percent,omitempty"` }
func (*DeltaHealthPolicyParameters) DeepCopy ¶
func (in *DeltaHealthPolicyParameters) DeepCopy() *DeltaHealthPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeltaHealthPolicyParameters.
func (*DeltaHealthPolicyParameters) DeepCopyInto ¶
func (in *DeltaHealthPolicyParameters) DeepCopyInto(out *DeltaHealthPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DiagnosticsConfigObservation ¶
type DiagnosticsConfigObservation struct { }
func (*DiagnosticsConfigObservation) DeepCopy ¶
func (in *DiagnosticsConfigObservation) DeepCopy() *DiagnosticsConfigObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiagnosticsConfigObservation.
func (*DiagnosticsConfigObservation) DeepCopyInto ¶
func (in *DiagnosticsConfigObservation) DeepCopyInto(out *DiagnosticsConfigObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DiagnosticsConfigParameters ¶
type DiagnosticsConfigParameters struct { // +kubebuilder:validation:Required BlobEndpoint *string `json:"blobEndpoint" tf:"blob_endpoint,omitempty"` // +kubebuilder:validation:Required ProtectedAccountKeyName *string `json:"protectedAccountKeyName" tf:"protected_account_key_name,omitempty"` // +kubebuilder:validation:Required QueueEndpoint *string `json:"queueEndpoint" tf:"queue_endpoint,omitempty"` // +kubebuilder:validation:Required StorageAccountName *string `json:"storageAccountName" tf:"storage_account_name,omitempty"` // +kubebuilder:validation:Required TableEndpoint *string `json:"tableEndpoint" tf:"table_endpoint,omitempty"` }
func (*DiagnosticsConfigParameters) DeepCopy ¶
func (in *DiagnosticsConfigParameters) DeepCopy() *DiagnosticsConfigParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiagnosticsConfigParameters.
func (*DiagnosticsConfigParameters) DeepCopyInto ¶
func (in *DiagnosticsConfigParameters) DeepCopyInto(out *DiagnosticsConfigParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EphemeralPortsObservation ¶
type EphemeralPortsObservation struct { }
func (*EphemeralPortsObservation) DeepCopy ¶
func (in *EphemeralPortsObservation) DeepCopy() *EphemeralPortsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EphemeralPortsObservation.
func (*EphemeralPortsObservation) DeepCopyInto ¶
func (in *EphemeralPortsObservation) DeepCopyInto(out *EphemeralPortsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EphemeralPortsParameters ¶
type EphemeralPortsParameters struct { // +kubebuilder:validation:Required EndPort *float64 `json:"endPort" tf:"end_port,omitempty"` // +kubebuilder:validation:Required StartPort *float64 `json:"startPort" tf:"start_port,omitempty"` }
func (*EphemeralPortsParameters) DeepCopy ¶
func (in *EphemeralPortsParameters) DeepCopy() *EphemeralPortsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EphemeralPortsParameters.
func (*EphemeralPortsParameters) DeepCopyInto ¶
func (in *EphemeralPortsParameters) DeepCopyInto(out *EphemeralPortsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FabricSettingsObservation ¶
type FabricSettingsObservation struct { }
func (*FabricSettingsObservation) DeepCopy ¶
func (in *FabricSettingsObservation) DeepCopy() *FabricSettingsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FabricSettingsObservation.
func (*FabricSettingsObservation) DeepCopyInto ¶
func (in *FabricSettingsObservation) DeepCopyInto(out *FabricSettingsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FabricSettingsParameters ¶
type FabricSettingsParameters struct { // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional Parameters map[string]*string `json:"parameters,omitempty" tf:"parameters,omitempty"` }
func (*FabricSettingsParameters) DeepCopy ¶
func (in *FabricSettingsParameters) DeepCopy() *FabricSettingsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FabricSettingsParameters.
func (*FabricSettingsParameters) DeepCopyInto ¶
func (in *FabricSettingsParameters) DeepCopyInto(out *FabricSettingsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HealthPolicyObservation ¶
type HealthPolicyObservation struct { }
func (*HealthPolicyObservation) DeepCopy ¶
func (in *HealthPolicyObservation) DeepCopy() *HealthPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthPolicyObservation.
func (*HealthPolicyObservation) DeepCopyInto ¶
func (in *HealthPolicyObservation) DeepCopyInto(out *HealthPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HealthPolicyParameters ¶
type HealthPolicyParameters struct { // +kubebuilder:validation:Optional MaxUnhealthyApplicationsPercent *float64 `json:"maxUnhealthyApplicationsPercent,omitempty" tf:"max_unhealthy_applications_percent,omitempty"` // +kubebuilder:validation:Optional MaxUnhealthyNodesPercent *float64 `json:"maxUnhealthyNodesPercent,omitempty" tf:"max_unhealthy_nodes_percent,omitempty"` }
func (*HealthPolicyParameters) DeepCopy ¶
func (in *HealthPolicyParameters) DeepCopy() *HealthPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HealthPolicyParameters.
func (*HealthPolicyParameters) DeepCopyInto ¶
func (in *HealthPolicyParameters) DeepCopyInto(out *HealthPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodeTypeObservation ¶
type NodeTypeObservation struct { }
func (*NodeTypeObservation) DeepCopy ¶
func (in *NodeTypeObservation) DeepCopy() *NodeTypeObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeTypeObservation.
func (*NodeTypeObservation) DeepCopyInto ¶
func (in *NodeTypeObservation) DeepCopyInto(out *NodeTypeObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NodeTypeParameters ¶
type NodeTypeParameters struct { // +kubebuilder:validation:Optional ApplicationPorts []ApplicationPortsParameters `json:"applicationPorts,omitempty" tf:"application_ports,omitempty"` // +kubebuilder:validation:Optional Capacities map[string]*string `json:"capacities,omitempty" tf:"capacities,omitempty"` // +kubebuilder:validation:Required ClientEndpointPort *float64 `json:"clientEndpointPort" tf:"client_endpoint_port,omitempty"` // +kubebuilder:validation:Optional DurabilityLevel *string `json:"durabilityLevel,omitempty" tf:"durability_level,omitempty"` // +kubebuilder:validation:Optional EphemeralPorts []EphemeralPortsParameters `json:"ephemeralPorts,omitempty" tf:"ephemeral_ports,omitempty"` // +kubebuilder:validation:Required HTTPEndpointPort *float64 `json:"httpEndpointPort" tf:"http_endpoint_port,omitempty"` // +kubebuilder:validation:Required InstanceCount *float64 `json:"instanceCount" tf:"instance_count,omitempty"` // +kubebuilder:validation:Required IsPrimary *bool `json:"isPrimary" tf:"is_primary,omitempty"` // +kubebuilder:validation:Required Name *string `json:"name" tf:"name,omitempty"` // +kubebuilder:validation:Optional PlacementProperties map[string]*string `json:"placementProperties,omitempty" tf:"placement_properties,omitempty"` // +kubebuilder:validation:Optional ReverseProxyEndpointPort *float64 `json:"reverseProxyEndpointPort,omitempty" tf:"reverse_proxy_endpoint_port,omitempty"` }
func (*NodeTypeParameters) DeepCopy ¶
func (in *NodeTypeParameters) DeepCopy() *NodeTypeParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeTypeParameters.
func (*NodeTypeParameters) DeepCopyInto ¶
func (in *NodeTypeParameters) DeepCopyInto(out *NodeTypeParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReverseProxyCertificateCommonNamesCommonNamesObservation ¶
type ReverseProxyCertificateCommonNamesCommonNamesObservation struct { }
func (*ReverseProxyCertificateCommonNamesCommonNamesObservation) DeepCopy ¶
func (in *ReverseProxyCertificateCommonNamesCommonNamesObservation) DeepCopy() *ReverseProxyCertificateCommonNamesCommonNamesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReverseProxyCertificateCommonNamesCommonNamesObservation.
func (*ReverseProxyCertificateCommonNamesCommonNamesObservation) DeepCopyInto ¶
func (in *ReverseProxyCertificateCommonNamesCommonNamesObservation) DeepCopyInto(out *ReverseProxyCertificateCommonNamesCommonNamesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReverseProxyCertificateCommonNamesCommonNamesParameters ¶
type ReverseProxyCertificateCommonNamesCommonNamesParameters struct { // +kubebuilder:validation:Required CertificateCommonName *string `json:"certificateCommonName" tf:"certificate_common_name,omitempty"` // +kubebuilder:validation:Optional CertificateIssuerThumbprint *string `json:"certificateIssuerThumbprint,omitempty" tf:"certificate_issuer_thumbprint,omitempty"` }
func (*ReverseProxyCertificateCommonNamesCommonNamesParameters) DeepCopy ¶
func (in *ReverseProxyCertificateCommonNamesCommonNamesParameters) DeepCopy() *ReverseProxyCertificateCommonNamesCommonNamesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReverseProxyCertificateCommonNamesCommonNamesParameters.
func (*ReverseProxyCertificateCommonNamesCommonNamesParameters) DeepCopyInto ¶
func (in *ReverseProxyCertificateCommonNamesCommonNamesParameters) DeepCopyInto(out *ReverseProxyCertificateCommonNamesCommonNamesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReverseProxyCertificateCommonNamesObservation ¶
type ReverseProxyCertificateCommonNamesObservation struct { }
func (*ReverseProxyCertificateCommonNamesObservation) DeepCopy ¶
func (in *ReverseProxyCertificateCommonNamesObservation) DeepCopy() *ReverseProxyCertificateCommonNamesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReverseProxyCertificateCommonNamesObservation.
func (*ReverseProxyCertificateCommonNamesObservation) DeepCopyInto ¶
func (in *ReverseProxyCertificateCommonNamesObservation) DeepCopyInto(out *ReverseProxyCertificateCommonNamesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReverseProxyCertificateCommonNamesParameters ¶
type ReverseProxyCertificateCommonNamesParameters struct { // +kubebuilder:validation:Required CommonNames []ReverseProxyCertificateCommonNamesCommonNamesParameters `json:"commonNames" tf:"common_names,omitempty"` // +kubebuilder:validation:Required X509StoreName *string `json:"x509StoreName" tf:"x509_store_name,omitempty"` }
func (*ReverseProxyCertificateCommonNamesParameters) DeepCopy ¶
func (in *ReverseProxyCertificateCommonNamesParameters) DeepCopy() *ReverseProxyCertificateCommonNamesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReverseProxyCertificateCommonNamesParameters.
func (*ReverseProxyCertificateCommonNamesParameters) DeepCopyInto ¶
func (in *ReverseProxyCertificateCommonNamesParameters) DeepCopyInto(out *ReverseProxyCertificateCommonNamesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReverseProxyCertificateObservation ¶
type ReverseProxyCertificateObservation struct { }
func (*ReverseProxyCertificateObservation) DeepCopy ¶
func (in *ReverseProxyCertificateObservation) DeepCopy() *ReverseProxyCertificateObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReverseProxyCertificateObservation.
func (*ReverseProxyCertificateObservation) DeepCopyInto ¶
func (in *ReverseProxyCertificateObservation) DeepCopyInto(out *ReverseProxyCertificateObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReverseProxyCertificateParameters ¶
type ReverseProxyCertificateParameters struct { // +kubebuilder:validation:Required Thumbprint *string `json:"thumbprint" tf:"thumbprint,omitempty"` // +kubebuilder:validation:Optional ThumbprintSecondary *string `json:"thumbprintSecondary,omitempty" tf:"thumbprint_secondary,omitempty"` // +kubebuilder:validation:Required X509StoreName *string `json:"x509StoreName" tf:"x509_store_name,omitempty"` }
func (*ReverseProxyCertificateParameters) DeepCopy ¶
func (in *ReverseProxyCertificateParameters) DeepCopy() *ReverseProxyCertificateParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReverseProxyCertificateParameters.
func (*ReverseProxyCertificateParameters) DeepCopyInto ¶
func (in *ReverseProxyCertificateParameters) DeepCopyInto(out *ReverseProxyCertificateParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UpgradePolicyObservation ¶
type UpgradePolicyObservation struct { }
func (*UpgradePolicyObservation) DeepCopy ¶
func (in *UpgradePolicyObservation) DeepCopy() *UpgradePolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpgradePolicyObservation.
func (*UpgradePolicyObservation) DeepCopyInto ¶
func (in *UpgradePolicyObservation) DeepCopyInto(out *UpgradePolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UpgradePolicyParameters ¶
type UpgradePolicyParameters struct { // +kubebuilder:validation:Optional DeltaHealthPolicy []DeltaHealthPolicyParameters `json:"deltaHealthPolicy,omitempty" tf:"delta_health_policy,omitempty"` // +kubebuilder:validation:Optional ForceRestartEnabled *bool `json:"forceRestartEnabled,omitempty" tf:"force_restart_enabled,omitempty"` // +kubebuilder:validation:Optional HealthCheckRetryTimeout *string `json:"healthCheckRetryTimeout,omitempty" tf:"health_check_retry_timeout,omitempty"` // +kubebuilder:validation:Optional HealthCheckStableDuration *string `json:"healthCheckStableDuration,omitempty" tf:"health_check_stable_duration,omitempty"` // +kubebuilder:validation:Optional HealthCheckWaitDuration *string `json:"healthCheckWaitDuration,omitempty" tf:"health_check_wait_duration,omitempty"` // +kubebuilder:validation:Optional HealthPolicy []HealthPolicyParameters `json:"healthPolicy,omitempty" tf:"health_policy,omitempty"` // +kubebuilder:validation:Optional UpgradeDomainTimeout *string `json:"upgradeDomainTimeout,omitempty" tf:"upgrade_domain_timeout,omitempty"` // +kubebuilder:validation:Optional UpgradeReplicaSetCheckTimeout *string `json:"upgradeReplicaSetCheckTimeout,omitempty" tf:"upgrade_replica_set_check_timeout,omitempty"` // +kubebuilder:validation:Optional UpgradeTimeout *string `json:"upgradeTimeout,omitempty" tf:"upgrade_timeout,omitempty"` }
func (*UpgradePolicyParameters) DeepCopy ¶
func (in *UpgradePolicyParameters) DeepCopy() *UpgradePolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UpgradePolicyParameters.
func (*UpgradePolicyParameters) DeepCopyInto ¶
func (in *UpgradePolicyParameters) DeepCopyInto(out *UpgradePolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.