Documentation ¶
Overview ¶
Package v1alpha1 contains the v1alpha1 group Sample resources of the NokiaContainerServices provider. +kubebuilder:object:generate=true +groupName=infra.nokiacontainerservices.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Cloud
- func (in *Cloud) DeepCopy() *Cloud
- func (in *Cloud) DeepCopyInto(out *Cloud)
- func (in *Cloud) DeepCopyObject() runtime.Object
- func (mg *Cloud) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (mg *Cloud) GetDeletionPolicy() xpv1.DeletionPolicy
- func (mg *Cloud) GetManagementPolicy() xpv1.ManagementPolicy
- func (mg *Cloud) GetProviderConfigReference() *xpv1.Reference
- func (mg *Cloud) GetProviderReference() *xpv1.Reference
- func (mg *Cloud) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Cloud) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (mg *Cloud) SetConditions(c ...xpv1.Condition)
- func (mg *Cloud) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *Cloud) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (mg *Cloud) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Cloud) SetProviderReference(r *xpv1.Reference)
- func (mg *Cloud) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Cloud) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type CloudList
- type CloudObservation
- type CloudParameters
- type CloudSpec
- type CloudStatus
Constants ¶
const ( Group = "infra.nokiacontainerservices.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( CloudKind = reflect.TypeOf(Cloud{}).Name() CloudGroupKind = schema.GroupKind{Group: Group, Kind: CloudKind}.String() CloudKindAPIVersion = CloudKind + "." + SchemeGroupVersion.String() CloudGroupVersionKind = SchemeGroupVersion.WithKind(CloudKind) )
Cloud type metadata.
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type Cloud ¶
type Cloud struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CloudSpec `json:"spec"` Status CloudStatus `json:"status,omitempty"` }
A Cloud is an example API type. +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,nokiacontainerservices}
func (*Cloud) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cloud.
func (*Cloud) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cloud) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cloud) GetCondition ¶
func (mg *Cloud) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Cloud.
func (*Cloud) GetDeletionPolicy ¶
func (mg *Cloud) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Cloud.
func (*Cloud) GetManagementPolicy ¶
func (mg *Cloud) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this Cloud.
func (*Cloud) GetProviderConfigReference ¶
GetProviderConfigReference of this Cloud.
func (*Cloud) GetProviderReference ¶
GetProviderReference of this Cloud. Deprecated: Use GetProviderConfigReference.
func (*Cloud) GetPublishConnectionDetailsTo ¶
func (mg *Cloud) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Cloud.
func (*Cloud) GetWriteConnectionSecretToReference ¶
func (mg *Cloud) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Cloud.
func (*Cloud) SetConditions ¶
SetConditions of this Cloud.
func (*Cloud) SetDeletionPolicy ¶
func (mg *Cloud) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Cloud.
func (*Cloud) SetManagementPolicy ¶
func (mg *Cloud) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this Cloud.
func (*Cloud) SetProviderConfigReference ¶
SetProviderConfigReference of this Cloud.
func (*Cloud) SetProviderReference ¶
SetProviderReference of this Cloud. Deprecated: Use SetProviderConfigReference.
func (*Cloud) SetPublishConnectionDetailsTo ¶
func (mg *Cloud) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Cloud.
func (*Cloud) SetWriteConnectionSecretToReference ¶
func (mg *Cloud) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Cloud.
type CloudList ¶
type CloudList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Cloud `json:"items"` }
CloudList contains a list of Cloud
func (*CloudList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudList.
func (*CloudList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CloudObservation ¶
type CloudObservation struct {
ObservableField string `json:"observableField,omitempty"`
}
CloudObservation are the observable fields of a Cloud.
func (*CloudObservation) DeepCopy ¶
func (in *CloudObservation) DeepCopy() *CloudObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudObservation.
func (*CloudObservation) DeepCopyInto ¶
func (in *CloudObservation) DeepCopyInto(out *CloudObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudParameters ¶
type CloudParameters struct {
ConfigurableField string `json:"configurableField"`
}
CloudParameters are the configurable fields of a Cloud.
func (*CloudParameters) DeepCopy ¶
func (in *CloudParameters) DeepCopy() *CloudParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudParameters.
func (*CloudParameters) DeepCopyInto ¶
func (in *CloudParameters) DeepCopyInto(out *CloudParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudSpec ¶
type CloudSpec struct { xpv1.ResourceSpec `json:",inline"` ForProvider CloudParameters `json:"forProvider"` }
A CloudSpec defines the desired state of a Cloud.
func (*CloudSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudSpec.
func (*CloudSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudStatus ¶
type CloudStatus struct { xpv1.ResourceStatus `json:",inline"` AtProvider CloudObservation `json:"atProvider,omitempty"` }
A CloudStatus represents the observed state of a Cloud.
func (*CloudStatus) DeepCopy ¶
func (in *CloudStatus) DeepCopy() *CloudStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStatus.
func (*CloudStatus) DeepCopyInto ¶
func (in *CloudStatus) DeepCopyInto(out *CloudStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.