Documentation ¶
Overview ¶
+groupName=visual.oci.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 BuilderVbInstance
- func (in *BuilderVbInstance) DeepCopy() *BuilderVbInstance
- func (in *BuilderVbInstance) DeepCopyInto(out *BuilderVbInstance)
- func (in *BuilderVbInstance) DeepCopyObject() runtime.Object
- func (r *BuilderVbInstance) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *BuilderVbInstance) ValidateCreate() error
- func (r *BuilderVbInstance) ValidateDelete() error
- func (r *BuilderVbInstance) ValidateUpdate(old runtime.Object) error
- type BuilderVbInstanceList
- type BuilderVbInstanceSpec
- type BuilderVbInstanceSpecAlternateCustomEndpoints
- type BuilderVbInstanceSpecCustomEndpoint
- type BuilderVbInstanceSpecCustomEndpointCodec
- type BuilderVbInstanceSpecResource
- type BuilderVbInstanceStatus
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: visual.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 BuilderVbInstance ¶
type BuilderVbInstance struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec BuilderVbInstanceSpec `json:"spec,omitempty"` Status BuilderVbInstanceStatus `json:"status,omitempty"` }
func (*BuilderVbInstance) DeepCopy ¶
func (in *BuilderVbInstance) DeepCopy() *BuilderVbInstance
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstance.
func (*BuilderVbInstance) DeepCopyInto ¶
func (in *BuilderVbInstance) DeepCopyInto(out *BuilderVbInstance)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BuilderVbInstance) DeepCopyObject ¶
func (in *BuilderVbInstance) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BuilderVbInstance) SetupWebhookWithManager ¶
func (r *BuilderVbInstance) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*BuilderVbInstance) ValidateCreate ¶
func (r *BuilderVbInstance) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BuilderVbInstance) ValidateDelete ¶
func (r *BuilderVbInstance) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BuilderVbInstance) ValidateUpdate ¶
func (r *BuilderVbInstance) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type BuilderVbInstanceList ¶
type BuilderVbInstanceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of BuilderVbInstance CRD objects Items []BuilderVbInstance `json:"items,omitempty"` }
BuilderVbInstanceList is a list of BuilderVbInstances
func (*BuilderVbInstanceList) DeepCopy ¶
func (in *BuilderVbInstanceList) DeepCopy() *BuilderVbInstanceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstanceList.
func (*BuilderVbInstanceList) DeepCopyInto ¶
func (in *BuilderVbInstanceList) DeepCopyInto(out *BuilderVbInstanceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BuilderVbInstanceList) DeepCopyObject ¶
func (in *BuilderVbInstanceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type BuilderVbInstanceSpec ¶
type BuilderVbInstanceSpec struct { State *BuilderVbInstanceSpecResource `json:"state,omitempty" tf:"-"` Resource BuilderVbInstanceSpecResource `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 (*BuilderVbInstanceSpec) DeepCopy ¶
func (in *BuilderVbInstanceSpec) DeepCopy() *BuilderVbInstanceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstanceSpec.
func (*BuilderVbInstanceSpec) DeepCopyInto ¶
func (in *BuilderVbInstanceSpec) DeepCopyInto(out *BuilderVbInstanceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BuilderVbInstanceSpecAlternateCustomEndpoints ¶
type BuilderVbInstanceSpecAlternateCustomEndpoints struct { // +optional CertificateSecretID *string `json:"certificateSecretID,omitempty" tf:"certificate_secret_id"` // +optional CertificateSecretVersion *int64 `json:"certificateSecretVersion,omitempty" tf:"certificate_secret_version"` Hostname *string `json:"hostname" tf:"hostname"` }
func (*BuilderVbInstanceSpecAlternateCustomEndpoints) DeepCopy ¶
func (in *BuilderVbInstanceSpecAlternateCustomEndpoints) DeepCopy() *BuilderVbInstanceSpecAlternateCustomEndpoints
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstanceSpecAlternateCustomEndpoints.
func (*BuilderVbInstanceSpecAlternateCustomEndpoints) DeepCopyInto ¶
func (in *BuilderVbInstanceSpecAlternateCustomEndpoints) DeepCopyInto(out *BuilderVbInstanceSpecAlternateCustomEndpoints)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BuilderVbInstanceSpecCustomEndpoint ¶
type BuilderVbInstanceSpecCustomEndpoint struct { // +optional CertificateSecretID *string `json:"certificateSecretID,omitempty" tf:"certificate_secret_id"` // +optional CertificateSecretVersion *int64 `json:"certificateSecretVersion,omitempty" tf:"certificate_secret_version"` Hostname *string `json:"hostname" tf:"hostname"` }
func (*BuilderVbInstanceSpecCustomEndpoint) DeepCopy ¶
func (in *BuilderVbInstanceSpecCustomEndpoint) DeepCopy() *BuilderVbInstanceSpecCustomEndpoint
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstanceSpecCustomEndpoint.
func (*BuilderVbInstanceSpecCustomEndpoint) DeepCopyInto ¶
func (in *BuilderVbInstanceSpecCustomEndpoint) DeepCopyInto(out *BuilderVbInstanceSpecCustomEndpoint)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BuilderVbInstanceSpecCustomEndpointCodec ¶
type BuilderVbInstanceSpecCustomEndpointCodec struct { }
+k8s:deepcopy-gen=false
func (BuilderVbInstanceSpecCustomEndpointCodec) Decode ¶
func (BuilderVbInstanceSpecCustomEndpointCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type BuilderVbInstanceSpecResource ¶
type BuilderVbInstanceSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional AlternateCustomEndpoints []BuilderVbInstanceSpecAlternateCustomEndpoints `json:"alternateCustomEndpoints,omitempty" tf:"alternate_custom_endpoints"` CompartmentID *string `json:"compartmentID" tf:"compartment_id"` // +optional ConsumptionModel *string `json:"consumptionModel,omitempty" tf:"consumption_model"` // +optional CustomEndpoint *BuilderVbInstanceSpecCustomEndpoint `json:"customEndpoint,omitempty" tf:"custom_endpoint"` // +optional DefinedTags map[string]string `json:"definedTags,omitempty" tf:"defined_tags"` DisplayName *string `json:"displayName" tf:"display_name"` // +optional FreeformTags map[string]string `json:"freeformTags,omitempty" tf:"freeform_tags"` // +optional IdcsOpenID *string `json:"-" sensitive:"true" tf:"idcs_open_id"` // +optional InstanceURL *string `json:"instanceURL,omitempty" tf:"instance_url"` // +optional IsVisualBuilderEnabled *bool `json:"isVisualBuilderEnabled,omitempty" tf:"is_visual_builder_enabled"` NodeCount *int64 `json:"nodeCount" tf:"node_count"` // +optional State *string `json:"state,omitempty" tf:"state"` // +optional StateMessage *string `json:"stateMessage,omitempty" tf:"state_message"` // +optional SystemTags map[string]string `json:"systemTags,omitempty" tf:"system_tags"` // +optional TimeCreated *string `json:"timeCreated,omitempty" tf:"time_created"` // +optional TimeUpdated *string `json:"timeUpdated,omitempty" tf:"time_updated"` }
func (*BuilderVbInstanceSpecResource) DeepCopy ¶
func (in *BuilderVbInstanceSpecResource) DeepCopy() *BuilderVbInstanceSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstanceSpecResource.
func (*BuilderVbInstanceSpecResource) DeepCopyInto ¶
func (in *BuilderVbInstanceSpecResource) DeepCopyInto(out *BuilderVbInstanceSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BuilderVbInstanceStatus ¶
type BuilderVbInstanceStatus 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 (*BuilderVbInstanceStatus) DeepCopy ¶
func (in *BuilderVbInstanceStatus) DeepCopy() *BuilderVbInstanceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderVbInstanceStatus.
func (*BuilderVbInstanceStatus) DeepCopyInto ¶
func (in *BuilderVbInstanceStatus) DeepCopyInto(out *BuilderVbInstanceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.