Documentation ¶
Overview ¶
+groupName=worklink.aws.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type Fleet
- func (in *Fleet) DeepCopy() *Fleet
- func (in *Fleet) DeepCopyInto(out *Fleet)
- func (in *Fleet) DeepCopyObject() runtime.Object
- func (r *Fleet) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Fleet) ValidateCreate() error
- func (r *Fleet) ValidateDelete() error
- func (r *Fleet) ValidateUpdate(old runtime.Object) error
- type FleetList
- type FleetSpec
- type FleetSpecIdentityProvider
- type FleetSpecIdentityProviderCodec
- type FleetSpecNetwork
- type FleetSpecNetworkCodec
- type FleetSpecResource
- type FleetStatus
- type WebsiteCertificateAuthorityAssociation
- func (in *WebsiteCertificateAuthorityAssociation) DeepCopy() *WebsiteCertificateAuthorityAssociation
- func (in *WebsiteCertificateAuthorityAssociation) DeepCopyInto(out *WebsiteCertificateAuthorityAssociation)
- func (in *WebsiteCertificateAuthorityAssociation) DeepCopyObject() runtime.Object
- func (r *WebsiteCertificateAuthorityAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *WebsiteCertificateAuthorityAssociation) ValidateCreate() error
- func (r *WebsiteCertificateAuthorityAssociation) ValidateDelete() error
- func (r *WebsiteCertificateAuthorityAssociation) ValidateUpdate(old runtime.Object) error
- type WebsiteCertificateAuthorityAssociationList
- func (in *WebsiteCertificateAuthorityAssociationList) DeepCopy() *WebsiteCertificateAuthorityAssociationList
- func (in *WebsiteCertificateAuthorityAssociationList) DeepCopyInto(out *WebsiteCertificateAuthorityAssociationList)
- func (in *WebsiteCertificateAuthorityAssociationList) DeepCopyObject() runtime.Object
- type WebsiteCertificateAuthorityAssociationSpec
- type WebsiteCertificateAuthorityAssociationSpecResource
- type WebsiteCertificateAuthorityAssociationStatus
Constants ¶
This section is empty.
Variables ¶
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 )
var SchemeGroupVersion = schema.GroupVersion{Group: worklink.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type Fleet ¶
type Fleet struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FleetSpec `json:"spec,omitempty"` Status FleetStatus `json:"status,omitempty"` }
func (*Fleet) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Fleet.
func (*Fleet) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Fleet) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Fleet) SetupWebhookWithManager ¶
func (*Fleet) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Fleet) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type FleetList ¶
type FleetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Fleet CRD objects Items []Fleet `json:"items,omitempty"` }
FleetList is a list of Fleets
func (*FleetList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetList.
func (*FleetList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FleetList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FleetSpec ¶
type FleetSpec struct { State *FleetSpecResource `json:"state,omitempty" tf:"-"` Resource FleetSpecResource `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 (*FleetSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetSpec.
func (*FleetSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FleetSpecIdentityProvider ¶
type FleetSpecIdentityProvider struct { SamlMetadata *string `json:"samlMetadata" tf:"saml_metadata"` Type *string `json:"type" tf:"type"` }
func (*FleetSpecIdentityProvider) DeepCopy ¶
func (in *FleetSpecIdentityProvider) DeepCopy() *FleetSpecIdentityProvider
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetSpecIdentityProvider.
func (*FleetSpecIdentityProvider) DeepCopyInto ¶
func (in *FleetSpecIdentityProvider) DeepCopyInto(out *FleetSpecIdentityProvider)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FleetSpecIdentityProviderCodec ¶
type FleetSpecIdentityProviderCodec struct { }
+k8s:deepcopy-gen=false
func (FleetSpecIdentityProviderCodec) Decode ¶
func (FleetSpecIdentityProviderCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type FleetSpecNetwork ¶
type FleetSpecNetwork struct { SecurityGroupIDS []string `json:"securityGroupIDS" tf:"security_group_ids"` SubnetIDS []string `json:"subnetIDS" tf:"subnet_ids"` VpcID *string `json:"vpcID" tf:"vpc_id"` }
func (*FleetSpecNetwork) DeepCopy ¶
func (in *FleetSpecNetwork) DeepCopy() *FleetSpecNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetSpecNetwork.
func (*FleetSpecNetwork) DeepCopyInto ¶
func (in *FleetSpecNetwork) DeepCopyInto(out *FleetSpecNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FleetSpecNetworkCodec ¶
type FleetSpecNetworkCodec struct { }
+k8s:deepcopy-gen=false
func (FleetSpecNetworkCodec) Decode ¶
func (FleetSpecNetworkCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type FleetSpecResource ¶
type FleetSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Arn *string `json:"arn,omitempty" tf:"arn"` // +optional AuditStreamArn *string `json:"auditStreamArn,omitempty" tf:"audit_stream_arn"` // +optional CompanyCode *string `json:"companyCode,omitempty" tf:"company_code"` // +optional CreatedTime *string `json:"createdTime,omitempty" tf:"created_time"` // +optional DeviceCaCertificate *string `json:"deviceCaCertificate,omitempty" tf:"device_ca_certificate"` // +optional DisplayName *string `json:"displayName,omitempty" tf:"display_name"` // +optional IdentityProvider *FleetSpecIdentityProvider `json:"identityProvider,omitempty" tf:"identity_provider"` // +optional LastUpdatedTime *string `json:"lastUpdatedTime,omitempty" tf:"last_updated_time"` Name *string `json:"name" tf:"name"` // +optional Network *FleetSpecNetwork `json:"network,omitempty" tf:"network"` // +optional OptimizeForEndUserLocation *bool `json:"optimizeForEndUserLocation,omitempty" tf:"optimize_for_end_user_location"` }
func (*FleetSpecResource) DeepCopy ¶
func (in *FleetSpecResource) DeepCopy() *FleetSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetSpecResource.
func (*FleetSpecResource) DeepCopyInto ¶
func (in *FleetSpecResource) DeepCopyInto(out *FleetSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FleetStatus ¶
type FleetStatus 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 (*FleetStatus) DeepCopy ¶
func (in *FleetStatus) DeepCopy() *FleetStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FleetStatus.
func (*FleetStatus) DeepCopyInto ¶
func (in *FleetStatus) DeepCopyInto(out *FleetStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WebsiteCertificateAuthorityAssociation ¶
type WebsiteCertificateAuthorityAssociation struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WebsiteCertificateAuthorityAssociationSpec `json:"spec,omitempty"` Status WebsiteCertificateAuthorityAssociationStatus `json:"status,omitempty"` }
func (*WebsiteCertificateAuthorityAssociation) DeepCopy ¶
func (in *WebsiteCertificateAuthorityAssociation) DeepCopy() *WebsiteCertificateAuthorityAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebsiteCertificateAuthorityAssociation.
func (*WebsiteCertificateAuthorityAssociation) DeepCopyInto ¶
func (in *WebsiteCertificateAuthorityAssociation) DeepCopyInto(out *WebsiteCertificateAuthorityAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WebsiteCertificateAuthorityAssociation) DeepCopyObject ¶
func (in *WebsiteCertificateAuthorityAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*WebsiteCertificateAuthorityAssociation) SetupWebhookWithManager ¶
func (r *WebsiteCertificateAuthorityAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*WebsiteCertificateAuthorityAssociation) ValidateCreate ¶
func (r *WebsiteCertificateAuthorityAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*WebsiteCertificateAuthorityAssociation) ValidateDelete ¶
func (r *WebsiteCertificateAuthorityAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*WebsiteCertificateAuthorityAssociation) ValidateUpdate ¶
func (r *WebsiteCertificateAuthorityAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type WebsiteCertificateAuthorityAssociationList ¶
type WebsiteCertificateAuthorityAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of WebsiteCertificateAuthorityAssociation CRD objects Items []WebsiteCertificateAuthorityAssociation `json:"items,omitempty"` }
WebsiteCertificateAuthorityAssociationList is a list of WebsiteCertificateAuthorityAssociations
func (*WebsiteCertificateAuthorityAssociationList) DeepCopy ¶
func (in *WebsiteCertificateAuthorityAssociationList) DeepCopy() *WebsiteCertificateAuthorityAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebsiteCertificateAuthorityAssociationList.
func (*WebsiteCertificateAuthorityAssociationList) DeepCopyInto ¶
func (in *WebsiteCertificateAuthorityAssociationList) DeepCopyInto(out *WebsiteCertificateAuthorityAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WebsiteCertificateAuthorityAssociationList) DeepCopyObject ¶
func (in *WebsiteCertificateAuthorityAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WebsiteCertificateAuthorityAssociationSpec ¶
type WebsiteCertificateAuthorityAssociationSpec struct { State *WebsiteCertificateAuthorityAssociationSpecResource `json:"state,omitempty" tf:"-"` Resource WebsiteCertificateAuthorityAssociationSpecResource `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 (*WebsiteCertificateAuthorityAssociationSpec) DeepCopy ¶
func (in *WebsiteCertificateAuthorityAssociationSpec) DeepCopy() *WebsiteCertificateAuthorityAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebsiteCertificateAuthorityAssociationSpec.
func (*WebsiteCertificateAuthorityAssociationSpec) DeepCopyInto ¶
func (in *WebsiteCertificateAuthorityAssociationSpec) DeepCopyInto(out *WebsiteCertificateAuthorityAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WebsiteCertificateAuthorityAssociationSpecResource ¶
type WebsiteCertificateAuthorityAssociationSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` Certificate *string `json:"certificate" tf:"certificate"` // +optional DisplayName *string `json:"displayName,omitempty" tf:"display_name"` FleetArn *string `json:"fleetArn" tf:"fleet_arn"` // +optional WebsiteCaID *string `json:"websiteCaID,omitempty" tf:"website_ca_id"` }
func (*WebsiteCertificateAuthorityAssociationSpecResource) DeepCopy ¶
func (in *WebsiteCertificateAuthorityAssociationSpecResource) DeepCopy() *WebsiteCertificateAuthorityAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebsiteCertificateAuthorityAssociationSpecResource.
func (*WebsiteCertificateAuthorityAssociationSpecResource) DeepCopyInto ¶
func (in *WebsiteCertificateAuthorityAssociationSpecResource) DeepCopyInto(out *WebsiteCertificateAuthorityAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WebsiteCertificateAuthorityAssociationStatus ¶
type WebsiteCertificateAuthorityAssociationStatus 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 (*WebsiteCertificateAuthorityAssociationStatus) DeepCopy ¶
func (in *WebsiteCertificateAuthorityAssociationStatus) DeepCopy() *WebsiteCertificateAuthorityAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebsiteCertificateAuthorityAssociationStatus.
func (*WebsiteCertificateAuthorityAssociationStatus) DeepCopyInto ¶
func (in *WebsiteCertificateAuthorityAssociationStatus) DeepCopyInto(out *WebsiteCertificateAuthorityAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.